@poe-platform/safe-js 0.1.101 → 0.1.103

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.
@@ -28831,7 +28831,7 @@ async function executeClosure(node, args, thisValue, context, evaluateNode2) {
28831
28831
  const value = "hasValue" in result && result.hasValue ? result.value : void 0;
28832
28832
  reconcileCompiledValues(
28833
28833
  context.budget,
28834
- [...scope.retainedValues(), ...context.budget.retainedValues(), value],
28834
+ [...scope.retainedValues(), value],
28835
28835
  compilation,
28836
28836
  parent,
28837
28837
  [value]
@@ -32718,8 +32718,7 @@ function run(source, options = {}) {
32718
32718
  budget,
32719
32719
  [
32720
32720
  ...Object.values(result2.snapshot.bindings),
32721
- ...result2.ok && "returnValue" in result2 ? [result2.returnValue] : [],
32722
- ...budget.retainedValues()
32721
+ ...result2.ok && "returnValue" in result2 ? [result2.returnValue] : []
32723
32722
  ],
32724
32723
  compilation
32725
32724
  );
@@ -33000,4 +32999,4 @@ export {
33000
32999
  FileSnapshotBackend,
33001
33000
  run
33002
33001
  };
33003
- //# sourceMappingURL=chunk-PCHV72VT.js.map
33002
+ //# sourceMappingURL=chunk-Q23KEOA4.js.map