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.
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) => {