@kevisual/cli 0.0.56 → 0.0.58

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.56",
3
+ "version": "0.0.58",
4
4
  "description": "envision command tools",
5
5
  "main": "dist/app.mjs",
6
6
  "type": "module",
@@ -28,7 +28,7 @@
28
28
  "bun.config.mjs"
29
29
  ],
30
30
  "scripts": {
31
- "dev": "NODE_ENV=development bun src/run.ts ",
31
+ "dev": "cross-env NODE_ENV=development bun src/run.ts ",
32
32
  "dev:tsx": "tsx src/run.ts ",
33
33
  "build": "rimraf dist && bun run bun.config.mjs",
34
34
  "pub:me": "npm publish --registry https://npm.xiongxiao.me --tag beta",
@@ -43,31 +43,30 @@
43
43
  "author": "abearxiong",
44
44
  "dependencies": {
45
45
  "micromatch": "^4.0.8",
46
- "pm2": "^6.0.6"
46
+ "pm2": "^6.0.8"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@kevisual/load": "^0.0.6",
50
50
  "@kevisual/logger": "^0.0.4",
51
- "@kevisual/query": "0.0.20",
51
+ "@kevisual/query": "0.0.29",
52
52
  "@kevisual/query-login": "0.0.6",
53
- "@types/bun": "^1.2.15",
53
+ "@types/bun": "^1.2.20",
54
54
  "@types/crypto-js": "^4.2.2",
55
- "@types/jsonwebtoken": "^9.0.9",
55
+ "@types/jsonwebtoken": "^9.0.10",
56
56
  "@types/micromatch": "^4.0.9",
57
- "@types/node": "^22.15.29",
58
- "chalk": "^5.4.1",
57
+ "@types/node": "^24.2.1",
58
+ "chalk": "^5.5.0",
59
59
  "commander": "^14.0.0",
60
+ "cross-env": "^10.0.0",
60
61
  "crypto-js": "^4.2.0",
61
62
  "fast-glob": "^3.3.3",
62
- "filesize": "^10.1.6",
63
- "form-data": "^4.0.2",
63
+ "filesize": "^11.0.2",
64
+ "form-data": "^4.0.4",
64
65
  "ignore": "^7.0.5",
65
- "inquirer": "^12.6.3",
66
+ "inquirer": "^12.9.1",
66
67
  "jsonwebtoken": "^9.0.2",
67
- "rollup": "^4.41.1",
68
- "rollup-plugin-dts": "^6.2.1",
69
68
  "tar": "^7.4.3",
70
- "zustand": "^5.0.5"
69
+ "zustand": "^5.0.7"
71
70
  },
72
71
  "engines": {
73
72
  "node": ">=22.0.0"