@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/index.js CHANGED
@@ -23,12 +23,12 @@ import {
23
23
  walletList,
24
24
  walletRetrieve,
25
25
  x402Request
26
- } from "./chunk-DCHEUKV7.js";
26
+ } from "./chunk-P764SORF.js";
27
27
  import {
28
28
  KEY_CHAIN_MAP,
29
29
  chainSchema,
30
30
  findWalletOrThrow
31
- } from "./chunk-GSAFAKB7.js";
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-6IZ4QWFM.js");
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-DCHEUKV7.js";
18
- import "./chunk-GSAFAKB7.js";
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-6IZ4QWFM.js.map
151
+ //# sourceMappingURL=mcp-PNM25UVD.js.map
@@ -8,7 +8,7 @@ import {
8
8
  removeWallet,
9
9
  resolveSigningKey,
10
10
  saveWallets
11
- } from "./chunk-GSAFAKB7.js";
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-UAGR3DWU.js.map
22
+ //# sourceMappingURL=store-QVVENVIP.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moonpay/cli",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },