diff --git a/bun.lockb b/bun.lockb index d8298d4..971b1b4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/jsr.json b/jsr.json index 345ddbd..711ea36 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@kunkun/kunkun-ext-vscode", - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "exports": "./mod.ts", "publish": { diff --git a/package.json b/package.json index 110000a..61c1314 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh/", "name": "kunkun-ext-vscode", - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "repository": "https://github.com/kunkunsh/kunkun-ext-vscode", "type": "module", @@ -100,8 +100,8 @@ "build": "bun build.ts" }, "dependencies": { - "@kksh/api": "^0.1.5", - "valibot": "^1.0.0-rc.2" + "@kksh/api": "^0.1.7", + "valibot": "^1.0.0" }, "devDependencies": { "@types/bun": "latest"