mollie-api-typescript 0.3.3 → 0.3.4

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.3.3",
34298
+ sdkVersion: "0.3.4",
34299
34299
  genVersion: "2.723.11",
34300
- userAgent: "speakeasy-sdk/typescript 0.3.3 2.723.11 1.0.0 mollie-api-typescript"
34300
+ userAgent: "speakeasy-sdk/typescript 0.3.4 2.723.11 1.0.0 mollie-api-typescript"
34301
34301
  };
34302
34302
  });
34303
34303
 
@@ -60881,7 +60881,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
60881
60881
  function createMCPServer(deps) {
60882
60882
  const server = new McpServer({
60883
60883
  name: "Client",
60884
- version: "0.3.3"
60884
+ version: "0.3.4"
60885
60885
  });
60886
60886
  const client = new ClientCore({
60887
60887
  security: deps.security,
@@ -62276,7 +62276,7 @@ var routes = an({
62276
62276
  var app = He(routes, {
62277
62277
  name: "mcp",
62278
62278
  versionInfo: {
62279
- currentVersion: "0.3.3"
62279
+ currentVersion: "0.3.4"
62280
62280
  }
62281
62281
  });
62282
62282
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -62284,5 +62284,5 @@ export {
62284
62284
  app
62285
62285
  };
62286
62286
 
62287
- //# debugId=72206CE736692CA464756E2164756E21
62287
+ //# debugId=97BE52D10E1E91F064756E2164756E21
62288
62288
  //# sourceMappingURL=mcp-server.js.map