@poe-platform/safe-js 0.1.92 → 0.1.93
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-W7PU3UWT.js → chunk-6ED3JDHJ.js} +2 -2
- package/dist/safe-js/chunks/{chunk-MVOTTS35.js → chunk-IM7O3ZT3.js} +3 -5
- package/dist/safe-js/chunks/{chunk-MVOTTS35.js.map → chunk-IM7O3ZT3.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-W7PU3UWT.js.map → chunk-6ED3JDHJ.js.map} +0 -0
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
validateMigrationSemantics,
|
|
28
28
|
validateSnapshotData,
|
|
29
29
|
validateSnapshotMigration
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-IM7O3ZT3.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-6ED3JDHJ.js.map
|
|
@@ -23608,10 +23608,8 @@ function describeRuntimeValue(value) {
|
|
|
23608
23608
|
}
|
|
23609
23609
|
function copyObjectRestValue(value, excludedKeys) {
|
|
23610
23610
|
const rest = /* @__PURE__ */ Object.create(null);
|
|
23611
|
-
for (const [key, entryValue] of ownEnumerableSandboxEntries(value)) {
|
|
23612
|
-
|
|
23613
|
-
defineProperty(rest, key, entryValue);
|
|
23614
|
-
}
|
|
23611
|
+
for (const [key, entryValue] of ownEnumerableSandboxEntries(value, excludedKeys)) {
|
|
23612
|
+
defineProperty(rest, key, entryValue);
|
|
23615
23613
|
}
|
|
23616
23614
|
return rest;
|
|
23617
23615
|
}
|
|
@@ -32916,4 +32914,4 @@ export {
|
|
|
32916
32914
|
FileSnapshotBackend,
|
|
32917
32915
|
run
|
|
32918
32916
|
};
|
|
32919
|
-
//# sourceMappingURL=chunk-
|
|
32917
|
+
//# sourceMappingURL=chunk-IM7O3ZT3.js.map
|