mirror of
https://github.com/kunkunsh/kunkun-ext-ossinsight.git
synced 2025-04-03 17:16:41 +00:00
chore: Bump version to 0.0.2 and update npm publish workflow
This commit is contained in:
parent
274e1f097f
commit
4d1ca12fb2
3
.github/workflows/npm-publish.yml
vendored
3
.github/workflows/npm-publish.yml
vendored
@ -4,6 +4,8 @@
|
||||
name: NPM Package Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
release:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
@ -17,6 +19,7 @@ jobs:
|
||||
- name: Test
|
||||
run: |
|
||||
bun install
|
||||
bun run build
|
||||
bun test --coverage
|
||||
|
||||
publish-npm:
|
||||
|
2
jsr.json
2
jsr.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kunkun/ext-ossinsight",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"license": "MIT",
|
||||
"exports": "./mod.ts",
|
||||
"publish": {
|
||||
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"license": "MIT",
|
||||
"$schema": "https://schema.kunkun.sh",
|
||||
"name": "kunkun-ext-ossinsight",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -57,7 +58,7 @@
|
||||
},
|
||||
"files": [
|
||||
"demo-images",
|
||||
"./dist",
|
||||
"dist",
|
||||
".gitignore"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user