@kevisual/cli 0.0.83 → 0.0.85

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/assistant.js CHANGED
@@ -54544,8 +54544,8 @@ var assistantConfig2 = new AssistantConfig({
54544
54544
  import fs8 from "fs";
54545
54545
  var version = "0.0.1";
54546
54546
  try {
54547
- if ("0.0.6")
54548
- version = "0.0.6";
54547
+ if ("0.0.7")
54548
+ version = "0.0.7";
54549
54549
  } catch (e) {}
54550
54550
  program.name("asst").description("A CLI tool with envison").version(version, "-v, --version", "output the current version");
54551
54551
  var ls = new Command("ls").description("List files in the current directory").action(() => {
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.85",
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": {