dodopayments 2.14.2 → 2.14.3

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.14.3 (2026-01-15)
4
+
5
+ Full Changelog: [v2.14.2...v2.14.3](https://github.com/dodopayments/dodopayments-typescript/compare/v2.14.2...v2.14.3)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** bump MCP dependencies ([db8c602](https://github.com/dodopayments/dodopayments-typescript/commit/db8c60265d443e496f83e57c11b3a0af9409d94b))
10
+ * **internal:** codegen related update ([e67b8ab](https://github.com/dodopayments/dodopayments-typescript/commit/e67b8ab13deeb95f1e26d002da944e8f1433f38b))
11
+ * **internal:** codegen related update ([9cdbd78](https://github.com/dodopayments/dodopayments-typescript/commit/9cdbd78dbdb3500f2220dd1166e11eaa99bd3e6d))
12
+ * **internal:** codegen related update ([e4684fd](https://github.com/dodopayments/dodopayments-typescript/commit/e4684fdccd39d8a3b5e4e3d27568636675b4c24b))
13
+ * **internal:** codegen related update ([1794dfc](https://github.com/dodopayments/dodopayments-typescript/commit/1794dfc5ae919881a1ca6f0a29f304f0f3cb809d))
14
+ * **internal:** upgrade babel, qs, js-yaml ([59f708e](https://github.com/dodopayments/dodopayments-typescript/commit/59f708e31af6921f6843ef11f44a30c40a0253b2))
15
+ * **mcp:** add intent param to execute tool ([f106d1f](https://github.com/dodopayments/dodopayments-typescript/commit/f106d1fbf8f606846e691af59bf3790a8a282ab2))
16
+ * **mcp:** pass intent param to execute handler ([2e764c8](https://github.com/dodopayments/dodopayments-typescript/commit/2e764c8381c3985f7efa253489d36ac3eb8ef9cb))
17
+ * **mcp:** upgrade dependencies ([007bdc7](https://github.com/dodopayments/dodopayments-typescript/commit/007bdc758773540e2c6a639cf73d9d8f28a00905))
18
+
3
19
  ## 2.14.2 (2026-01-09)
4
20
 
5
21
  Full Changelog: [v2.14.1...v2.14.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.14.1...v2.14.2)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dodopayments",
3
- "version": "2.14.2",
3
+ "version": "2.14.3",
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.14.2'; // x-release-please-version
1
+ export const VERSION = '2.14.3'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.14.2";
1
+ export declare const VERSION = "2.14.3";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.14.2";
1
+ export declare const VERSION = "2.14.3";
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.14.2'; // x-release-please-version
4
+ exports.VERSION = '2.14.3'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '2.14.2'; // x-release-please-version
1
+ export const VERSION = '2.14.3'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map