syllable-sdk 1.0.38-rc.5 → 1.0.38

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.38-rc.5",
53075
+ sdkVersion: "1.0.38",
53076
53076
  genVersion: "2.881.4",
53077
- userAgent: "speakeasy-sdk/typescript 1.0.38-rc.5 2.881.4 0.0.3 syllable-sdk"
53077
+ userAgent: "speakeasy-sdk/typescript 1.0.38 2.881.4 0.0.3 syllable-sdk"
53078
53078
  };
53079
53079
  });
53080
53080
 
@@ -85744,7 +85744,7 @@ Generate voice sample.`,
85744
85744
  function createMCPServer(deps) {
85745
85745
  const server = new McpServer({
85746
85746
  name: "SyllableSDK",
85747
- version: "1.0.38-rc.5"
85747
+ version: "1.0.38"
85748
85748
  });
85749
85749
  const client = new SyllableSDKCore({
85750
85750
  apiKeyHeader: deps.apiKeyHeader,
@@ -87288,7 +87288,7 @@ var routes = ln({
87288
87288
  var app = _e(routes, {
87289
87289
  name: "mcp",
87290
87290
  versionInfo: {
87291
- currentVersion: "1.0.38-rc.5"
87291
+ currentVersion: "1.0.38"
87292
87292
  }
87293
87293
  });
87294
87294
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -87296,5 +87296,5 @@ export {
87296
87296
  app
87297
87297
  };
87298
87298
 
87299
- //# debugId=85B4EA0B18A0D7B964756E2164756E21
87299
+ //# debugId=F5EDEA8E7F28165364756E2164756E21
87300
87300
  //# sourceMappingURL=mcp-server.js.map