@poe-platform/safe-js 0.1.141 → 0.1.142
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-HEQEBF3T.js → chunk-KZ6SIA7S.js} +2 -2
- package/dist/safe-js/chunks/{chunk-Q6QTL7UZ.js → chunk-YKISHTWT.js} +2 -2
- package/dist/safe-js/chunks/{chunk-Q6QTL7UZ.js.map → chunk-YKISHTWT.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-HEQEBF3T.js.map → chunk-KZ6SIA7S.js.map} +0 -0
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
validateMigrationSemantics,
|
|
28
28
|
validateSnapshotData,
|
|
29
29
|
validateSnapshotMigration
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-YKISHTWT.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-KZ6SIA7S.js.map
|
|
@@ -28992,7 +28992,7 @@ async function evaluateObjectExpression(node, context) {
|
|
|
28992
28992
|
}
|
|
28993
28993
|
}
|
|
28994
28994
|
function isObjectPrototypeSetterProperty(property, key) {
|
|
28995
|
-
return !property.computed && !property.shorthand && key === "__proto__";
|
|
28995
|
+
return !property.computed && !property.shorthand && key === "__proto__" && !(property.value.type === "FunctionExpression" && property.value.method === true);
|
|
28996
28996
|
}
|
|
28997
28997
|
async function evaluateTemplateLiteral(node, context) {
|
|
28998
28998
|
let value = context.budget.allocateString(node.quasis[0]?.value.cooked ?? "");
|
|
@@ -35511,4 +35511,4 @@ export {
|
|
|
35511
35511
|
FileSnapshotBackend,
|
|
35512
35512
|
run
|
|
35513
35513
|
};
|
|
35514
|
-
//# sourceMappingURL=chunk-
|
|
35514
|
+
//# sourceMappingURL=chunk-YKISHTWT.js.map
|