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.d.cts
CHANGED
|
@@ -285,7 +285,7 @@ declare function executeBrowserBash(session: BrowserBashSession, command: string
|
|
|
285
285
|
|
|
286
286
|
declare function executeFd(args: string[], ctx: CommandContext): Promise<ExecResult>;
|
|
287
287
|
|
|
288
|
-
declare const AGENT_WEB_OS_VERSION = "0.1.
|
|
288
|
+
declare const AGENT_WEB_OS_VERSION = "0.1.17";
|
|
289
289
|
|
|
290
290
|
type ServerBridge = {
|
|
291
291
|
initServiceWorker(): Promise<void>;
|
package/dist/index.d.ts
CHANGED
|
@@ -285,7 +285,7 @@ declare function executeBrowserBash(session: BrowserBashSession, command: string
|
|
|
285
285
|
|
|
286
286
|
declare function executeFd(args: string[], ctx: CommandContext): Promise<ExecResult>;
|
|
287
287
|
|
|
288
|
-
declare const AGENT_WEB_OS_VERSION = "0.1.
|
|
288
|
+
declare const AGENT_WEB_OS_VERSION = "0.1.17";
|
|
289
289
|
|
|
290
290
|
type ServerBridge = {
|
|
291
291
|
initServiceWorker(): Promise<void>;
|
package/dist/index.js
CHANGED
|
@@ -56335,6 +56335,7 @@ ${packages.map(([name, version4]) => `+-- ${name}@${version4}`).join("\n")}
|
|
|
56335
56335
|
runtime.runFile(invocation.scriptPath);
|
|
56336
56336
|
}
|
|
56337
56337
|
syncExecution = false;
|
|
56338
|
+
await new Promise((r10) => setTimeout(r10, 0));
|
|
56338
56339
|
const isInteractive = process4.stdin && (process4.stdin.listenerCount("data") > 0 || process4.stdin.listenerCount("keypress") > 0);
|
|
56339
56340
|
const asyncExitCode = isInteractive ? await exitPromise : await Promise.race([
|
|
56340
56341
|
exitPromise,
|
|
@@ -57049,7 +57050,7 @@ async function executeBrowserBash(session, command, options2 = {}) {
|
|
|
57049
57050
|
}
|
|
57050
57051
|
|
|
57051
57052
|
// src/index.ts
|
|
57052
|
-
var AGENT_WEB_OS_VERSION = "0.1.
|
|
57053
|
+
var AGENT_WEB_OS_VERSION = "0.1.17";
|
|
57053
57054
|
console.log(`[agent-web-os] v${AGENT_WEB_OS_VERSION}`);
|
|
57054
57055
|
var getServerBridge2 = getServerBridge;
|
|
57055
57056
|
var resetServerBridge2 = resetServerBridge;
|