@moonpay/cli 0.6.14 → 0.6.16

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
@@ -6,7 +6,7 @@ import {
6
6
  consentCheck,
7
7
  resolveBaseUrl,
8
8
  schemas_default
9
- } from "./chunk-CTYZ36RZ.js";
9
+ } from "./chunk-2GHQM7DN.js";
10
10
  import "./chunk-ZYYH3VNA.js";
11
11
 
12
12
  // src/index.ts
@@ -177,7 +177,7 @@ function printUpdateNotice() {
177
177
  if (notice) process.stderr.write(notice);
178
178
  }
179
179
  program.command("mcp").description("Start MCP server over stdio (for Claude Desktop, Claude Code, etc.)").action(async () => {
180
- const { startMcpServer } = await import("./mcp-UXGB2XH2.js");
180
+ const { startMcpServer } = await import("./mcp-YNKRGTQW.js");
181
181
  await startMcpServer();
182
182
  });
183
183
  function getOrCreateGroup(parent, segments) {
@@ -4,7 +4,7 @@ import {
4
4
  callTool,
5
5
  resolveBaseUrl,
6
6
  schemas_default
7
- } from "./chunk-CTYZ36RZ.js";
7
+ } from "./chunk-2GHQM7DN.js";
8
8
  import "./chunk-ZYYH3VNA.js";
9
9
 
10
10
  // src/mcp.ts
@@ -125,4 +125,4 @@ async function startMcpServer() {
125
125
  export {
126
126
  startMcpServer
127
127
  };
128
- //# sourceMappingURL=mcp-UXGB2XH2.js.map
128
+ //# sourceMappingURL=mcp-YNKRGTQW.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moonpay/cli",
3
- "version": "0.6.14",
3
+ "version": "0.6.16",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },