Update dependencies in package.json: bump @kksh/api to ^0.1.7 and valibot to ^1.0.0; update bun.lockb

This commit is contained in:
Huakun Shen 2025-03-24 09:31:08 -04:00
parent ded7c56fd7
commit 3f93dbd98c
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "@kunkun/kunkun-ext-vscode",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",
"exports": "./mod.ts",
"publish": {

View File

@ -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"