@moonpay/cli 0.6.5 → 0.6.6

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/index.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  walletRename,
25
25
  walletRetrieve,
26
26
  x402Request
27
- } from "./chunk-JQEHP3SV.js";
27
+ } from "./chunk-2SGV2LWL.js";
28
28
  import {
29
29
  KEY_CHAIN_MAP,
30
30
  chainSchema,
@@ -577,7 +577,7 @@ function printUpdateNotice() {
577
577
  if (notice) process.stderr.write(notice);
578
578
  }
579
579
  program.command("mcp").description("Start MCP server over stdio (for Claude Desktop, Claude Code, etc.)").action(async () => {
580
- const { startMcpServer } = await import("./mcp-XWTHJES3.js");
580
+ const { startMcpServer } = await import("./mcp-AKKUIO6M.js");
581
581
  await startMcpServer();
582
582
  });
583
583
  function getOrCreateGroup(parent, segments) {
@@ -15,7 +15,7 @@ import {
15
15
  walletRename,
16
16
  walletRetrieve,
17
17
  x402Request
18
- } from "./chunk-JQEHP3SV.js";
18
+ } from "./chunk-2SGV2LWL.js";
19
19
  import "./chunk-AL5WDHLT.js";
20
20
 
21
21
  // src/mcp.ts
@@ -150,4 +150,4 @@ async function startMcpServer() {
150
150
  export {
151
151
  startMcpServer
152
152
  };
153
- //# sourceMappingURL=mcp-XWTHJES3.js.map
153
+ //# sourceMappingURL=mcp-AKKUIO6M.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moonpay/cli",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },