visionclaw 0.1.211-beta.1 → 0.1.211-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.
- package/dist-agent/bundle.cjs +6 -6
- package/package.json +1 -1
package/dist-agent/bundle.cjs
CHANGED
|
@@ -16091,7 +16091,7 @@ ${DIM}${"\u2500".repeat(70)}${RESET}`);
|
|
|
16091
16091
|
|
|
16092
16092
|
// dist/utils/version-check.js
|
|
16093
16093
|
function isBundled() {
|
|
16094
|
-
const v16 = "0.1.211-beta.
|
|
16094
|
+
const v16 = "0.1.211-beta.2";
|
|
16095
16095
|
return typeof v16 === "string" && v16 !== "undefined";
|
|
16096
16096
|
}
|
|
16097
16097
|
function getPackageRoot() {
|
|
@@ -16108,7 +16108,7 @@ function getInstallationInfo() {
|
|
|
16108
16108
|
};
|
|
16109
16109
|
}
|
|
16110
16110
|
function getCurrentVersion() {
|
|
16111
|
-
const bundledVersion = "0.1.211-beta.
|
|
16111
|
+
const bundledVersion = "0.1.211-beta.2";
|
|
16112
16112
|
if (bundledVersion && bundledVersion !== "undefined") {
|
|
16113
16113
|
return bundledVersion;
|
|
16114
16114
|
}
|
|
@@ -907596,7 +907596,7 @@ var init_playwriter_extension = __esm({
|
|
|
907596
907596
|
|
|
907597
907597
|
// dist/utils/playwriter-relay.js
|
|
907598
907598
|
function isBundled2() {
|
|
907599
|
-
const v16 = "0.1.211-beta.
|
|
907599
|
+
const v16 = "0.1.211-beta.2";
|
|
907600
907600
|
return typeof v16 === "string" && v16 !== "undefined";
|
|
907601
907601
|
}
|
|
907602
907602
|
function resolveRelayEntryPath() {
|
|
@@ -907722,7 +907722,7 @@ function selectAndPruneCanonicalRelay(matches, expectedEntry) {
|
|
|
907722
907722
|
return canonical;
|
|
907723
907723
|
}
|
|
907724
907724
|
function pm2Start(entryPath, host, port) {
|
|
907725
|
-
const versionStr = "0.1.211-beta.
|
|
907725
|
+
const versionStr = "0.1.211-beta.2";
|
|
907726
907726
|
(0, import_node_child_process15.execFileSync)("pm2", ["start", entryPath, "--name", PM2_PROCESS_NAME, "--update-env"], {
|
|
907727
907727
|
encoding: "utf-8",
|
|
907728
907728
|
stdio: "pipe",
|
|
@@ -907748,7 +907748,7 @@ function pm2Delete() {
|
|
|
907748
907748
|
}
|
|
907749
907749
|
}
|
|
907750
907750
|
function pm2Restart(host, port) {
|
|
907751
|
-
const versionStr = "0.1.211-beta.
|
|
907751
|
+
const versionStr = "0.1.211-beta.2";
|
|
907752
907752
|
(0, import_node_child_process15.execFileSync)("pm2", ["restart", PM2_PROCESS_NAME, "--update-env"], {
|
|
907753
907753
|
encoding: "utf-8",
|
|
907754
907754
|
stdio: "pipe",
|
|
@@ -908217,7 +908217,7 @@ async function reconcilePlaywriterRelay(host = "127.0.0.1", port = 19988) {
|
|
|
908217
908217
|
pm2Restart(host, port);
|
|
908218
908218
|
return;
|
|
908219
908219
|
}
|
|
908220
|
-
const currentVersion = "0.1.211-beta.
|
|
908220
|
+
const currentVersion = "0.1.211-beta.2";
|
|
908221
908221
|
if (currentEnv.VISIONCLAW_VERSION && currentEnv.VISIONCLAW_VERSION !== currentVersion) {
|
|
908222
908222
|
if (!await ensureRelayPortAvailable(host, port, current, "recreate after a version change"))
|
|
908223
908223
|
return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "visionclaw",
|
|
3
|
-
"version": "0.1.211-beta.
|
|
3
|
+
"version": "0.1.211-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",
|