@moovio/sdk 0.19.0 → 0.19.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.19.0",
34178
+ sdkVersion: "0.19.1",
34179
34179
  genVersion: "2.730.5",
34180
- userAgent: "speakeasy-sdk/typescript 0.19.0 2.730.5 latest @moovio/sdk"
34180
+ userAgent: "speakeasy-sdk/typescript 0.19.1 2.730.5 latest @moovio/sdk"
34181
34181
  };
34182
34182
  });
34183
34183
 
@@ -83054,7 +83054,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
83054
83054
  function createMCPServer(deps) {
83055
83055
  const server = new McpServer({
83056
83056
  name: "Moov",
83057
- version: "0.19.0"
83057
+ version: "0.19.1"
83058
83058
  });
83059
83059
  const client = new MoovCore({
83060
83060
  security: deps.security,
@@ -84596,7 +84596,7 @@ var routes = rn({
84596
84596
  var app = Ve(routes, {
84597
84597
  name: "mcp",
84598
84598
  versionInfo: {
84599
- currentVersion: "0.19.0"
84599
+ currentVersion: "0.19.1"
84600
84600
  }
84601
84601
  });
84602
84602
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -84604,5 +84604,5 @@ export {
84604
84604
  app
84605
84605
  };
84606
84606
 
84607
- //# debugId=14E47D3A50741FAD64756E2164756E21
84607
+ //# debugId=5A5162BE23A859CA64756E2164756E21
84608
84608
  //# sourceMappingURL=mcp-server.js.map