dodopayments 2.4.2 → 2.4.4

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,37 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.4.4 (2025-11-07)
4
+
5
+ Full Changelog: [v2.4.3...v2.4.4](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.3...v2.4.4)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** codegen related update ([818e90b](https://github.com/dodopayments/dodopayments-typescript/commit/818e90b659ed5fcd34e882c2d6fff158a59ea612))
10
+ * **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([abbe057](https://github.com/dodopayments/dodopayments-typescript/commit/abbe057c30e109ad630804a66020fdb2131dee98))
11
+ * **mcp:** add line numbers to code tool errors ([2de014b](https://github.com/dodopayments/dodopayments-typescript/commit/2de014babcdbf101ad373677e24ce17e54fa51e7))
12
+
13
+
14
+ ### Documentation
15
+
16
+ * **mcp:** add a README button for one-click add to Cursor ([cf25725](https://github.com/dodopayments/dodopayments-typescript/commit/cf2572540a90396e32b73becbded03dbe18fb6b3))
17
+ * **mcp:** add a README link to add server to VS Code or Claude Code ([e9131bb](https://github.com/dodopayments/dodopayments-typescript/commit/e9131bb9bee194dcdf29625cc31325b15764027a))
18
+
19
+ ## 2.4.3 (2025-11-05)
20
+
21
+ Full Changelog: [v2.4.2...v2.4.3](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.2...v2.4.3)
22
+
23
+ ### Features
24
+
25
+ * **mcp:** enable optional code execution tool on http mcp servers ([6d35c29](https://github.com/dodopayments/dodopayments-typescript/commit/6d35c29e461d58f4697a83fffc8fc6f818fe7bbc))
26
+
27
+
28
+ ### Chores
29
+
30
+ * **internal:** codegen related update ([0dc8e91](https://github.com/dodopayments/dodopayments-typescript/commit/0dc8e91e6d9d1622f38f65f6bfb4a3abb4ab8e3e))
31
+ * **internal:** grammar fix (it's -> its) ([6275ab5](https://github.com/dodopayments/dodopayments-typescript/commit/6275ab5cea238e1c52bd44af1a2bb66deacc899d))
32
+ * mcp code tool explicit error message when missing a run function ([b1409a5](https://github.com/dodopayments/dodopayments-typescript/commit/b1409a54f124d5cdaae427dbf0ece4dc4f8cb0f6))
33
+ * use structured error when code execution tool errors ([c6ea394](https://github.com/dodopayments/dodopayments-typescript/commit/c6ea39446c6d236aa3f9a9c6a400e81aa8a946be))
34
+
3
35
  ## 2.4.2 (2025-10-31)
4
36
 
5
37
  Full Changelog: [v2.4.1...v2.4.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.1...v2.4.2)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dodopayments",
3
- "version": "2.4.2",
3
+ "version": "2.4.4",
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.4.2'; // x-release-please-version
1
+ export const VERSION = '2.4.4'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.4.2";
1
+ export declare const VERSION = "2.4.4";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.4.2";
1
+ export declare const VERSION = "2.4.4";
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.4.2'; // x-release-please-version
4
+ exports.VERSION = '2.4.4'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '2.4.2'; // x-release-please-version
1
+ export const VERSION = '2.4.4'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map