@kevisual/cli 0.0.97 → 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/assistant-opencode.js +740 -656
- package/dist/assistant-server.js +1434 -5727
- package/dist/assistant.js +825 -654
- package/dist/envision.js +2 -2
- package/package.json +1 -1
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.
|
|
22320
|
-
version2 = "0.0.
|
|
22319
|
+
if ("0.0.99")
|
|
22320
|
+
version2 = "0.0.99";
|
|
22321
22321
|
} catch (e) {}
|
|
22322
22322
|
return version2;
|
|
22323
22323
|
});
|