dodopayments 2.45.0 → 2.45.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 +11 -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,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.45.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.45.0...v2.45.1) (2026-08-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **mcp:** address review feedback on code tool Deno resolution ([12c5429](https://github.com/dodopayments/dodopayments-typescript/commit/12c5429d124508de09f5d8d2b44ea026737276d2))
|
|
9
|
+
* **mcp:** make code tool Deno resolution cross-platform and fail honestly on Windows ([c8675d4](https://github.com/dodopayments/dodopayments-typescript/commit/c8675d4afd8d1927bbd438caa232db2da576032b))
|
|
10
|
+
* **mcp:** make code tool Deno resolution cross-platform and fail honestly on Windows ([60a087c](https://github.com/dodopayments/dodopayments-typescript/commit/60a087c0371a788cf6ed687e904ca1f80361f33e)), closes [#327](https://github.com/dodopayments/dodopayments-typescript/issues/327)
|
|
11
|
+
* **mcp:** probe once under concurrency, and flag the Deno 2.9+ breakage ([d7b9439](https://github.com/dodopayments/dodopayments-typescript/commit/d7b9439f5ea95dbc7c95f67e1b7b653affde7f3a))
|
|
12
|
+
* **mcp:** stop a real SDK directory shadowing a symlinked one ([4d3fac6](https://github.com/dodopayments/dodopayments-typescript/commit/4d3fac651804801607bc31dc008a53f449ab53e8))
|
|
13
|
+
|
|
3
14
|
## [2.45.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.44.0...v2.45.0) (2026-08-05)
|
|
4
15
|
|
|
5
16
|
|
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '2.45.
|
|
1
|
+
export const VERSION = '2.45.1'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "2.45.
|
|
1
|
+
export declare const VERSION = "2.45.1";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "2.45.
|
|
1
|
+
export declare const VERSION = "2.45.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '2.45.
|
|
1
|
+
export const VERSION = '2.45.1'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|