@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
|
@@ -2,7 +2,7 @@ import { createRequire as __cr } from 'module'; const require = __cr(import.meta
|
|
|
2
2
|
import {
|
|
3
3
|
ControlApiError,
|
|
4
4
|
DaemonUnreachableError
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-LRHUY3PO.js";
|
|
6
6
|
|
|
7
7
|
// ../views/dist/tool-names.js
|
|
8
8
|
var PUBLISH_TOOL = "toon_publish_unsigned";
|
|
@@ -1870,4 +1870,4 @@ export {
|
|
|
1870
1870
|
TOOL_DEFINITIONS,
|
|
1871
1871
|
dispatchTool
|
|
1872
1872
|
};
|
|
1873
|
-
//# sourceMappingURL=chunk-
|
|
1873
|
+
//# sourceMappingURL=chunk-UITLRZ7O.js.map
|
package/dist/daemon.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
ClientRunner,
|
|
5
5
|
registerRoutes,
|
|
6
6
|
scaffoldFirstRun
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-R3KZIPBQ.js";
|
|
8
8
|
import {
|
|
9
9
|
ControlClient,
|
|
10
10
|
ToonClient,
|
|
@@ -17,8 +17,8 @@ import {
|
|
|
17
17
|
resolveConfig,
|
|
18
18
|
spawnDaemonDetached,
|
|
19
19
|
waitForReady
|
|
20
|
-
} from "./chunk-
|
|
21
|
-
import "./chunk-
|
|
20
|
+
} from "./chunk-LRHUY3PO.js";
|
|
21
|
+
import "./chunk-FDUYHYB2.js";
|
|
22
22
|
import "./chunk-HMD5EVQI.js";
|
|
23
23
|
import "./chunk-T3WCTWRP.js";
|
|
24
24
|
import "./chunk-3DDN4CJQ.js";
|
package/dist/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
hasConfiguredIdentity,
|
|
9
9
|
registerRoutes,
|
|
10
10
|
scaffoldFirstRun
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-R3KZIPBQ.js";
|
|
12
12
|
import {
|
|
13
13
|
PUBLISH_TOOL,
|
|
14
14
|
TOOL_DEFINITIONS,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
buildFollowListFilter,
|
|
19
19
|
buildProfileFilter,
|
|
20
20
|
dispatchTool
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-UITLRZ7O.js";
|
|
22
22
|
import {
|
|
23
23
|
ControlApiError,
|
|
24
24
|
ControlClient,
|
|
@@ -36,8 +36,8 @@ import {
|
|
|
36
36
|
resolveMnemonic,
|
|
37
37
|
spawnDaemonDetached,
|
|
38
38
|
waitForReady
|
|
39
|
-
} from "./chunk-
|
|
40
|
-
import "./chunk-
|
|
39
|
+
} from "./chunk-LRHUY3PO.js";
|
|
40
|
+
import "./chunk-FDUYHYB2.js";
|
|
41
41
|
import "./chunk-HMD5EVQI.js";
|
|
42
42
|
import "./chunk-T3WCTWRP.js";
|
|
43
43
|
import "./chunk-3DDN4CJQ.js";
|
package/dist/mcp.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
APP_RESOURCE_URI,
|
|
5
5
|
TOOL_DEFINITIONS,
|
|
6
6
|
dispatchTool
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-UITLRZ7O.js";
|
|
8
8
|
import {
|
|
9
9
|
ARWEAVE_GATEWAYS,
|
|
10
10
|
ControlClient,
|
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
readConfigFile,
|
|
14
14
|
spawnDaemonDetached,
|
|
15
15
|
waitForReady
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-LRHUY3PO.js";
|
|
17
|
+
import "./chunk-FDUYHYB2.js";
|
|
18
18
|
import "./chunk-HMD5EVQI.js";
|
|
19
19
|
import "./chunk-T3WCTWRP.js";
|
|
20
20
|
import "./chunk-3DDN4CJQ.js";
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
__esm,
|
|
5
5
|
__export,
|
|
6
6
|
__require
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-FDUYHYB2.js";
|
|
8
8
|
import "./chunk-I7TGLGN6.js";
|
|
9
9
|
|
|
10
|
-
// ../../node_modules/.pnpm/@toon-protocol+sdk@3.1.
|
|
10
|
+
// ../../node_modules/.pnpm/@toon-protocol+sdk@3.1.2_mina-signer@3.1.0_typescript@5.9.3/node_modules/@toon-protocol/sdk/dist/node-WPA2UDEH.js
|
|
11
11
|
var require_bignumber = __commonJS({
|
|
12
12
|
"../../node_modules/.pnpm/bignumber.js@9.3.1/node_modules/bignumber.js/bignumber.js"(exports, module) {
|
|
13
13
|
"use strict";
|
|
@@ -8144,4 +8144,4 @@ var node_WPA2UDEH_default = require_node2();
|
|
|
8144
8144
|
export {
|
|
8145
8145
|
node_WPA2UDEH_default as default
|
|
8146
8146
|
};
|
|
8147
|
-
//# sourceMappingURL=node-WPA2UDEH-
|
|
8147
|
+
//# sourceMappingURL=node-WPA2UDEH-HZP3B4FH.js.map
|