@moovio/sdk 0.21.0 → 0.21.1

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/bin/mcp-server.js CHANGED
@@ -34175,9 +34175,9 @@ var init_config = __esm(() => {
34175
34175
  SDK_METADATA = {
34176
34176
  language: "typescript",
34177
34177
  openapiDocVersion: "latest",
34178
- sdkVersion: "0.21.0",
34179
- genVersion: "2.737.0",
34180
- userAgent: "speakeasy-sdk/typescript 0.21.0 2.737.0 latest @moovio/sdk"
34178
+ sdkVersion: "0.21.1",
34179
+ genVersion: "2.739.1",
34180
+ userAgent: "speakeasy-sdk/typescript 0.21.1 2.739.1 latest @moovio/sdk"
34181
34181
  };
34182
34182
  });
34183
34183
 
@@ -83652,7 +83652,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
83652
83652
  function createMCPServer(deps) {
83653
83653
  const server = new McpServer({
83654
83654
  name: "Moov",
83655
- version: "0.21.0"
83655
+ version: "0.21.1"
83656
83656
  });
83657
83657
  const client = new MoovCore({
83658
83658
  security: deps.security,
@@ -85200,7 +85200,7 @@ var routes = rn({
85200
85200
  var app = Ve(routes, {
85201
85201
  name: "mcp",
85202
85202
  versionInfo: {
85203
- currentVersion: "0.21.0"
85203
+ currentVersion: "0.21.1"
85204
85204
  }
85205
85205
  });
85206
85206
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -85208,5 +85208,5 @@ export {
85208
85208
  app
85209
85209
  };
85210
85210
 
85211
- //# debugId=75D9072019A1E3C264756E2164756E21
85211
+ //# debugId=EA4ED1EC595C823F64756E2164756E21
85212
85212
  //# sourceMappingURL=mcp-server.js.map