visionclaw 0.1.184-beta.1 → 0.1.184-beta.2
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.
|
Binary file
|
package/dist-agent/bundle.cjs
CHANGED
|
@@ -20322,7 +20322,7 @@ var require_prompts3 = __commonJS({
|
|
|
20322
20322
|
|
|
20323
20323
|
// dist/utils/version-check.js
|
|
20324
20324
|
function isBundled() {
|
|
20325
|
-
const v15 = "0.1.184-beta.
|
|
20325
|
+
const v15 = "0.1.184-beta.2";
|
|
20326
20326
|
return typeof v15 === "string" && v15 !== "undefined";
|
|
20327
20327
|
}
|
|
20328
20328
|
function getPackageRoot() {
|
|
@@ -20339,7 +20339,7 @@ function getInstallationInfo() {
|
|
|
20339
20339
|
};
|
|
20340
20340
|
}
|
|
20341
20341
|
function getCurrentVersion() {
|
|
20342
|
-
const bundledVersion = "0.1.184-beta.
|
|
20342
|
+
const bundledVersion = "0.1.184-beta.2";
|
|
20343
20343
|
if (bundledVersion && bundledVersion !== "undefined") {
|
|
20344
20344
|
return bundledVersion;
|
|
20345
20345
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "visionclaw",
|
|
3
|
-
"version": "0.1.184-beta.
|
|
3
|
+
"version": "0.1.184-beta.2",
|
|
4
4
|
"description": "A personal assistant agent that runs on your desktop, receives commands from messaging channels, and executes tasks autonomously.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|