@poe-platform/safe-js 0.1.104 → 0.1.105

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.
@@ -27,7 +27,7 @@ import {
27
27
  validateMigrationSemantics,
28
28
  validateSnapshotData,
29
29
  validateSnapshotMigration
30
- } from "./chunk-WNZAFVXS.js";
30
+ } from "./chunk-G5X7KIU3.js";
31
31
 
32
32
  // packages/safe-js/src/migrate.ts
33
33
  import { createHash } from "node:crypto";
@@ -8245,4 +8245,4 @@ export {
8245
8245
  parseMcpConfig,
8246
8246
  makeMcpModule
8247
8247
  };
8248
- //# sourceMappingURL=chunk-5T5TYHIX.js.map
8248
+ //# sourceMappingURL=chunk-B365DJ6C.js.map
@@ -25405,7 +25405,7 @@ function isSandboxSetConstructor(value) {
25405
25405
  return typeof value === "object" && value !== null && setConstructors.has(value);
25406
25406
  }
25407
25407
  function getMapEntries(source) {
25408
- if (source === void 0) {
25408
+ if (source === void 0 || source === null) {
25409
25409
  return [];
25410
25410
  }
25411
25411
  if (isSandboxMap(source)) {
@@ -25438,7 +25438,7 @@ function validateMapEntries(sourceEntries) {
25438
25438
  });
25439
25439
  }
25440
25440
  function getSetValues(source) {
25441
- if (source === void 0) {
25441
+ if (source === void 0 || source === null) {
25442
25442
  return [];
25443
25443
  }
25444
25444
  if (isSandboxSet(source)) {
@@ -33024,4 +33024,4 @@ export {
33024
33024
  FileSnapshotBackend,
33025
33025
  run
33026
33026
  };
33027
- //# sourceMappingURL=chunk-WNZAFVXS.js.map
33027
+ //# sourceMappingURL=chunk-G5X7KIU3.js.map