@kevisual/cli 0.0.98 → 0.0.99

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
@@ -22316,8 +22316,8 @@ InitEnv.init();
22316
22316
  var version = useContextKey("version", () => {
22317
22317
  let version2 = "0.0.64";
22318
22318
  try {
22319
- if ("0.0.98")
22320
- version2 = "0.0.98";
22319
+ if ("0.0.99")
22320
+ version2 = "0.0.99";
22321
22321
  } catch (e) {}
22322
22322
  return version2;
22323
22323
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kevisual/cli",
3
- "version": "0.0.98",
3
+ "version": "0.0.99",
4
4
  "description": "envision 命令行工具",
5
5
  "type": "module",
6
6
  "basename": "/root/cli",