@clawos-dev/clawd 0.2.210-beta.419.6484399 → 0.2.210

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.
Files changed (2) hide show
  1. package/dist/cli.cjs +0 -2
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -41578,8 +41578,6 @@ function composeGuestSandbox(base, userWorkDir, spawnCwd) {
41578
41578
  "~/.clawd/config.json",
41579
41579
  "~/.clawd/auth.json"
41580
41580
  ]);
41581
- const netv = s.sandbox.network ?? (s.sandbox.network = {});
41582
- netv.allowedDomains = unionArr(netv.allowedDomains, ["*.tunnel.clawos.chat"]);
41583
41581
  return s;
41584
41582
  }
41585
41583
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawos-dev/clawd",
3
- "version": "0.2.210-beta.419.6484399",
3
+ "version": "0.2.210",
4
4
  "description": "Standalone clawd daemon — Claude Code (and future Codex) session server over WebSocket",
5
5
  "type": "module",
6
6
  "license": "MIT",