agent-web-os 0.2.0 → 0.2.1
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 +70487 -54728
- 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 +37269 -16178
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-QV36H6BY.js +0 -5325
- package/dist/chunk-QV36H6BY.js.map +0 -1
- package/dist/npm-C6N7BGOG.js +0 -14
- package/dist/npm-C6N7BGOG.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -144,7 +144,7 @@ declare function executeBrowserBash(session: BrowserBashSession, command: string
|
|
|
144
144
|
|
|
145
145
|
declare function executeFd(args: string[], ctx: CommandContext): Promise<ExecResult>;
|
|
146
146
|
|
|
147
|
-
declare const AGENT_WEB_OS_VERSION = "0.2.
|
|
147
|
+
declare const AGENT_WEB_OS_VERSION = "0.2.1";
|
|
148
148
|
|
|
149
149
|
type ServerBridge = {
|
|
150
150
|
initServiceWorker(): Promise<void>;
|
package/dist/index.d.ts
CHANGED
|
@@ -144,7 +144,7 @@ declare function executeBrowserBash(session: BrowserBashSession, command: string
|
|
|
144
144
|
|
|
145
145
|
declare function executeFd(args: string[], ctx: CommandContext): Promise<ExecResult>;
|
|
146
146
|
|
|
147
|
-
declare const AGENT_WEB_OS_VERSION = "0.2.
|
|
147
|
+
declare const AGENT_WEB_OS_VERSION = "0.2.1";
|
|
148
148
|
|
|
149
149
|
type ServerBridge = {
|
|
150
150
|
initServiceWorker(): Promise<void>;
|