@poe-platform/safe-js 0.1.186 → 0.1.187
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-LUBJFL5I.js → chunk-RGGF6OJD.js} +2 -2
- package/dist/safe-js/chunks/{chunk-H5XOAGZA.js → chunk-XUGJEUQ7.js} +2 -2
- package/dist/safe-js/chunks/{chunk-H5XOAGZA.js.map → chunk-XUGJEUQ7.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-LUBJFL5I.js.map → chunk-RGGF6OJD.js.map} +0 -0
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
validateMigrationSemantics,
|
|
28
28
|
validateSnapshotData,
|
|
29
29
|
validateSnapshotMigration
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-XUGJEUQ7.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-RGGF6OJD.js.map
|
|
@@ -16732,7 +16732,7 @@ function hasSandboxProperty(value, key, context) {
|
|
|
16732
16732
|
while (typeof current === "object" && current !== null) {
|
|
16733
16733
|
if (isGuestHostObject(current)) return typeof key === "symbol" ? false : hasHostObjectMember(current, String(key));
|
|
16734
16734
|
if (hasOwnSandboxProperty(current, key, false)) return true;
|
|
16735
|
-
if (!((isGuestClosure(current) || Array.isArray(current)) && hasExplicitSandboxPrototype(current)) && (Array.isArray(current) || !isPlainSandboxObject(current) || isSandboxDate(current) || isFloat32Array(current) || isSandboxGenerator(current) || isSandboxCollectionIterator(current) || isSandboxRegExpIterator(current))) {
|
|
16735
|
+
if (!isSandboxRegex(current) && !((isGuestClosure(current) || Array.isArray(current)) && hasExplicitSandboxPrototype(current)) && (Array.isArray(current) || !isPlainSandboxObject(current) || isSandboxDate(current) || isFloat32Array(current) || isSandboxGenerator(current) || isSandboxCollectionIterator(current) || isSandboxRegExpIterator(current))) {
|
|
16736
16736
|
return getPropertyValue(current, key, context) !== void 0;
|
|
16737
16737
|
}
|
|
16738
16738
|
current = getSandboxPrototype(current, context.budget);
|
|
@@ -36767,4 +36767,4 @@ export {
|
|
|
36767
36767
|
FileSnapshotBackend,
|
|
36768
36768
|
run
|
|
36769
36769
|
};
|
|
36770
|
-
//# sourceMappingURL=chunk-
|
|
36770
|
+
//# sourceMappingURL=chunk-XUGJEUQ7.js.map
|