dodopayments 2.38.0 → 2.38.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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.38.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.38.0...v2.38.1) (2026-06-15)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **mcp/cloudflare-worker:** address PR review (no-form error page, drop dead cast, doc notes) ([b4419cc](https://github.com/dodopayments/dodopayments-typescript/commit/b4419cc99b7b332c8a48fa2ee9046ee270375205))
9
+ * **mcp/cloudflare-worker:** stop per-session OAuth re-auth (upgrade workers-oauth-provider 0.0.5 -> 0.8.0) ([1f45a38](https://github.com/dodopayments/dodopayments-typescript/commit/1f45a38337411c6eccb2a1e92b141d0d5ddc1a16))
10
+ * **mcp/cloudflare-worker:** stop per-session OAuth re-auth (upgrade workers-oauth-provider 0.0.5 -> 0.8.0) ([be4d5b6](https://github.com/dodopayments/dodopayments-typescript/commit/be4d5b61d7d028962c291608ca640db8e3415ffc))
11
+
12
+
13
+ ### Styles
14
+
15
+ * **mcp/cloudflare-worker:** apply prettier formatting to app.ts ([64f7848](https://github.com/dodopayments/dodopayments-typescript/commit/64f7848e944de2ad9601020d907c41b4a67eca5d))
16
+
3
17
  ## [2.38.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.37.0...v2.38.0) (2026-06-13)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dodopayments",
3
- "version": "2.38.0",
3
+ "version": "2.38.1",
4
4
  "description": "The official TypeScript library for the Dodo Payments API",
5
5
  "author": "Dodo Payments <support@dodopayments.com>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '2.38.0'; // x-release-please-version
1
+ export const VERSION = '2.38.1'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.38.0";
1
+ export declare const VERSION = "2.38.1";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.38.0";
1
+ export declare const VERSION = "2.38.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '2.38.0'; // x-release-please-version
4
+ exports.VERSION = '2.38.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '2.38.0'; // x-release-please-version
1
+ export const VERSION = '2.38.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map