@toon-protocol/client-mcp 0.14.0 → 0.14.1
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-SL7UGVOC.js → chunk-N7MWQMBC.js} +2 -2
- package/dist/{chunk-UXCFHAUC.js → chunk-P7YF72JB.js} +190 -1
- package/dist/chunk-P7YF72JB.js.map +1 -0
- package/dist/{chunk-JCQENRQK.js → chunk-XAPHWDHP.js} +6 -6
- package/dist/{chunk-JCQENRQK.js.map → chunk-XAPHWDHP.js.map} +1 -1
- package/dist/daemon.js +2 -2
- package/dist/index.js +3 -3
- package/dist/mcp.js +2 -2
- package/package.json +4 -4
- package/dist/chunk-UXCFHAUC.js.map +0 -1
- /package/dist/{chunk-SL7UGVOC.js.map → chunk-N7MWQMBC.js.map} +0 -0
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
isEventExpired,
|
|
17
17
|
parseIlpPeerInfo,
|
|
18
18
|
readConfigFile
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-P7YF72JB.js";
|
|
20
20
|
import {
|
|
21
21
|
__require
|
|
22
22
|
} from "./chunk-F22GNSF6.js";
|
|
@@ -367,6 +367,9 @@ var STATUS_APPLIED_KIND = 1631;
|
|
|
367
367
|
var STATUS_CLOSED_KIND = 1632;
|
|
368
368
|
var STATUS_DRAFT_KIND = 1633;
|
|
369
369
|
|
|
370
|
+
// ../rig/dist/chunk-X2CZPPDM.js
|
|
371
|
+
var MAX_OBJECT_SIZE = 95 * 1024;
|
|
372
|
+
|
|
370
373
|
// ../../node_modules/.pnpm/@toon-protocol+core@2.0.1_typescript@5.9.3/node_modules/@toon-protocol/core/dist/nip34/index.js
|
|
371
374
|
var REPOSITORY_ANNOUNCEMENT_KIND2 = 30617;
|
|
372
375
|
var PATCH_KIND = 1617;
|
|
@@ -828,10 +831,7 @@ async function fetchRemoteState(options) {
|
|
|
828
831
|
};
|
|
829
832
|
}
|
|
830
833
|
|
|
831
|
-
// ../rig/dist/chunk-
|
|
832
|
-
var MAX_OBJECT_SIZE = 95 * 1024;
|
|
833
|
-
|
|
834
|
-
// ../rig/dist/chunk-W2SDL2PE.js
|
|
834
|
+
// ../rig/dist/chunk-PTXKCR5R.js
|
|
835
835
|
import { execFile, spawn } from "child_process";
|
|
836
836
|
import { promisify } from "util";
|
|
837
837
|
import { execFile as execFile2, spawn as spawn2 } from "child_process";
|
|
@@ -4360,4 +4360,4 @@ export {
|
|
|
4360
4360
|
PublishRejectedError,
|
|
4361
4361
|
registerRoutes
|
|
4362
4362
|
};
|
|
4363
|
-
//# sourceMappingURL=chunk-
|
|
4363
|
+
//# sourceMappingURL=chunk-XAPHWDHP.js.map
|