@watasu/sdk 0.1.70 → 0.1.71

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/sandbox.js +1 -1
  2. package/package.json +1 -1
package/dist/sandbox.js CHANGED
@@ -163,8 +163,8 @@ export class Sandbox {
163
163
  metadata: opts.metadata ?? {},
164
164
  envs: opts.envs ?? {},
165
165
  secure: opts.secure ?? true,
166
- allow_internet_access: opts.allowInternetAccess ?? true,
167
166
  };
167
+ putIfPresent(sandboxPayload, 'allow_internet_access', opts.allowInternetAccess);
168
168
  putIfPresent(sandboxPayload, 'template', template);
169
169
  putIfPresent(sandboxPayload, 'mcp', opts.mcp);
170
170
  putIfPresent(sandboxPayload, 'lifecycle', lifecyclePayload(opts.lifecycle));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@watasu/sdk",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "type": "module",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "description": "TypeScript SDK for Watasu",