visionclaw 0.1.209-beta.6 → 0.1.209-beta.7
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
|
@@ -15965,7 +15965,7 @@ ${DIM}${"\u2500".repeat(70)}${RESET}`);
|
|
|
15965
15965
|
|
|
15966
15966
|
// dist/utils/version-check.js
|
|
15967
15967
|
function isBundled() {
|
|
15968
|
-
const v16 = "0.1.209-beta.
|
|
15968
|
+
const v16 = "0.1.209-beta.7";
|
|
15969
15969
|
return typeof v16 === "string" && v16 !== "undefined";
|
|
15970
15970
|
}
|
|
15971
15971
|
function getPackageRoot() {
|
|
@@ -15982,7 +15982,7 @@ function getInstallationInfo() {
|
|
|
15982
15982
|
};
|
|
15983
15983
|
}
|
|
15984
15984
|
function getCurrentVersion() {
|
|
15985
|
-
const bundledVersion = "0.1.209-beta.
|
|
15985
|
+
const bundledVersion = "0.1.209-beta.7";
|
|
15986
15986
|
if (bundledVersion && bundledVersion !== "undefined") {
|
|
15987
15987
|
return bundledVersion;
|
|
15988
15988
|
}
|
|
@@ -905787,7 +905787,7 @@ var init_playwriter_extension = __esm({
|
|
|
905787
905787
|
|
|
905788
905788
|
// dist/utils/playwriter-relay.js
|
|
905789
905789
|
function isBundled2() {
|
|
905790
|
-
const v16 = "0.1.209-beta.
|
|
905790
|
+
const v16 = "0.1.209-beta.7";
|
|
905791
905791
|
return typeof v16 === "string" && v16 !== "undefined";
|
|
905792
905792
|
}
|
|
905793
905793
|
function resolveRelayEntryPath() {
|
|
@@ -905913,7 +905913,7 @@ function selectAndPruneCanonicalRelay(matches, expectedEntry) {
|
|
|
905913
905913
|
return canonical;
|
|
905914
905914
|
}
|
|
905915
905915
|
function pm2Start(entryPath, host, port) {
|
|
905916
|
-
const versionStr = "0.1.209-beta.
|
|
905916
|
+
const versionStr = "0.1.209-beta.7";
|
|
905917
905917
|
(0, import_node_child_process13.execFileSync)("pm2", ["start", entryPath, "--name", PM2_PROCESS_NAME, "--update-env"], {
|
|
905918
905918
|
encoding: "utf-8",
|
|
905919
905919
|
stdio: "pipe",
|
|
@@ -905939,7 +905939,7 @@ function pm2Delete() {
|
|
|
905939
905939
|
}
|
|
905940
905940
|
}
|
|
905941
905941
|
function pm2Restart(host, port) {
|
|
905942
|
-
const versionStr = "0.1.209-beta.
|
|
905942
|
+
const versionStr = "0.1.209-beta.7";
|
|
905943
905943
|
(0, import_node_child_process13.execFileSync)("pm2", ["restart", PM2_PROCESS_NAME, "--update-env"], {
|
|
905944
905944
|
encoding: "utf-8",
|
|
905945
905945
|
stdio: "pipe",
|
|
@@ -906408,7 +906408,7 @@ async function reconcilePlaywriterRelay(host = "127.0.0.1", port = 19988) {
|
|
|
906408
906408
|
pm2Restart(host, port);
|
|
906409
906409
|
return;
|
|
906410
906410
|
}
|
|
906411
|
-
const currentVersion = "0.1.209-beta.
|
|
906411
|
+
const currentVersion = "0.1.209-beta.7";
|
|
906412
906412
|
if (currentEnv.VISIONCLAW_VERSION && currentEnv.VISIONCLAW_VERSION !== currentVersion) {
|
|
906413
906413
|
if (!await ensureRelayPortAvailable(host, port, current, "recreate after a version change"))
|
|
906414
906414
|
return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "visionclaw",
|
|
3
|
-
"version": "0.1.209-beta.
|
|
3
|
+
"version": "0.1.209-beta.7",
|
|
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",
|