@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.
- package/dist/safe-js/chunks/{chunk-5T5TYHIX.js → chunk-B365DJ6C.js} +2 -2
- package/dist/safe-js/chunks/{chunk-WNZAFVXS.js → chunk-G5X7KIU3.js} +3 -3
- package/dist/safe-js/chunks/{chunk-WNZAFVXS.js.map → chunk-G5X7KIU3.js.map} +2 -2
- package/dist/safe-js/cli.js +2 -2
- package/dist/safe-js/core.js +1 -1
- package/dist/safe-js/index.js +2 -2
- package/package.json +2 -2
- /package/dist/safe-js/chunks/{chunk-5T5TYHIX.js.map → chunk-B365DJ6C.js.map} +0 -0
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
validateMigrationSemantics,
|
|
28
28
|
validateSnapshotData,
|
|
29
29
|
validateSnapshotMigration
|
|
30
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
33027
|
+
//# sourceMappingURL=chunk-G5X7KIU3.js.map
|