diff --git a/bun.lockb b/bun.lockb index 0712a67..658aab8 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/jsr.json b/jsr.json index 70cee6e..9a20fd9 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@kunkun/kunkun-ext-ip-info", - "version": "0.1.2", + "version": "0.1.4", "license": "MIT", "exports": "./mod.ts", "publish": { diff --git a/package.json b/package.json index 398fc52..ff678b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh/", "name": "kunkun-ext-ip-info", - "version": "0.1.2", + "version": "0.1.4", "license": "MIT", "module": "index.ts", "repository": "https://github.com/kunkunsh/kunkun-ext-ip-info", @@ -43,11 +43,11 @@ "mod.ts" ], "dependencies": { - "@kksh/api": "^0.1.1" + "@kksh/api": "^0.1.7" }, "devDependencies": { "@types/bun": "latest", - "valibot": "1.0.0-beta.12" + "valibot": "1.0.0" }, "peerDependencies": { "typescript": "^5.7.3"