chore: bump package version to 0.1.1 and update publish configuration

This commit is contained in:
Huakun Shen 2025-01-28 08:59:54 -05:00
parent c97dc0c1a5
commit 37066b3474
No known key found for this signature in database
3 changed files with 14 additions and 2 deletions

View File

@ -23,5 +23,6 @@ jobs:
- run: | - run: |
bun install bun install
bun run build bun run build
bunx kksh@latest verify --publish
- name: Publish package - name: Publish package
run: bunx jsr publish run: bunx jsr publish

View File

@ -1,6 +1,6 @@
{ {
"name": "@kunkun/kunkun-ext-youtube-downloader", "name": "@kunkun/kunkun-ext-youtube-downloader",
"version": "0.1.0", "version": "0.1.1",
"license": "MIT", "license": "MIT",
"exports": "./mod.ts", "exports": "./mod.ts",
"imports": { "imports": {
@ -10,5 +10,16 @@
"@kunkun/api": "jsr:@kunkun/api@^0.0.52", "@kunkun/api": "jsr:@kunkun/api@^0.0.52",
"@std/assert": "jsr:@std/assert@1", "@std/assert": "jsr:@std/assert@1",
"fluent-ffmpeg": "npm:fluent-ffmpeg@^2.1.3" "fluent-ffmpeg": "npm:fluent-ffmpeg@^2.1.3"
},
"publish": {
"include": [
"dist",
"mod.ts",
"package.json",
"README.md",
"deno-src",
"src/api.ts",
".npmrc"
]
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.kunkun.sh", "$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-youtube-dowloader", "name": "kunkun-ext-youtube-dowloader",
"version": "0.0.5", "version": "0.1.1",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"kunkun": { "kunkun": {