agent-web-os 0.4.0-beta.1 → 0.4.0

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
@@ -29,6 +29,6 @@ import 'just-bash';
29
29
 
30
30
  declare function executeFd(args: string[], ctx: CommandContext): Promise<ExecResult>;
31
31
 
32
- declare const AGENT_WEB_OS_VERSION = "0.4.0-beta.1";
32
+ declare const AGENT_WEB_OS_VERSION = "0.4.0";
33
33
 
34
34
  export { AGENT_WEB_OS_VERSION, executeFd };
package/dist/index.d.ts CHANGED
@@ -29,6 +29,6 @@ import 'just-bash';
29
29
 
30
30
  declare function executeFd(args: string[], ctx: CommandContext): Promise<ExecResult>;
31
31
 
32
- declare const AGENT_WEB_OS_VERSION = "0.4.0-beta.1";
32
+ declare const AGENT_WEB_OS_VERSION = "0.4.0";
33
33
 
34
34
  export { AGENT_WEB_OS_VERSION, executeFd };
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  import "./chunk-PR4QN5HX.js";
12
12
 
13
13
  // src/index.ts
14
- var AGENT_WEB_OS_VERSION = "0.4.0-beta.1";
14
+ var AGENT_WEB_OS_VERSION = "0.4.0";
15
15
  console.log(`[agent-web-os] v${AGENT_WEB_OS_VERSION}`);
16
16
  export {
17
17
  AGENT_WEB_OS_VERSION,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export const AGENT_WEB_OS_VERSION = \"0.4.0-beta.1\"\r\nconsole.log(`[agent-web-os] v${AGENT_WEB_OS_VERSION}`)\r\n\r\nexport {\r\n ObservableInMemoryFs,\r\n assertObservableInMemoryFs,\r\n type ObservableInMemoryFsOptions,\r\n type ObservableInMemoryFsChangeEvent,\r\n type ObservableInMemoryFsChangeEventName,\r\n} from \"./observable-in-memory-fs\"\r\n\r\nexport {\r\n createBrowserBashSession,\r\n executeBrowserBash,\r\n DEFAULT_BASH_SHELL_ENV,\r\n type BrowserBashSession,\r\n} from \"./browser-bash-session\"\r\n\r\nexport { executeFd } from \"./fd-command\"\r\n\r\nexport type { ToolResult } from \"./types\"\r\n\r\n// Re-export just-bash/browser symbols so consumers don't need just-bash directly\r\nexport { Bash, defineCommand } from \"just-bash/browser\"\r\nexport type { CommandContext, ExecResult, CustomCommand } from \"just-bash/browser\"\r\n"],"mappings":";;;;;;;;;;;;;AAAO,IAAM,uBAAuB;AACpC,QAAQ,IAAI,mBAAmB,oBAAoB,EAAE;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export const AGENT_WEB_OS_VERSION = \"0.4.0\"\r\nconsole.log(`[agent-web-os] v${AGENT_WEB_OS_VERSION}`)\r\n\r\nexport {\r\n ObservableInMemoryFs,\r\n assertObservableInMemoryFs,\r\n type ObservableInMemoryFsOptions,\r\n type ObservableInMemoryFsChangeEvent,\r\n type ObservableInMemoryFsChangeEventName,\r\n} from \"./observable-in-memory-fs\"\r\n\r\nexport {\r\n createBrowserBashSession,\r\n executeBrowserBash,\r\n DEFAULT_BASH_SHELL_ENV,\r\n type BrowserBashSession,\r\n} from \"./browser-bash-session\"\r\n\r\nexport { executeFd } from \"./fd-command\"\r\n\r\nexport type { ToolResult } from \"./types\"\r\n\r\n// Re-export just-bash/browser symbols so consumers don't need just-bash directly\r\nexport { Bash, defineCommand } from \"just-bash/browser\"\r\nexport type { CommandContext, ExecResult, CustomCommand } from \"just-bash/browser\"\r\n"],"mappings":";;;;;;;;;;;;;AAAO,IAAM,uBAAuB;AACpC,QAAQ,IAAI,mBAAmB,oBAAoB,EAAE;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-web-os",
3
- "version": "0.4.0-beta.1",
3
+ "version": "0.4.0",
4
4
  "description": "Browser-based bash + Node.js runtime with an observable in-memory filesystem",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",