agent-web-os 0.3.3 → 0.3.4
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/chunk-FNHNA3XU.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/chunk-FNHNA3XU.js
CHANGED
|
@@ -67,7 +67,7 @@ var globalBridge = null;
|
|
|
67
67
|
var almostnodePromise = null;
|
|
68
68
|
function loadAlmostnode() {
|
|
69
69
|
if (!almostnodePromise) {
|
|
70
|
-
almostnodePromise = import("./dist-2XQJWZPX.js");
|
|
70
|
+
almostnodePromise = import(["./dist", "-2XQJWZPX.js"].join(""));
|
|
71
71
|
}
|
|
72
72
|
return almostnodePromise;
|
|
73
73
|
}
|
package/dist/index.cjs
CHANGED
|
@@ -78727,7 +78727,7 @@ async function executeBrowserBash(session, command, options2 = {}) {
|
|
|
78727
78727
|
// src/index.ts
|
|
78728
78728
|
init_browser();
|
|
78729
78729
|
init_server_bridge();
|
|
78730
|
-
var AGENT_WEB_OS_VERSION = "0.3.
|
|
78730
|
+
var AGENT_WEB_OS_VERSION = "0.3.4";
|
|
78731
78731
|
console.log(`[agent-web-os] v${AGENT_WEB_OS_VERSION}`);
|
|
78732
78732
|
/*! Bundled license information:
|
|
78733
78733
|
|