Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-12 13:51:13 +08:00
parent ee9c573bba
commit 3243baa872
7 changed files with 432 additions and 319 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cli",
"version": "0.1.20",
"version": "0.1.21",
"description": "envision 命令行工具",
"type": "module",
"basename": "/root/cli",
@@ -45,9 +45,9 @@
"@kevisual/app": "^0.0.2",
"@kevisual/auth": "^2.0.3",
"@kevisual/context": "^0.0.8",
"@kevisual/router": "^0.0.90",
"@kevisual/router": "^0.1.1",
"@kevisual/use-config": "^1.0.30",
"@opencode-ai/sdk": "^1.2.22",
"@opencode-ai/sdk": "^1.2.24",
"@types/busboy": "^1.5.4",
"busboy": "^1.6.0",
"eventemitter3": "^5.0.4",
@@ -61,8 +61,8 @@
"unstorage": "^1.17.4"
},
"devDependencies": {
"@kevisual/api": "^0.0.62",
"@kevisual/cnb": "^0.0.37",
"@kevisual/api": "^0.0.64",
"@kevisual/cnb": "^0.0.42",
"@kevisual/dts": "^0.0.4",
"@kevisual/load": "^0.0.6",
"@kevisual/logger": "^0.0.4",
@@ -71,7 +71,7 @@
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "^9.0.10",
"@types/micromatch": "^4.0.10",
"@types/node": "^25.3.5",
"@types/node": "^25.4.0",
"@types/semver": "^7.7.1",
"chalk": "^5.6.2",
"commander": "^14.0.3",