visionclaw 0.1.214-beta.2 → 0.1.214-beta.3
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
|
@@ -16097,7 +16097,7 @@ ${DIM}${"\u2500".repeat(70)}${RESET}`);
|
|
|
16097
16097
|
|
|
16098
16098
|
// dist/utils/version-check.js
|
|
16099
16099
|
function isBundled() {
|
|
16100
|
-
const v14 = "0.1.214-beta.
|
|
16100
|
+
const v14 = "0.1.214-beta.3";
|
|
16101
16101
|
return typeof v14 === "string" && v14 !== "undefined";
|
|
16102
16102
|
}
|
|
16103
16103
|
function getPackageRoot() {
|
|
@@ -16114,7 +16114,7 @@ function getInstallationInfo() {
|
|
|
16114
16114
|
};
|
|
16115
16115
|
}
|
|
16116
16116
|
function getCurrentVersion() {
|
|
16117
|
-
const bundledVersion = "0.1.214-beta.
|
|
16117
|
+
const bundledVersion = "0.1.214-beta.3";
|
|
16118
16118
|
if (bundledVersion && bundledVersion !== "undefined") {
|
|
16119
16119
|
return bundledVersion;
|
|
16120
16120
|
}
|
|
@@ -857624,7 +857624,7 @@ var init_playwriter_extension = __esm({
|
|
|
857624
857624
|
|
|
857625
857625
|
// dist/utils/playwriter-relay.js
|
|
857626
857626
|
function isBundled2() {
|
|
857627
|
-
const v14 = "0.1.214-beta.
|
|
857627
|
+
const v14 = "0.1.214-beta.3";
|
|
857628
857628
|
return typeof v14 === "string" && v14 !== "undefined";
|
|
857629
857629
|
}
|
|
857630
857630
|
function resolveRelayEntryPath() {
|
|
@@ -857750,7 +857750,7 @@ function selectAndPruneCanonicalRelay(matches, expectedEntry) {
|
|
|
857750
857750
|
return canonical;
|
|
857751
857751
|
}
|
|
857752
857752
|
function pm2Start(entryPath, host, port) {
|
|
857753
|
-
const versionStr = "0.1.214-beta.
|
|
857753
|
+
const versionStr = "0.1.214-beta.3";
|
|
857754
857754
|
(0, import_node_child_process17.execFileSync)("pm2", ["start", entryPath, "--name", PM2_PROCESS_NAME, "--update-env"], {
|
|
857755
857755
|
encoding: "utf-8",
|
|
857756
857756
|
stdio: "pipe",
|
|
@@ -857776,7 +857776,7 @@ function pm2Delete() {
|
|
|
857776
857776
|
}
|
|
857777
857777
|
}
|
|
857778
857778
|
function pm2Restart(host, port) {
|
|
857779
|
-
const versionStr = "0.1.214-beta.
|
|
857779
|
+
const versionStr = "0.1.214-beta.3";
|
|
857780
857780
|
(0, import_node_child_process17.execFileSync)("pm2", ["restart", PM2_PROCESS_NAME, "--update-env"], {
|
|
857781
857781
|
encoding: "utf-8",
|
|
857782
857782
|
stdio: "pipe",
|
|
@@ -858245,7 +858245,7 @@ async function reconcilePlaywriterRelay(host = "127.0.0.1", port = 19988) {
|
|
|
858245
858245
|
pm2Restart(host, port);
|
|
858246
858246
|
return;
|
|
858247
858247
|
}
|
|
858248
|
-
const currentVersion = "0.1.214-beta.
|
|
858248
|
+
const currentVersion = "0.1.214-beta.3";
|
|
858249
858249
|
if (currentEnv.VISIONCLAW_VERSION && currentEnv.VISIONCLAW_VERSION !== currentVersion) {
|
|
858250
858250
|
if (!await ensureRelayPortAvailable(host, port, current, "recreate after a version change"))
|
|
858251
858251
|
return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "visionclaw",
|
|
3
|
-
"version": "0.1.214-beta.
|
|
3
|
+
"version": "0.1.214-beta.3",
|
|
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",
|