This commit is contained in:
2025-08-11 20:24:58 +08:00
parent 0ed33bd451
commit 0dc3605861
3 changed files with 151 additions and 130 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cli",
"version": "0.0.57",
"version": "0.0.58",
"description": "envision command tools",
"main": "dist/app.mjs",
"type": "module",
@@ -50,11 +50,11 @@
"@kevisual/logger": "^0.0.4",
"@kevisual/query": "0.0.29",
"@kevisual/query-login": "0.0.6",
"@types/bun": "^1.2.19",
"@types/bun": "^1.2.20",
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.10",
"@types/micromatch": "^4.0.9",
"@types/node": "^24.2.0",
"@types/node": "^24.2.1",
"chalk": "^5.5.0",
"commander": "^14.0.0",
"cross-env": "^10.0.0",
@@ -63,7 +63,7 @@
"filesize": "^11.0.2",
"form-data": "^4.0.4",
"ignore": "^7.0.5",
"inquirer": "^12.9.0",
"inquirer": "^12.9.1",
"jsonwebtoken": "^9.0.2",
"tar": "^7.4.3",
"zustand": "^5.0.7"