mollie-api-typescript 0.5.0 → 0.5.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
@@ -34295,9 +34295,9 @@ var init_config = __esm(() => {
34295
34295
  SDK_METADATA = {
34296
34296
  language: "typescript",
34297
34297
  openapiDocVersion: "1.0.0",
34298
- sdkVersion: "0.5.0",
34299
- genVersion: "2.728.0",
34300
- userAgent: "speakeasy-sdk/typescript 0.5.0 2.728.0 1.0.0 mollie-api-typescript"
34298
+ sdkVersion: "0.5.1",
34299
+ genVersion: "2.729.2",
34300
+ userAgent: "speakeasy-sdk/typescript 0.5.1 2.729.2 1.0.0 mollie-api-typescript"
34301
34301
  };
34302
34302
  });
34303
34303
 
@@ -60824,7 +60824,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
60824
60824
  function createMCPServer(deps) {
60825
60825
  const server = new McpServer({
60826
60826
  name: "Client",
60827
- version: "0.5.0"
60827
+ version: "0.5.1"
60828
60828
  });
60829
60829
  const client = new ClientCore({
60830
60830
  security: deps.security,
@@ -62219,7 +62219,7 @@ var routes = an({
62219
62219
  var app = He(routes, {
62220
62220
  name: "mcp",
62221
62221
  versionInfo: {
62222
- currentVersion: "0.5.0"
62222
+ currentVersion: "0.5.1"
62223
62223
  }
62224
62224
  });
62225
62225
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -62227,5 +62227,5 @@ export {
62227
62227
  app
62228
62228
  };
62229
62229
 
62230
- //# debugId=C178E75A02A3DBB864756E2164756E21
62230
+ //# debugId=70DDDF3C51E50C5664756E2164756E21
62231
62231
  //# sourceMappingURL=mcp-server.js.map