@polar-sh/sdk 0.34.7 → 0.34.8

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
@@ -4037,9 +4037,9 @@ var init_config = __esm(() => {
4037
4037
  SDK_METADATA = {
4038
4038
  language: "typescript",
4039
4039
  openapiDocVersion: "0.1.0",
4040
- sdkVersion: "0.34.7",
4040
+ sdkVersion: "0.34.8",
4041
4041
  genVersion: "2.666.0",
4042
- userAgent: "speakeasy-sdk/typescript 0.34.7 2.666.0 0.1.0 @polar-sh/sdk"
4042
+ userAgent: "speakeasy-sdk/typescript 0.34.8 2.666.0 0.1.0 @polar-sh/sdk"
4043
4043
  };
4044
4044
  });
4045
4045
 
@@ -46875,7 +46875,7 @@ Update a subscription.
46875
46875
  function createMCPServer(deps) {
46876
46876
  const server = new McpServer({
46877
46877
  name: "Polar",
46878
- version: "0.34.7"
46878
+ version: "0.34.8"
46879
46879
  });
46880
46880
  const client = new PolarCore({
46881
46881
  accessToken: deps.accessToken,
@@ -48160,7 +48160,7 @@ var routes = rn({
48160
48160
  var app = Ve(routes, {
48161
48161
  name: "mcp",
48162
48162
  versionInfo: {
48163
- currentVersion: "0.34.7"
48163
+ currentVersion: "0.34.8"
48164
48164
  }
48165
48165
  });
48166
48166
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -48168,5 +48168,5 @@ export {
48168
48168
  app
48169
48169
  };
48170
48170
 
48171
- //# debugId=1A6B243C37039CA764756E2164756E21
48171
+ //# debugId=DC0B8E350FCC4D9364756E2164756E21
48172
48172
  //# sourceMappingURL=mcp-server.js.map