@kevisual/cli 0.0.83 → 0.0.84

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/dist/envision.js CHANGED
@@ -22327,8 +22327,8 @@ InitEnv.init();
22327
22327
  var version = useContextKey("version", () => {
22328
22328
  let version2 = "0.0.64";
22329
22329
  try {
22330
- if ("0.0.83")
22331
- version2 = "0.0.83";
22330
+ if ("0.0.84")
22331
+ version2 = "0.0.84";
22332
22332
  } catch (e) {}
22333
22333
  return version2;
22334
22334
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kevisual/cli",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "description": "envision 命令行工具",
5
5
  "type": "module",
6
6
  "basename": "/root/cli",
@@ -46,7 +46,7 @@
46
46
  "@kevisual/context": "^0.0.4",
47
47
  "@kevisual/hot-api": "^0.0.3",
48
48
  "@kevisual/use-config": "^1.0.28",
49
- "@nut-tree-fork/nut-js": "^4.2.6",
49
+
50
50
  "@types/busboy": "^1.5.4",
51
51
  "busboy": "^1.6.0",
52
52
  "eventemitter3": "^5.0.1",
@@ -77,7 +77,7 @@
77
77
  "form-data": "^4.0.5",
78
78
  "ignore": "^7.0.5",
79
79
  "jsonwebtoken": "^9.0.3",
80
- "tar": "^7.5.2",
80
+ "tar": "^7.5.3",
81
81
  "zustand": "^5.0.10"
82
82
  },
83
83
  "engines": {