chore: bump version to 0.0.15 in jsr.json and package.json

This commit is contained in:
Huakun Shen 2025-01-12 15:21:18 -05:00
parent f8527064eb
commit d796f8bd4d
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://jsr.io/schema/config-file.v1.json", "$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@kunkun/ext-image-processing", "name": "@kunkun/ext-image-processing",
"version": "0.0.14", "version": "0.0.15",
"license": "MIT", "license": "MIT",
"exports": "./mod.ts", "exports": "./mod.ts",
"publish": { "publish": {
@ -16,6 +16,5 @@
"src/types.ts", "src/types.ts",
".npmrc" ".npmrc"
] ]
}, }
"exclude": ["deno-src"]
} }

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.14", "version": "0.0.15",
"kunkun": { "kunkun": {
"name": "Image Processing", "name": "Image Processing",
"shortDescription": "Image Processing", "shortDescription": "Image Processing",