mollie-api-typescript 0.0.1-alpha.9 → 0.0.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
@@ -34269,9 +34269,9 @@ var init_config = __esm(() => {
34269
34269
  SDK_METADATA = {
34270
34270
  language: "typescript",
34271
34271
  openapiDocVersion: "1.0.0",
34272
- sdkVersion: "0.0.1-alpha.9",
34272
+ sdkVersion: "0.0.1",
34273
34273
  genVersion: "2.658.3",
34274
- userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.9 2.658.3 1.0.0 mollie-api-typescript"
34274
+ userAgent: "speakeasy-sdk/typescript 0.0.1 2.658.3 1.0.0 mollie-api-typescript"
34275
34275
  };
34276
34276
  });
34277
34277
 
@@ -90386,7 +90386,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
90386
90386
  function createMCPServer(deps) {
90387
90387
  const server = new McpServer({
90388
90388
  name: "Client",
90389
- version: "0.0.1-alpha.9"
90389
+ version: "0.0.1"
90390
90390
  });
90391
90391
  const client = new ClientCore({
90392
90392
  security: deps.security,
@@ -91775,7 +91775,7 @@ var routes = an({
91775
91775
  var app = He(routes, {
91776
91776
  name: "mcp",
91777
91777
  versionInfo: {
91778
- currentVersion: "0.0.1-alpha.9"
91778
+ currentVersion: "0.0.1"
91779
91779
  }
91780
91780
  });
91781
91781
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -91783,5 +91783,5 @@ export {
91783
91783
  app
91784
91784
  };
91785
91785
 
91786
- //# debugId=90FDB8B97125958A64756E2164756E21
91786
+ //# debugId=C3B5CD3825EB6BCD64756E2164756E21
91787
91787
  //# sourceMappingURL=mcp-server.js.map