visionclaw 0.1.182-beta.1 → 0.1.182-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.
@@ -20317,7 +20317,7 @@ var require_prompts3 = __commonJS({
20317
20317
 
20318
20318
  // dist/utils/version-check.js
20319
20319
  function isBundled() {
20320
- const v10 = "0.1.182-beta.1";
20320
+ const v10 = "0.1.182-beta.2";
20321
20321
  return typeof v10 === "string" && v10 !== "undefined";
20322
20322
  }
20323
20323
  function getPackageRoot() {
@@ -20334,7 +20334,7 @@ function getInstallationInfo() {
20334
20334
  };
20335
20335
  }
20336
20336
  function getCurrentVersion() {
20337
- const bundledVersion = "0.1.182-beta.1";
20337
+ const bundledVersion = "0.1.182-beta.2";
20338
20338
  if (bundledVersion && bundledVersion !== "undefined") {
20339
20339
  return bundledVersion;
20340
20340
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "visionclaw",
3
- "version": "0.1.182-beta.1",
3
+ "version": "0.1.182-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",