feat: update ev cli

This commit is contained in:
2025-05-18 17:59:54 +08:00
parent e9eedcd1bd
commit a05f2cd291
15 changed files with 484 additions and 585 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/envision-cli",
"version": "0.0.49",
"version": "0.0.51",
"description": "envision command tools",
"main": "dist/app.mjs",
"type": "module",
@@ -39,20 +39,20 @@
"author": "abearxiong",
"dependencies": {
"micromatch": "^4.0.8",
"pm2": "^6.0.5"
"pm2": "^6.0.6"
},
"devDependencies": {
"@kevisual/load": "^0.0.6",
"@kevisual/logger": "^0.0.3",
"@kevisual/query": "0.0.17",
"@kevisual/query": "0.0.18",
"@kevisual/query-login": "0.0.5",
"@types/bun": "^1.2.13",
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.9",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.15.17",
"@types/node": "^22.15.18",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"commander": "^14.0.0",
"crypto-js": "^4.2.0",
"fast-glob": "^3.3.3",
"filesize": "^10.1.6",
@@ -60,7 +60,7 @@
"ignore": "^7.0.4",
"inquirer": "^12.6.1",
"jsonwebtoken": "^9.0.2",
"rollup": "^4.40.2",
"rollup": "^4.41.0",
"rollup-plugin-dts": "^6.2.1",
"tar": "^7.4.3",
"zustand": "^5.0.4"