sandboxbox 3.0.41 → 3.0.42

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/package.json +1 -1
  2. package/utils/sandbox.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sandboxbox",
3
- "version": "3.0.41",
3
+ "version": "3.0.42",
4
4
  "description": "Lightweight process containment sandbox for CLI tools - Playwright, Claude Code, and more. Pure Node.js, no dependencies.",
5
5
  "type": "module",
6
6
  "main": "cli.js",
package/utils/sandbox.js CHANGED
@@ -199,7 +199,7 @@ node_modules/
199
199
  // Create sandbox Claude directory and copy bundled settings
200
200
  mkdirSync(sandboxClaudeDir, { recursive: true });
201
201
 
202
- const bundledSettingsPath = join(resolve(fileURLToPath(import.meta.url), '..'), '..', 'sandboxbox-settings.json');
202
+ const bundledSettingsPath = join(resolve(fileURLToPath(import.meta.url), '..'), 'sandboxbox-settings.json');
203
203
  const sandboxSettingsPath = join(sandboxClaudeDir, 'settings.json');
204
204
 
205
205
  // Copy bundled settings to sandbox