chore: bump version to 0.0.20 and update dependencies in package.json and pnpm-lock.yaml

This commit is contained in:
Huakun Shen 2025-01-18 05:00:32 -05:00
parent 96b47cda18
commit 56fb480efb
No known key found for this signature in database
3 changed files with 631 additions and 26 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.19", "version": "0.0.20",
"license": "MIT", "license": "MIT",
"lint": false, "lint": false,
"exports": "./mod.ts", "exports": "./mod.ts",

View File

@ -1,12 +1,9 @@
{ {
"$schema": "https://schema.kunkun.sh", "$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-image-processing", "name": "kunkun-ext-image-processing",
"version": "0.0.19", "version": "0.0.20",
"repository": { "license": "MIT",
"type": "git", "repository": "https://github.com/kunkunsh/kunkun-ext-image-processing",
"url": "https://github.com/kunkunsh/kunkun-ext-image-processing",
"directory": "."
},
"kunkun": { "kunkun": {
"name": "Image Processing", "name": "Image Processing",
"shortDescription": "Image Processing", "shortDescription": "Image Processing",
@ -73,7 +70,7 @@
"dependencies": { "dependencies": {
"@hk/photographer-toolbox": "npm:@jsr/hk__photographer-toolbox@^0.1.12", "@hk/photographer-toolbox": "npm:@jsr/hk__photographer-toolbox@^0.1.12",
"@internationalized/date": "^3.6.0", "@internationalized/date": "^3.6.0",
"@kksh/api": "^0.0.48", "@kksh/api": "^0.0.52",
"@kksh/svelte5": "^0.1.12", "@kksh/svelte5": "^0.1.12",
"@tanstack/table-core": "^8.20.5", "@tanstack/table-core": "^8.20.5",
"bits-ui": "1.0.0-next.77", "bits-ui": "1.0.0-next.77",

644
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff