chore: increment package version to 0.1.4 and update dependencies

This commit is contained in:
Huakun Shen 2025-03-24 09:35:28 -04:00
parent 226fa4961b
commit c6f58d7365
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-ip-info",
"version": "0.1.2",
"version": "0.1.4",
"license": "MIT",
"exports": "./mod.ts",
"publish": {

View File

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