@moonpay/cli 0.6.1 → 0.6.2
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-GSAFAKB7.js → chunk-AL5WDHLT.js} +15 -2
- package/dist/chunk-AL5WDHLT.js.map +1 -0
- package/dist/{chunk-DCHEUKV7.js → chunk-P764SORF.js} +16 -12
- package/dist/chunk-P764SORF.js.map +1 -0
- package/dist/index.js +3 -3
- package/dist/{mcp-6IZ4QWFM.js → mcp-PNM25UVD.js} +3 -3
- package/dist/{store-UAGR3DWU.js → store-QVVENVIP.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-DCHEUKV7.js.map +0 -1
- package/dist/chunk-GSAFAKB7.js.map +0 -1
- /package/dist/{mcp-6IZ4QWFM.js.map → mcp-PNM25UVD.js.map} +0 -0
- /package/dist/{store-UAGR3DWU.js.map → store-QVVENVIP.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -23,12 +23,12 @@ import {
|
|
|
23
23
|
walletList,
|
|
24
24
|
walletRetrieve,
|
|
25
25
|
x402Request
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-P764SORF.js";
|
|
27
27
|
import {
|
|
28
28
|
KEY_CHAIN_MAP,
|
|
29
29
|
chainSchema,
|
|
30
30
|
findWalletOrThrow
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-AL5WDHLT.js";
|
|
32
32
|
|
|
33
33
|
// src/index.ts
|
|
34
34
|
import { createRequire } from "module";
|
|
@@ -575,7 +575,7 @@ function printUpdateNotice() {
|
|
|
575
575
|
if (notice) process.stderr.write(notice);
|
|
576
576
|
}
|
|
577
577
|
program.command("mcp").description("Start MCP server over stdio (for Claude Desktop, Claude Code, etc.)").action(async () => {
|
|
578
|
-
const { startMcpServer } = await import("./mcp-
|
|
578
|
+
const { startMcpServer } = await import("./mcp-PNM25UVD.js");
|
|
579
579
|
await startMcpServer();
|
|
580
580
|
});
|
|
581
581
|
function getOrCreateGroup(parent, segments) {
|
|
@@ -14,8 +14,8 @@ import {
|
|
|
14
14
|
walletList,
|
|
15
15
|
walletRetrieve,
|
|
16
16
|
x402Request
|
|
17
|
-
} from "./chunk-
|
|
18
|
-
import "./chunk-
|
|
17
|
+
} from "./chunk-P764SORF.js";
|
|
18
|
+
import "./chunk-AL5WDHLT.js";
|
|
19
19
|
|
|
20
20
|
// src/mcp.ts
|
|
21
21
|
import { Server } from "@modelcontextprotocol/sdk/server/index.js";
|
|
@@ -148,4 +148,4 @@ async function startMcpServer() {
|
|
|
148
148
|
export {
|
|
149
149
|
startMcpServer
|
|
150
150
|
};
|
|
151
|
-
//# sourceMappingURL=mcp-
|
|
151
|
+
//# sourceMappingURL=mcp-PNM25UVD.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
removeWallet,
|
|
9
9
|
resolveSigningKey,
|
|
10
10
|
saveWallets
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-AL5WDHLT.js";
|
|
12
12
|
export {
|
|
13
13
|
addWallet,
|
|
14
14
|
findWallet,
|
|
@@ -19,4 +19,4 @@ export {
|
|
|
19
19
|
resolveSigningKey,
|
|
20
20
|
saveWallets
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=store-
|
|
22
|
+
//# sourceMappingURL=store-QVVENVIP.js.map
|