dodopayments 2.17.0 → 2.17.2
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 +25 -0
- package/README.md +2 -2
- 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,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.17.2 (2026-01-29)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v2.17.1...v2.17.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.17.1...v2.17.2)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **docs:** fix mcp installation instructions for remote servers ([457a056](https://github.com/dodopayments/dodopayments-typescript/commit/457a056a4d7cec5b562f64582b7f72bc9e14c3cc))
|
|
10
|
+
* **mcp:** allow falling back for required env variables ([0f81b34](https://github.com/dodopayments/dodopayments-typescript/commit/0f81b340bccc432b1106d0cb81fb28acc977eaa9))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Chores
|
|
14
|
+
|
|
15
|
+
* **internal:** codegen related update ([250b777](https://github.com/dodopayments/dodopayments-typescript/commit/250b777332317903394a5aff1f221f20dcd71f30))
|
|
16
|
+
* **internal:** upgrade wrangler version ([9bb5b5a](https://github.com/dodopayments/dodopayments-typescript/commit/9bb5b5a098259ee1e3bd97c4bf5fb690be2e7c3e))
|
|
17
|
+
* **mcp:** up tsconfig lib version to es2022 ([42eb7fd](https://github.com/dodopayments/dodopayments-typescript/commit/42eb7fd669fbb4a6edff65c09215536d73648c6d))
|
|
18
|
+
|
|
19
|
+
## 2.17.1 (2026-01-24)
|
|
20
|
+
|
|
21
|
+
Full Changelog: [v2.17.0...v2.17.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.17.0...v2.17.1)
|
|
22
|
+
|
|
23
|
+
### Chores
|
|
24
|
+
|
|
25
|
+
* **ci:** upgrade `actions/github-script` ([1dfc35d](https://github.com/dodopayments/dodopayments-typescript/commit/1dfc35daf47b267ce92d6b499d75950e4659f68d))
|
|
26
|
+
* **internal:** update lock file ([590ba2e](https://github.com/dodopayments/dodopayments-typescript/commit/590ba2e04080103140ff6f91c8ba72c6dd29bf83))
|
|
27
|
+
|
|
3
28
|
## 2.17.0 (2026-01-23)
|
|
4
29
|
|
|
5
30
|
Full Changelog: [v2.16.0...v2.17.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.16.0...v2.17.0)
|
package/README.md
CHANGED
|
@@ -12,8 +12,8 @@ It is generated with [Stainless](https://www.stainless.com/).
|
|
|
12
12
|
|
|
13
13
|
Use the Dodo Payments MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
|
|
14
14
|
|
|
15
|
-
[](https://cursor.com/en-US/install-mcp?name=dodopayments-mcp&config=
|
|
16
|
-
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22dodopayments-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22dodopayments-mcp%22%5D%7D)
|
|
15
|
+
[](https://cursor.com/en-US/install-mcp?name=dodopayments-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImRvZG9wYXltZW50cy1tY3AiXSwiZW52Ijp7IkRPRE9fUEFZTUVOVFNfQVBJX0tFWSI6Ik15IEJlYXJlciBUb2tlbiIsIkRPRE9fUEFZTUVOVFNfV0VCSE9PS19LRVkiOiJNeSBXZWJob29rIEtleSJ9fQ)
|
|
16
|
+
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22dodopayments-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22dodopayments-mcp%22%5D%2C%22env%22%3A%7B%22DODO_PAYMENTS_API_KEY%22%3A%22My%20Bearer%20Token%22%2C%22DODO_PAYMENTS_WEBHOOK_KEY%22%3A%22My%20Webhook%20Key%22%7D%7D)
|
|
17
17
|
|
|
18
18
|
> Note: You may need to set environment variables in your MCP client.
|
|
19
19
|
|
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '2.17.
|
|
1
|
+
export const VERSION = '2.17.2'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "2.17.
|
|
1
|
+
export declare const VERSION = "2.17.2";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "2.17.
|
|
1
|
+
export declare const VERSION = "2.17.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '2.17.
|
|
1
|
+
export const VERSION = '2.17.2'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|