@kevisual/cli 0.0.58 → 0.0.59

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.58",
3
+ "version": "0.0.59",
4
4
  "description": "envision command tools",
5
5
  "main": "dist/app.mjs",
6
6
  "type": "module",
@@ -43,30 +43,31 @@
43
43
  "author": "abearxiong",
44
44
  "dependencies": {
45
45
  "micromatch": "^4.0.8",
46
- "pm2": "^6.0.8"
46
+ "pm2": "^6.0.13"
47
47
  },
48
48
  "devDependencies": {
49
+ "@kevisual/dts": "^0.0.3",
49
50
  "@kevisual/load": "^0.0.6",
50
51
  "@kevisual/logger": "^0.0.4",
51
52
  "@kevisual/query": "0.0.29",
52
53
  "@kevisual/query-login": "0.0.6",
53
- "@types/bun": "^1.2.20",
54
+ "@types/bun": "^1.3.0",
54
55
  "@types/crypto-js": "^4.2.2",
55
56
  "@types/jsonwebtoken": "^9.0.10",
56
57
  "@types/micromatch": "^4.0.9",
57
- "@types/node": "^24.2.1",
58
- "chalk": "^5.5.0",
59
- "commander": "^14.0.0",
60
- "cross-env": "^10.0.0",
58
+ "@types/node": "^24.7.2",
59
+ "chalk": "^5.6.2",
60
+ "commander": "^14.0.1",
61
+ "cross-env": "^10.1.0",
61
62
  "crypto-js": "^4.2.0",
62
63
  "fast-glob": "^3.3.3",
63
- "filesize": "^11.0.2",
64
+ "filesize": "^11.0.13",
64
65
  "form-data": "^4.0.4",
65
66
  "ignore": "^7.0.5",
66
- "inquirer": "^12.9.1",
67
+ "inquirer": "^12.9.6",
67
68
  "jsonwebtoken": "^9.0.2",
68
- "tar": "^7.4.3",
69
- "zustand": "^5.0.7"
69
+ "tar": "^7.5.1",
70
+ "zustand": "^5.0.8"
70
71
  },
71
72
  "engines": {
72
73
  "node": ">=22.0.0"
package/readme.md CHANGED
@@ -1,4 +1,8 @@
1
- # Cli For Envision
1
+ # 可视化控制台工具
2
2
 
3
- ## upload files
3
+ ## 1. 上传文件
4
+
5
+ ## 2. 下载文件
6
+
7
+ ## 3. 同步模板
4
8