save-forever-mcp 0.2.0 → 0.3.0

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.
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { split, createHasher, Hash, anumber, u32, swap32IfBE, aexists, toBytes, abytes, aoutput, clean, rotlBH, rotlSH, rotlBL, rotlSL } from './chunk-5DKVHEO2.js';
2
+ import { split, createHasher, Hash, anumber, u32, swap32IfBE, aexists, toBytes, abytes, aoutput, clean, rotlBH, rotlSH, rotlBL, rotlSL } from './chunk-JACDA5LQ.js';
3
3
 
4
4
  // node_modules/abitype/dist/esm/version.js
5
5
  var version = "1.2.3";
@@ -3867,7 +3867,7 @@ async function call(client, args) {
3867
3867
  if (isAbortError(err))
3868
3868
  throw err;
3869
3869
  const data2 = getRevertErrorData(err);
3870
- const { offchainLookup: offchainLookup2, offchainLookupSignature: offchainLookupSignature2 } = await import('./ccip-7N4DENAM.js');
3870
+ const { offchainLookup: offchainLookup2, offchainLookupSignature: offchainLookupSignature2 } = await import('./ccip-CNDQCMQK.js');
3871
3871
  if (client.ccipRead !== false && data2?.slice(0, 10) === offchainLookupSignature2 && to)
3872
3872
  return {
3873
3873
  data: await offchainLookup2(client, { data: data2, requestOptions, to })
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- export { encodeToCurve, hashToCurve, schnorr, secp256k1, secp256k1_hasher } from './chunk-4UXTALEH.js';
3
- import './chunk-5DKVHEO2.js';
2
+ export { encodeToCurve, hashToCurve, schnorr, secp256k1, secp256k1_hasher } from './chunk-JKB3QFBD.js';
3
+ import './chunk-JACDA5LQ.js';
4
4
  import './chunk-77HVPD4G.js';