@toon-protocol/client-mcp 0.20.2 → 0.20.3
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-IAOKAQLA.js → chunk-FDUYHYB2.js} +2 -2
- package/dist/{chunk-IAOKAQLA.js.map → chunk-FDUYHYB2.js.map} +1 -1
- package/dist/{chunk-UPIAVE44.js → chunk-LRHUY3PO.js} +95 -23
- package/dist/chunk-LRHUY3PO.js.map +1 -0
- package/dist/{chunk-WS3GVRQJ.js → chunk-R3KZIPBQ.js} +3 -3
- package/dist/{chunk-WS3GVRQJ.js.map → chunk-R3KZIPBQ.js.map} +1 -1
- package/dist/{chunk-ZKSFO7M3.js → chunk-UITLRZ7O.js} +2 -2
- package/dist/daemon.js +3 -3
- package/dist/index.js +4 -4
- package/dist/mcp.js +3 -3
- 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-UPIAVE44.js.map +0 -1
- /package/dist/{chunk-ZKSFO7M3.js.map → chunk-UITLRZ7O.js.map} +0 -0
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
parseIlpPeerInfo,
|
|
24
24
|
readConfigFile,
|
|
25
25
|
streamSwap
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-LRHUY3PO.js";
|
|
27
27
|
|
|
28
28
|
// src/daemon/first-run.ts
|
|
29
29
|
import { existsSync, mkdirSync, writeFileSync } from "fs";
|
|
@@ -364,7 +364,7 @@ import { readFile, stat } from "fs/promises";
|
|
|
364
364
|
import { join as join3, resolve, sep } from "path";
|
|
365
365
|
import { generateSecretKey } from "nostr-tools/pure";
|
|
366
366
|
|
|
367
|
-
// ../../node_modules/.pnpm/@toon-protocol+core@3.1.
|
|
367
|
+
// ../../node_modules/.pnpm/@toon-protocol+core@3.1.2_typescript@5.9.3/node_modules/@toon-protocol/core/dist/nip34/index.js
|
|
368
368
|
var REPOSITORY_ANNOUNCEMENT_KIND = 30617;
|
|
369
369
|
var PATCH_KIND = 1617;
|
|
370
370
|
var ISSUE_KIND = 1621;
|
|
@@ -4067,4 +4067,4 @@ export {
|
|
|
4067
4067
|
PublishRejectedError,
|
|
4068
4068
|
registerRoutes
|
|
4069
4069
|
};
|
|
4070
|
-
//# sourceMappingURL=chunk-
|
|
4070
|
+
//# sourceMappingURL=chunk-R3KZIPBQ.js.map
|