agent-web-os 0.4.0-beta.1 → 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
|
@@ -37353,7 +37353,7 @@ function createBrowserBashSession(options = {}) {
|
|
|
37353
37353
|
fs,
|
|
37354
37354
|
customCommands: [
|
|
37355
37355
|
...runtimeCommands,
|
|
37356
|
-
Dx("fd",
|
|
37356
|
+
Dx("fd", executeFd),
|
|
37357
37357
|
...options.customCommands ?? []
|
|
37358
37358
|
]
|
|
37359
37359
|
});
|
|
@@ -37490,4 +37490,4 @@ just-bash/dist/bundle/browser.js:
|
|
|
37490
37490
|
(*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
37491
37491
|
*)
|
|
37492
37492
|
*/
|
|
37493
|
-
//# sourceMappingURL=chunk-
|
|
37493
|
+
//# sourceMappingURL=chunk-KBWDWVKH.js.map
|