update download app show me

This commit is contained in:
2025-03-30 20:23:45 +08:00
parent be6d7091c3
commit aadd8266b1
8 changed files with 132 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/envision-cli",
"version": "0.0.35-alpha.1",
"version": "0.0.35",
"description": "envision command tools",
"main": "dist/app.mjs",
"type": "module",
@@ -43,7 +43,7 @@
"@rollup/plugin-typescript": "^12.1.2",
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22.13.11",
"@types/node": "^22.13.14",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"fast-glob": "^3.3.3",
@@ -52,7 +52,7 @@
"ignore": "^7.0.3",
"inquirer": "^12.5.0",
"rimraf": "^6.0.1",
"rollup": "^4.36.0",
"rollup": "^4.38.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-esbuild": "^6.2.1",
"tar": "^7.4.3",
@@ -75,8 +75,8 @@
"crypto-js": "^4.2.0",
"jsonwebtoken": "^9.0.2",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.6",
"sequelize": "^6.37.7",
"sqlite3": "^5.1.7",
"vite": "^6.2.2"
"vite": "^6.2.3"
}
}