mollie-api-typescript 0.9.1 → 0.9.2

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
@@ -34124,9 +34124,9 @@ var init_config = __esm(() => {
34124
34124
  SDK_METADATA = {
34125
34125
  language: "typescript",
34126
34126
  openapiDocVersion: "1.0.0",
34127
- sdkVersion: "0.9.1",
34127
+ sdkVersion: "0.9.2",
34128
34128
  genVersion: "2.770.0",
34129
- userAgent: "speakeasy-sdk/typescript 0.9.1 2.770.0 1.0.0 mollie-api-typescript"
34129
+ userAgent: "speakeasy-sdk/typescript 0.9.2 2.770.0 1.0.0 mollie-api-typescript"
34130
34130
  };
34131
34131
  });
34132
34132
 
@@ -60805,7 +60805,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
60805
60805
  function createMCPServer(deps) {
60806
60806
  const server = new McpServer({
60807
60807
  name: "Client",
60808
- version: "0.9.1"
60808
+ version: "0.9.2"
60809
60809
  });
60810
60810
  const client = new ClientCore({
60811
60811
  security: deps.security,
@@ -62233,7 +62233,7 @@ var routes = an({
62233
62233
  var app = He(routes, {
62234
62234
  name: "mcp",
62235
62235
  versionInfo: {
62236
- currentVersion: "0.9.1"
62236
+ currentVersion: "0.9.2"
62237
62237
  }
62238
62238
  });
62239
62239
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -62241,5 +62241,5 @@ export {
62241
62241
  app
62242
62242
  };
62243
62243
 
62244
- //# debugId=C1982B178B9C5A3364756E2164756E21
62244
+ //# debugId=9BB1F420E33B022D64756E2164756E21
62245
62245
  //# sourceMappingURL=mcp-server.js.map