syllable-sdk 1.0.43-rc.1 → 1.0.43

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
@@ -53072,9 +53072,9 @@ var init_config = __esm(() => {
53072
53072
  SDK_METADATA = {
53073
53073
  language: "typescript",
53074
53074
  openapiDocVersion: "0.0.3",
53075
- sdkVersion: "1.0.43-rc.1",
53075
+ sdkVersion: "1.0.43",
53076
53076
  genVersion: "2.884.13",
53077
- userAgent: "speakeasy-sdk/typescript 1.0.43-rc.1 2.884.13 0.0.3 syllable-sdk"
53077
+ userAgent: "speakeasy-sdk/typescript 1.0.43 2.884.13 0.0.3 syllable-sdk"
53078
53078
  };
53079
53079
  });
53080
53080
 
@@ -86723,7 +86723,7 @@ Generate voice sample.`,
86723
86723
  function createMCPServer(deps) {
86724
86724
  const server = new McpServer({
86725
86725
  name: "SyllableSDK",
86726
- version: "1.0.43-rc.1"
86726
+ version: "1.0.43"
86727
86727
  });
86728
86728
  const client = new SyllableSDKCore({
86729
86729
  apiKeyHeader: deps.apiKeyHeader,
@@ -88279,7 +88279,7 @@ var routes = ln({
88279
88279
  var app = _e(routes, {
88280
88280
  name: "mcp",
88281
88281
  versionInfo: {
88282
- currentVersion: "1.0.43-rc.1"
88282
+ currentVersion: "1.0.43"
88283
88283
  }
88284
88284
  });
88285
88285
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -88287,5 +88287,5 @@ export {
88287
88287
  app
88288
88288
  };
88289
88289
 
88290
- //# debugId=8BE13A58F2D18A2564756E2164756E21
88290
+ //# debugId=9F707771B4D3AD8364756E2164756E21
88291
88291
  //# sourceMappingURL=mcp-server.js.map