agent-web-os 0.4.0 → 0.4.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/{chunk-ZZTRZYH2.js → chunk-KBWDWVKH.js} +2 -2
- package/dist/{chunk-ZZTRZYH2.js.map → chunk-KBWDWVKH.js.map} +1 -1
- package/dist/index.cjs +2 -2
- 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 -2
- package/dist/index.js.map +1 -1
- package/dist/node.cjs +57 -40
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +57 -40
- package/dist/node.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -37735,7 +37735,7 @@ function createBrowserBashSession(options = {}) {
|
|
|
37735
37735
|
fs,
|
|
37736
37736
|
customCommands: [
|
|
37737
37737
|
...runtimeCommands,
|
|
37738
|
-
Dx("fd",
|
|
37738
|
+
Dx("fd", executeFd),
|
|
37739
37739
|
...options.customCommands ?? []
|
|
37740
37740
|
]
|
|
37741
37741
|
});
|
|
@@ -37831,7 +37831,7 @@ async function executeBrowserBash(session, command, options = {}) {
|
|
|
37831
37831
|
}
|
|
37832
37832
|
|
|
37833
37833
|
// src/index.ts
|
|
37834
|
-
var AGENT_WEB_OS_VERSION = "0.4.
|
|
37834
|
+
var AGENT_WEB_OS_VERSION = "0.4.1";
|
|
37835
37835
|
console.log(`[agent-web-os] v${AGENT_WEB_OS_VERSION}`);
|
|
37836
37836
|
/*! Bundled license information:
|
|
37837
37837
|
|