@moovio/sdk 0.21.10 → 0.21.11

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
@@ -34030,9 +34030,9 @@ var init_config = __esm(() => {
34030
34030
  SDK_METADATA = {
34031
34031
  language: "typescript",
34032
34032
  openapiDocVersion: "latest",
34033
- sdkVersion: "0.21.10",
34034
- genVersion: "2.753.6",
34035
- userAgent: "speakeasy-sdk/typescript 0.21.10 2.753.6 latest @moovio/sdk"
34033
+ sdkVersion: "0.21.11",
34034
+ genVersion: "2.753.7",
34035
+ userAgent: "speakeasy-sdk/typescript 0.21.11 2.753.7 latest @moovio/sdk"
34036
34036
  };
34037
34037
  });
34038
34038
 
@@ -79672,7 +79672,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
79672
79672
  function createMCPServer(deps) {
79673
79673
  const server = new McpServer({
79674
79674
  name: "Moov",
79675
- version: "0.21.10"
79675
+ version: "0.21.11"
79676
79676
  });
79677
79677
  const client = new MoovCore({
79678
79678
  security: deps.security,
@@ -81220,7 +81220,7 @@ var routes = rn({
81220
81220
  var app = Ve(routes, {
81221
81221
  name: "mcp",
81222
81222
  versionInfo: {
81223
- currentVersion: "0.21.10"
81223
+ currentVersion: "0.21.11"
81224
81224
  }
81225
81225
  });
81226
81226
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -81228,5 +81228,5 @@ export {
81228
81228
  app
81229
81229
  };
81230
81230
 
81231
- //# debugId=C6BF570928A8D8BA64756E2164756E21
81231
+ //# debugId=79CAC855D65010CA64756E2164756E21
81232
81232
  //# sourceMappingURL=mcp-server.js.map