Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-06 02:12:01 +08:00
parent 2d4666ce90
commit 8867951893
2 changed files with 252 additions and 82 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cli",
"version": "0.1.16",
"version": "0.1.17",
"description": "envision 命令行工具",
"type": "module",
"basename": "/root/cli",
@@ -46,11 +46,11 @@
"@kevisual/auth": "^2.0.3",
"@kevisual/context": "^0.0.8",
"@kevisual/use-config": "^1.0.30",
"@opencode-ai/sdk": "^1.2.14",
"@opencode-ai/sdk": "^1.2.17",
"@types/busboy": "^1.5.4",
"busboy": "^1.6.0",
"eventemitter3": "^5.0.4",
"jose": "^6.1.3",
"jose": "^6.2.0",
"lowdb": "^7.0.1",
"lru-cache": "^11.2.6",
"micromatch": "^4.0.8",
@@ -59,17 +59,17 @@
"unstorage": "^1.17.4"
},
"devDependencies": {
"@kevisual/api": "^0.0.60",
"@kevisual/cnb": "^0.0.32",
"@kevisual/api": "^0.0.62",
"@kevisual/cnb": "^0.0.33",
"@kevisual/dts": "^0.0.4",
"@kevisual/load": "^0.0.6",
"@kevisual/logger": "^0.0.4",
"@kevisual/query": "0.0.52",
"@types/bun": "^1.3.9",
"@types/bun": "^1.3.10",
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.10",
"@types/micromatch": "^4.0.10",
"@types/node": "^25.3.0",
"@types/node": "^25.3.3",
"@types/semver": "^7.7.1",
"chalk": "^5.6.2",
"commander": "^14.0.3",
@@ -80,7 +80,7 @@
"ignore": "^7.0.5",
"jsonwebtoken": "^9.0.3",
"pm2": "^6.0.14",
"tar": "^7.5.9",
"tar": "^7.5.10",
"zustand": "^5.0.11"
},
"engines": {