Refactor code structure for improved readability and maintainability

This commit is contained in:
xiongxiao
2026-03-19 04:22:00 +08:00
committed by cnb
parent c1ad00a0a4
commit f995aa63a2
3 changed files with 180 additions and 179 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/cli",
"version": "0.1.30",
"version": "0.1.31",
"description": "envision 命令行工具",
"type": "module",
"basename": "/root/cli",
@@ -62,7 +62,7 @@
},
"devDependencies": {
"@kevisual/api": "^0.0.64",
"@kevisual/cnb": "^0.0.53",
"@kevisual/cnb": "^0.0.54",
"@kevisual/dts": "^0.0.4",
"@kevisual/load": "^0.0.6",
"@kevisual/logger": "^0.0.4",