update: 更新light-code部分的代码模块
This commit is contained in:
18
package.json
18
package.json
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@kevisual/cli",
|
||||
"version": "0.0.60",
|
||||
"version": "0.0.61",
|
||||
"description": "envision command tools",
|
||||
"main": "dist/app.mjs",
|
||||
"type": "module",
|
||||
"private": false,
|
||||
"basename": "/root/backend-envision-cli",
|
||||
"basename": "/root/cli",
|
||||
"app": {
|
||||
"key": "envision-cli",
|
||||
"key": "cli",
|
||||
"entry": "dist/app.mjs",
|
||||
"type": "pm2-system-app",
|
||||
"runtime": [
|
||||
@@ -51,22 +51,22 @@
|
||||
"@kevisual/logger": "^0.0.4",
|
||||
"@kevisual/query": "0.0.29",
|
||||
"@kevisual/query-login": "0.0.6",
|
||||
"@types/bun": "^1.3.0",
|
||||
"@types/bun": "^1.3.2",
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/jsonwebtoken": "^9.0.10",
|
||||
"@types/micromatch": "^4.0.9",
|
||||
"@types/node": "^24.7.2",
|
||||
"@types/micromatch": "^4.0.10",
|
||||
"@types/node": "^24.10.0",
|
||||
"chalk": "^5.6.2",
|
||||
"commander": "^14.0.1",
|
||||
"commander": "^14.0.2",
|
||||
"cross-env": "^10.1.0",
|
||||
"crypto-js": "^4.2.0",
|
||||
"fast-glob": "^3.3.3",
|
||||
"filesize": "^11.0.13",
|
||||
"form-data": "^4.0.4",
|
||||
"ignore": "^7.0.5",
|
||||
"inquirer": "^12.9.6",
|
||||
"inquirer": "^12.11.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"tar": "^7.5.1",
|
||||
"tar": "^7.5.2",
|
||||
"zustand": "^5.0.8"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user