chore: bump version to 0.0.6 in package.json and jsr.json; update publish configuration to include additional files

This commit is contained in:
Huakun Shen 2025-01-08 05:08:41 -05:00
parent 6ceabae30f
commit 0de7dc4005
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
{ {
"name": "@kunkun/ext-image-processing", "name": "@kunkun/ext-image-processing",
"version": "0.0.5", "version": "0.0.6",
"license": "MIT", "license": "MIT",
"exports": "./mod.ts", "exports": "./mod.ts",
"publish": { "publish": {
"include": ["build", "dist", "mod.ts"] "include": ["build", "dist", "mod.ts", "package.json", "README.md", "LICENSE"]
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.kunkun.sh", "$schema": "https://schema.kunkun.sh",
"name": "image-processing", "name": "image-processing",
"version": "0.0.5", "version": "0.0.6",
"kunkun": { "kunkun": {
"name": "TODO: Change Display Name", "name": "TODO: Change Display Name",
"shortDescription": "A Custom UI template for sveltekit", "shortDescription": "A Custom UI template for sveltekit",