@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.
@@ -27,7 +27,7 @@ import {
27
27
  validateMigrationSemantics,
28
28
  validateSnapshotData,
29
29
  validateSnapshotMigration
30
- } from "./chunk-GUU3L2FD.js";
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-LHXAFPTK.js.map
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: ([value]) => isSandboxDate(value) ? dateTime(value) : Number(value),
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-GUU3L2FD.js.map
33003
+ //# sourceMappingURL=chunk-PCHV72VT.js.map