agent-web-os 0.1.16 → 0.1.17
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/index.cjs +2 -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 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -62154,6 +62154,7 @@ ${packages.map(([name, version4]) => `+-- ${name}@${version4}`).join("\n")}
|
|
|
62154
62154
|
runtime.runFile(invocation.scriptPath);
|
|
62155
62155
|
}
|
|
62156
62156
|
syncExecution = false;
|
|
62157
|
+
await new Promise((r10) => setTimeout(r10, 0));
|
|
62157
62158
|
const isInteractive = process4.stdin && (process4.stdin.listenerCount("data") > 0 || process4.stdin.listenerCount("keypress") > 0);
|
|
62158
62159
|
const asyncExitCode = isInteractive ? await exitPromise : await Promise.race([
|
|
62159
62160
|
exitPromise,
|
|
@@ -62868,7 +62869,7 @@ async function executeBrowserBash(session, command, options2 = {}) {
|
|
|
62868
62869
|
}
|
|
62869
62870
|
|
|
62870
62871
|
// src/index.ts
|
|
62871
|
-
var AGENT_WEB_OS_VERSION = "0.1.
|
|
62872
|
+
var AGENT_WEB_OS_VERSION = "0.1.17";
|
|
62872
62873
|
console.log(`[agent-web-os] v${AGENT_WEB_OS_VERSION}`);
|
|
62873
62874
|
var getServerBridge2 = getServerBridge;
|
|
62874
62875
|
var resetServerBridge2 = resetServerBridge;
|