@toon-protocol/client-mcp 0.13.0 → 0.13.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.
|
@@ -372,7 +372,7 @@ var REPOSITORY_ANNOUNCEMENT_KIND2 = 30617;
|
|
|
372
372
|
var PATCH_KIND = 1617;
|
|
373
373
|
var ISSUE_KIND = 1621;
|
|
374
374
|
|
|
375
|
-
// ../
|
|
375
|
+
// ../rig/dist/chunk-HPSOQP7Q.js
|
|
376
376
|
var REPOSITORY_STATE_KIND = 30618;
|
|
377
377
|
var COMMENT_KIND = 1622;
|
|
378
378
|
function buildRepoAnnouncement(repoId, name, description) {
|
|
@@ -465,10 +465,10 @@ function buildStatus(targetEventId, statusKind, targetPubkey) {
|
|
|
465
465
|
};
|
|
466
466
|
}
|
|
467
467
|
|
|
468
|
-
// ../
|
|
468
|
+
// ../rig/dist/chunk-X2CZPPDM.js
|
|
469
469
|
var MAX_OBJECT_SIZE = 95 * 1024;
|
|
470
470
|
|
|
471
|
-
// ../
|
|
471
|
+
// ../rig/dist/chunk-LFGDLD6J.js
|
|
472
472
|
import { execFile, spawn } from "child_process";
|
|
473
473
|
import { promisify } from "util";
|
|
474
474
|
var execFileAsync = promisify(execFile);
|
|
@@ -1097,7 +1097,7 @@ async function executePush(options) {
|
|
|
1097
1097
|
};
|
|
1098
1098
|
}
|
|
1099
1099
|
|
|
1100
|
-
// ../
|
|
1100
|
+
// ../rig/dist/chunk-G4W4MH6G.js
|
|
1101
1101
|
import { decode as decodeToon } from "@toon-format/toon";
|
|
1102
1102
|
var ARWEAVE_FETCH_TIMEOUT_MS = 15e3;
|
|
1103
1103
|
var ARWEAVE_GRAPHQL_URL = "https://arweave.net/graphql";
|
|
@@ -3471,7 +3471,7 @@ var ClientRunner = class {
|
|
|
3471
3471
|
}
|
|
3472
3472
|
// ── Git write path (/git/*, epic #222 ticket #227) ────────────────────────
|
|
3473
3473
|
/**
|
|
3474
|
-
* The daemon `Publisher` implementation (see @toon-protocol/
|
|
3474
|
+
* The daemon `Publisher` implementation (see @toon-protocol/rig) for one
|
|
3475
3475
|
* apex. Maps the interface onto the runner's production paid-write
|
|
3476
3476
|
* machinery:
|
|
3477
3477
|
*
|
|
@@ -4322,4 +4322,4 @@ export {
|
|
|
4322
4322
|
PublishRejectedError,
|
|
4323
4323
|
registerRoutes
|
|
4324
4324
|
};
|
|
4325
|
-
//# sourceMappingURL=chunk-
|
|
4325
|
+
//# sourceMappingURL=chunk-YVLSWU46.js.map
|