Skip to content

Commit 37066b3

Browse files
committed
chore: bump package version to 0.1.1 and update publish configuration
1 parent c97dc0c commit 37066b3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/jsr-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323
- run: |
2424
bun install
2525
bun run build
26+
bunx kksh@latest verify --publish
2627
- name: Publish package
2728
run: bunx jsr publish

jsr.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kunkun/kunkun-ext-youtube-downloader",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"exports": "./mod.ts",
66
"imports": {
@@ -10,5 +10,16 @@
1010
"@kunkun/api": "jsr:@kunkun/api@^0.0.52",
1111
"@std/assert": "jsr:@std/assert@1",
1212
"fluent-ffmpeg": "npm:fluent-ffmpeg@^2.1.3"
13+
},
14+
"publish": {
15+
"include": [
16+
"dist",
17+
"mod.ts",
18+
"package.json",
19+
"README.md",
20+
"deno-src",
21+
"src/api.ts",
22+
".npmrc"
23+
]
1324
}
1425
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.kunkun.sh",
33
"name": "kunkun-ext-youtube-dowloader",
4-
"version": "0.0.5",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"type": "module",
77
"kunkun": {

0 commit comments

Comments
 (0)