@poe-platform/safe-js 0.1.102 → 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.
- package/dist/safe-js/chunks/{chunk-PCHV72VT.js → chunk-Q23KEOA4.js} +3 -4
- package/dist/safe-js/chunks/{chunk-PCHV72VT.js.map → chunk-Q23KEOA4.js.map} +2 -2
- package/dist/safe-js/chunks/{chunk-4N5UNUJB.js → chunk-QFFEV64Q.js} +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-4N5UNUJB.js.map → chunk-QFFEV64Q.js.map} +0 -0
|
@@ -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(),
|
|
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-
|
|
33002
|
+
//# sourceMappingURL=chunk-Q23KEOA4.js.map
|