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.
- package/dist/{ccip-7N4DENAM.js → ccip-CNDQCMQK.js} +2 -2
- package/dist/chunk-JACDA5LQ.js +383 -0
- package/dist/{chunk-4UXTALEH.js → chunk-JKB3QFBD.js} +309 -319
- package/dist/{chunk-ZGDY5OSW.js → chunk-TGY4KIJJ.js} +2 -2
- package/dist/{secp256k1-JRPUSUH3.js → secp256k1-GO3WM2N3.js} +2 -2
- package/dist/server.js +1699 -14
- package/package.json +29 -29
- package/dist/chunk-5DKVHEO2.js +0 -138
|
@@ -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-
|
|
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-
|
|
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-
|
|
3
|
-
import './chunk-
|
|
2
|
+
export { encodeToCurve, hashToCurve, schnorr, secp256k1, secp256k1_hasher } from './chunk-JKB3QFBD.js';
|
|
3
|
+
import './chunk-JACDA5LQ.js';
|
|
4
4
|
import './chunk-77HVPD4G.js';
|