Update project to version 0.0.7

- Bump version in package.json and jsr.json to 0.0.7
- Upgrade @kksh/api dependency to version 0.1.7
- Update bun.lockb file
This commit is contained in:
Huakun Shen 2025-03-24 13:05:00 -04:00
parent 2e7e6361e3
commit c28044741b
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ {
"name": "@kunkun/kunkun-ext-browser-bookmark", "name": "@kunkun/kunkun-ext-browser-bookmark",
"version": "0.0.6", "version": "0.0.7",
"license": "MIT", "license": "MIT",
"exports": "./mod.ts", "exports": "./mod.ts",
"publish": { "publish": {

View File

@ -6,7 +6,7 @@
"name": "Huakun", "name": "Huakun",
"url": "https://huakunshen.com" "url": "https://huakunshen.com"
}, },
"version": "0.0.6", "version": "0.0.7",
"repository": "https://github.com/kunkunsh/kunkun-ext-browser-bookmark", "repository": "https://github.com/kunkunsh/kunkun-ext-browser-bookmark",
"type": "module", "type": "module",
"kunkun": { "kunkun": {
@ -98,7 +98,7 @@
"build": "bun build.ts" "build": "bun build.ts"
}, },
"dependencies": { "dependencies": {
"@kksh/api": "^0.1.1", "@kksh/api": "^0.1.7",
"i18next": "^23.15.1", "i18next": "^23.15.1",
"valibot": "^0.40.0" "valibot": "^0.40.0"
}, },