@poe-platform/safe-js 0.1.206 → 0.1.207
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-7QENFOKI.js → chunk-CCGG45AK.js} +2 -2
- package/dist/safe-js/chunks/{chunk-GX266IIY.js → chunk-NKPHEPKA.js} +2 -2
- package/dist/safe-js/chunks/{chunk-GX266IIY.js.map → chunk-NKPHEPKA.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-7QENFOKI.js.map → chunk-CCGG45AK.js.map} +0 -0
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
validateMigrationSemantics,
|
|
28
28
|
validateSnapshotData,
|
|
29
29
|
validateSnapshotMigration
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-NKPHEPKA.js";
|
|
31
31
|
|
|
32
32
|
// packages/safe-js/src/migrate.ts
|
|
33
33
|
import { createHash } from "node:crypto";
|
|
@@ -8249,4 +8249,4 @@ export {
|
|
|
8249
8249
|
parseMcpConfig,
|
|
8250
8250
|
makeMcpModule
|
|
8251
8251
|
};
|
|
8252
|
-
//# sourceMappingURL=chunk-
|
|
8252
|
+
//# sourceMappingURL=chunk-CCGG45AK.js.map
|
|
@@ -34966,7 +34966,7 @@ async function stringifyProperty(key, holder, state, indent = "") {
|
|
|
34966
34966
|
try {
|
|
34967
34967
|
if (isSandboxDate(value) && getSandboxPropertyDescriptor(value, "toJSON", state.budget) === void 0) {
|
|
34968
34968
|
value = await dateToJSON(value, state.budget, state.context);
|
|
34969
|
-
} else if (typeof value === "bigint" || isStringifyContainer(value)) {
|
|
34969
|
+
} else if (typeof value === "bigint" || isSandboxClosure(value) || isStringifyContainer(value)) {
|
|
34970
34970
|
const toJSON = await getStringifyProperty(value, "toJSON", state);
|
|
34971
34971
|
if (isSandboxClosure(toJSON)) {
|
|
34972
34972
|
value = await callStringifyClosure(toJSON, [key], value, state);
|
|
@@ -37905,4 +37905,4 @@ export {
|
|
|
37905
37905
|
FileSnapshotBackend,
|
|
37906
37906
|
run
|
|
37907
37907
|
};
|
|
37908
|
-
//# sourceMappingURL=chunk-
|
|
37908
|
+
//# sourceMappingURL=chunk-NKPHEPKA.js.map
|