@kevisual/cli 0.0.80 → 0.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kevisual/cli",
3
- "version": "0.0.80",
3
+ "version": "0.0.83",
4
4
  "description": "envision 命令行工具",
5
5
  "type": "module",
6
6
  "basename": "/root/cli",
@@ -45,15 +45,17 @@
45
45
  "@kevisual/app": "^0.0.2",
46
46
  "@kevisual/context": "^0.0.4",
47
47
  "@kevisual/hot-api": "^0.0.3",
48
- "@kevisual/use-config": "^1.0.26",
48
+ "@kevisual/use-config": "^1.0.28",
49
49
  "@nut-tree-fork/nut-js": "^4.2.6",
50
+ "@types/busboy": "^1.5.4",
51
+ "busboy": "^1.6.0",
50
52
  "eventemitter3": "^5.0.1",
51
53
  "lowdb": "^7.0.1",
52
54
  "lru-cache": "^11.2.4",
53
55
  "micromatch": "^4.0.8",
54
56
  "pm2": "^6.0.14",
55
57
  "semver": "^7.7.3",
56
- "unstorage": "^1.17.3"
58
+ "unstorage": "^1.17.4"
57
59
  },
58
60
  "devDependencies": {
59
61
  "@kevisual/dts": "^0.0.3",
@@ -65,7 +67,7 @@
65
67
  "@types/crypto-js": "^4.2.2",
66
68
  "@types/jsonwebtoken": "^9.0.10",
67
69
  "@types/micromatch": "^4.0.10",
68
- "@types/node": "^25.0.8",
70
+ "@types/node": "^25.0.9",
69
71
  "@types/semver": "^7.7.1",
70
72
  "chalk": "^5.6.2",
71
73
  "commander": "^14.0.2",
@@ -84,4 +86,4 @@
84
86
  "publishConfig": {
85
87
  "access": "public"
86
88
  }
87
- }
89
+ }
package/readme.md CHANGED
@@ -1,8 +1 @@
1
- # 可视化控制台工具
2
-
3
- ## 1. 上传文件
4
-
5
- ## 2. 下载文件
6
-
7
- ## 3. 同步模板
8
-
1
+ # 一个简单的cli工具