@toon-protocol/client-mcp 0.20.2 → 0.20.4
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/{chunk-LN2OF264.js → chunk-6GXZ4KRO.js} +257 -1552
- package/dist/chunk-6GXZ4KRO.js.map +1 -0
- package/dist/{chunk-ZKSFO7M3.js → chunk-F3XAIOGQ.js} +2 -2
- package/dist/{chunk-IAOKAQLA.js → chunk-FDUYHYB2.js} +2 -2
- package/dist/{chunk-IAOKAQLA.js.map → chunk-FDUYHYB2.js.map} +1 -1
- package/dist/chunk-IYPIOSEF.js +3856 -0
- package/dist/chunk-IYPIOSEF.js.map +1 -0
- package/dist/{chunk-UPIAVE44.js → chunk-JFDVE4IA.js} +544 -4115
- package/dist/chunk-JFDVE4IA.js.map +1 -0
- package/dist/{chunk-WS3GVRQJ.js → chunk-TGIKIMXO.js} +9 -7
- package/dist/{chunk-WS3GVRQJ.js.map → chunk-TGIKIMXO.js.map} +1 -1
- package/dist/chunk-V7D5HJBT.js +1363 -0
- package/dist/chunk-V7D5HJBT.js.map +1 -0
- package/dist/daemon.js +6 -4
- package/dist/daemon.js.map +1 -1
- package/dist/{ed25519-VBPL32VX.js → ed25519-U6LNJH4K.js} +3 -2
- package/dist/index.js +7 -5
- package/dist/index.js.map +1 -1
- package/dist/mcp.js +6 -4
- package/dist/mcp.js.map +1 -1
- package/dist/mina-channel-deploy-CO2LMPPB-H2N5FX4G.js +12 -0
- package/dist/mina-channel-deploy-CO2LMPPB-H2N5FX4G.js.map +1 -0
- package/dist/{node-WPA2UDEH-RCLJ66AU.js → node-WPA2UDEH-HZP3B4FH.js} +3 -3
- package/dist/{node-WPA2UDEH-RCLJ66AU.js.map → node-WPA2UDEH-HZP3B4FH.js.map} +1 -1
- package/package.json +5 -5
- package/dist/chunk-LN2OF264.js.map +0 -1
- package/dist/chunk-UPIAVE44.js.map +0 -1
- /package/dist/{chunk-ZKSFO7M3.js.map → chunk-F3XAIOGQ.js.map} +0 -0
- /package/dist/{ed25519-VBPL32VX.js.map → ed25519-U6LNJH4K.js.map} +0 -0
|
@@ -2,7 +2,6 @@ import { createRequire as __cr } from 'module'; const require = __cr(import.meta
|
|
|
2
2
|
import {
|
|
3
3
|
AdaptiveDeltaController,
|
|
4
4
|
DEFAULT_KEYSTORE_PASSWORD,
|
|
5
|
-
ILP_PEER_INFO_KIND,
|
|
6
5
|
InMemoryPreimageRetentionStore,
|
|
7
6
|
InMemoryReceivedClaimStore,
|
|
8
7
|
JsonFileReceivedClaimStore,
|
|
@@ -10,20 +9,23 @@ import {
|
|
|
10
9
|
arweaveUrls,
|
|
11
10
|
buildSwapSettlements,
|
|
12
11
|
configDir,
|
|
13
|
-
decodeEventFromToon,
|
|
14
12
|
defaultConfigPath,
|
|
15
13
|
deriveFullIdentity,
|
|
16
14
|
extractArweaveTxId,
|
|
17
15
|
fundWallet,
|
|
18
16
|
generateKeystore,
|
|
19
17
|
ingestAndReveal,
|
|
20
|
-
isEventExpired,
|
|
21
18
|
loadMinaSignerClient,
|
|
22
19
|
mintExecutionCondition,
|
|
23
|
-
parseIlpPeerInfo,
|
|
24
20
|
readConfigFile,
|
|
25
21
|
streamSwap
|
|
26
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-JFDVE4IA.js";
|
|
23
|
+
import {
|
|
24
|
+
ILP_PEER_INFO_KIND,
|
|
25
|
+
decodeEventFromToon,
|
|
26
|
+
isEventExpired,
|
|
27
|
+
parseIlpPeerInfo
|
|
28
|
+
} from "./chunk-IYPIOSEF.js";
|
|
27
29
|
|
|
28
30
|
// src/daemon/first-run.ts
|
|
29
31
|
import { existsSync, mkdirSync, writeFileSync } from "fs";
|
|
@@ -364,7 +366,7 @@ import { readFile, stat } from "fs/promises";
|
|
|
364
366
|
import { join as join3, resolve, sep } from "path";
|
|
365
367
|
import { generateSecretKey } from "nostr-tools/pure";
|
|
366
368
|
|
|
367
|
-
// ../../node_modules/.pnpm/@toon-protocol+core@3.1.
|
|
369
|
+
// ../../node_modules/.pnpm/@toon-protocol+core@3.1.2_typescript@5.9.3/node_modules/@toon-protocol/core/dist/nip34/index.js
|
|
368
370
|
var REPOSITORY_ANNOUNCEMENT_KIND = 30617;
|
|
369
371
|
var PATCH_KIND = 1617;
|
|
370
372
|
var ISSUE_KIND = 1621;
|
|
@@ -4067,4 +4069,4 @@ export {
|
|
|
4067
4069
|
PublishRejectedError,
|
|
4068
4070
|
registerRoutes
|
|
4069
4071
|
};
|
|
4070
|
-
//# sourceMappingURL=chunk-
|
|
4072
|
+
//# sourceMappingURL=chunk-TGIKIMXO.js.map
|