@poe-platform/safe-js 0.1.100 → 0.1.102
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-LHXAFPTK.js → chunk-4N5UNUJB.js} +2 -2
- package/dist/safe-js/chunks/{chunk-GUU3L2FD.js → chunk-PCHV72VT.js} +2 -2
- package/dist/safe-js/chunks/{chunk-GUU3L2FD.js.map → chunk-PCHV72VT.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-LHXAFPTK.js.map → chunk-4N5UNUJB.js.map} +0 -0
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
validateMigrationSemantics,
|
|
28
28
|
validateSnapshotData,
|
|
29
29
|
validateSnapshotMigration
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-PCHV72VT.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-4N5UNUJB.js.map
|
|
@@ -30597,7 +30597,7 @@ function createObjectArrayGlobals(options) {
|
|
|
30597
30597
|
}),
|
|
30598
30598
|
Number: createSandboxClosure({
|
|
30599
30599
|
sandbox: true,
|
|
30600
|
-
call: (
|
|
30600
|
+
call: (args, context) => sandboxNumber(args.length === 0 ? 0 : args[0], options.budget, context),
|
|
30601
30601
|
name: "Number",
|
|
30602
30602
|
properties: {
|
|
30603
30603
|
isFinite: createSandboxClosure({
|
|
@@ -33000,4 +33000,4 @@ export {
|
|
|
33000
33000
|
FileSnapshotBackend,
|
|
33001
33001
|
run
|
|
33002
33002
|
};
|
|
33003
|
-
//# sourceMappingURL=chunk-
|
|
33003
|
+
//# sourceMappingURL=chunk-PCHV72VT.js.map
|