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.cjs +1 -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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
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
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
|
|
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":[]}
|