dodopayments 2.4.3 → 2.4.5
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 +31 -0
- package/package.json +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.4.5 (2025-11-11)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v2.4.4...v2.4.5](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.4...v2.4.5)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **mcp:** use raw responses for binary content ([a5954f0](https://github.com/dodopayments/dodopayments-typescript/commit/a5954f00b96ebc1a422b706894b0ed57e914abe2))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **internal:** codegen related update ([c21861f](https://github.com/dodopayments/dodopayments-typescript/commit/c21861fb2a1f3d1d87e1d27ba1faa700655163f0))
|
|
15
|
+
* **internal:** codegen related update ([25d312a](https://github.com/dodopayments/dodopayments-typescript/commit/25d312ac17d7da5825564782dff206873ca3440d))
|
|
16
|
+
* **mcp:** clarify http auth error ([a6e4eab](https://github.com/dodopayments/dodopayments-typescript/commit/a6e4eab2e2f2d05ff675432e9c13a475faa85233))
|
|
17
|
+
|
|
18
|
+
## 2.4.4 (2025-11-07)
|
|
19
|
+
|
|
20
|
+
Full Changelog: [v2.4.3...v2.4.4](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.3...v2.4.4)
|
|
21
|
+
|
|
22
|
+
### Chores
|
|
23
|
+
|
|
24
|
+
* **internal:** codegen related update ([818e90b](https://github.com/dodopayments/dodopayments-typescript/commit/818e90b659ed5fcd34e882c2d6fff158a59ea612))
|
|
25
|
+
* **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([abbe057](https://github.com/dodopayments/dodopayments-typescript/commit/abbe057c30e109ad630804a66020fdb2131dee98))
|
|
26
|
+
* **mcp:** add line numbers to code tool errors ([2de014b](https://github.com/dodopayments/dodopayments-typescript/commit/2de014babcdbf101ad373677e24ce17e54fa51e7))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Documentation
|
|
30
|
+
|
|
31
|
+
* **mcp:** add a README button for one-click add to Cursor ([cf25725](https://github.com/dodopayments/dodopayments-typescript/commit/cf2572540a90396e32b73becbded03dbe18fb6b3))
|
|
32
|
+
* **mcp:** add a README link to add server to VS Code or Claude Code ([e9131bb](https://github.com/dodopayments/dodopayments-typescript/commit/e9131bb9bee194dcdf29625cc31325b15764027a))
|
|
33
|
+
|
|
3
34
|
## 2.4.3 (2025-11-05)
|
|
4
35
|
|
|
5
36
|
Full Changelog: [v2.4.2...v2.4.3](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.2...v2.4.3)
|
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '2.4.
|
|
1
|
+
export const VERSION = '2.4.5'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "2.4.
|
|
1
|
+
export declare const VERSION = "2.4.5";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "2.4.
|
|
1
|
+
export declare const VERSION = "2.4.5";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '2.4.
|
|
1
|
+
export const VERSION = '2.4.5'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|