Refactor code structure for improved readability and maintainability

This commit is contained in:
xiongxiao
2026-03-15 04:22:35 +08:00
committed by cnb
parent 228635a3cc
commit 342b68abe3
4 changed files with 5075 additions and 79 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cli",
"version": "0.1.24",
"version": "0.1.25",
"description": "envision 命令行工具",
"type": "module",
"basename": "/root/cli",
@@ -47,13 +47,13 @@
"@kevisual/context": "^0.0.8",
"@kevisual/router": "^0.1.1",
"@kevisual/use-config": "^1.0.30",
"@opencode-ai/sdk": "^1.2.24",
"@opencode-ai/sdk": "^1.2.26",
"@types/busboy": "^1.5.4",
"busboy": "^1.6.0",
"eventemitter3": "^5.0.4",
"jose": "^6.2.1",
"lowdb": "^7.0.1",
"lru-cache": "^11.2.6",
"lru-cache": "^11.2.7",
"micromatch": "^4.0.8",
"nanoid": "^5.1.6",
"pm2": "latest",
@@ -62,7 +62,7 @@
},
"devDependencies": {
"@kevisual/api": "^0.0.64",
"@kevisual/cnb": "^0.0.45",
"@kevisual/cnb": "^0.0.46",
"@kevisual/dts": "^0.0.4",
"@kevisual/load": "^0.0.6",
"@kevisual/logger": "^0.0.4",