@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.
@@ -27,7 +27,7 @@ import {
27
27
  validateMigrationSemantics,
28
28
  validateSnapshotData,
29
29
  validateSnapshotMigration
30
- } from "./chunk-MVOTTS35.js";
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-W7PU3UWT.js.map
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
- if (!excludedKeys.has(key)) {
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-MVOTTS35.js.map
32917
+ //# sourceMappingURL=chunk-IM7O3ZT3.js.map