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.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.0";
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.0";
147
+ declare const AGENT_WEB_OS_VERSION = "0.2.1";
148
148
 
149
149
  type ServerBridge = {
150
150
  initServiceWorker(): Promise<void>;