freestyle-sandboxes 0.1.27 → 0.1.28

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 (3) hide show
  1. package/index.cjs +3 -0
  2. package/index.mjs +3 -0
  3. package/package.json +1 -1
package/index.cjs CHANGED
@@ -5690,6 +5690,9 @@ function composeCreateVmOptions(arr) {
5690
5690
  result.snapshotId = options.snapshotId;
5691
5691
  if (options.recreate !== void 0) result.recreate = options.recreate;
5692
5692
  if (options.aptDeps !== void 0) result.aptDeps = options.aptDeps;
5693
+ if (options.domains !== void 0) result.domains = options.domains;
5694
+ if (options.activityThresholdBytes !== void 0)
5695
+ result.activityThresholdBytes = options.activityThresholdBytes;
5693
5696
  if (options.persistence !== void 0)
5694
5697
  result.persistence = options.persistence;
5695
5698
  if (options.ports !== void 0) {
package/index.mjs CHANGED
@@ -5688,6 +5688,9 @@ function composeCreateVmOptions(arr) {
5688
5688
  result.snapshotId = options.snapshotId;
5689
5689
  if (options.recreate !== void 0) result.recreate = options.recreate;
5690
5690
  if (options.aptDeps !== void 0) result.aptDeps = options.aptDeps;
5691
+ if (options.domains !== void 0) result.domains = options.domains;
5692
+ if (options.activityThresholdBytes !== void 0)
5693
+ result.activityThresholdBytes = options.activityThresholdBytes;
5691
5694
  if (options.persistence !== void 0)
5692
5695
  result.persistence = options.persistence;
5693
5696
  if (options.ports !== void 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freestyle-sandboxes",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "require": {