agent-web-os 0.1.0 → 0.1.2
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/brotli_wasm_bg.wasm +0 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
Binary file
|
package/dist/index.cjs
CHANGED
|
@@ -61854,7 +61854,8 @@ function createBrowserBashSession(options2 = {}) {
|
|
|
61854
61854
|
fs,
|
|
61855
61855
|
customCommands: [
|
|
61856
61856
|
Dx("node", async (args, ctx) => almostNodeSession.executeNode(args, ctx)),
|
|
61857
|
-
Dx("npm", async (args, ctx) => almostNodeSession.executeNpm(args, ctx))
|
|
61857
|
+
Dx("npm", async (args, ctx) => almostNodeSession.executeNpm(args, ctx)),
|
|
61858
|
+
...options2.customCommands ?? []
|
|
61858
61859
|
]
|
|
61859
61860
|
});
|
|
61860
61861
|
almostNodeSession.setBinCommandRegistrar((name, handler) => {
|