diff --git a/.changeset/fresh-cycles-trade.md b/.changeset/fresh-cycles-trade.md deleted file mode 100644 index 344251f4..00000000 --- a/.changeset/fresh-cycles-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mppx': patch ---- - -Fixed Tempo auto-swap call building with `viem@>=2.54` and hardened account balance metadata formatting. diff --git a/.changeset/live-tiger-settle.md b/.changeset/live-tiger-settle.md deleted file mode 100644 index 7b13de84..00000000 --- a/.changeset/live-tiger-settle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mppx': patch ---- - -Fixed Stripe CLI live-mode Shared Payment Token creation. SPT requests now send the preview `Stripe-Version` header, live-mode requests target the issued-tokens endpoint with `seller_details[network_business_profile]`, and restricted test keys (`rk_test_...`) are recognized as test mode. diff --git a/.changeset/validate-command.md b/.changeset/validate-command.md deleted file mode 100644 index 6acf0bd6..00000000 --- a/.changeset/validate-command.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mppx': patch ---- - -Added a `mppx validate` CLI command for discovering paid endpoints, validating payment challenges, checking malformed-credential handling, and exercising Tempo payment flows end to end. diff --git a/CHANGELOG.md b/CHANGELOG.md index 99fdba1b..4d91e0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # mppx +## 0.8.4 + +### Patch Changes + +- 3136195: Fixed Tempo auto-swap call building with `viem@>=2.54` and hardened account balance metadata formatting. +- 86b6586: Fixed Stripe CLI live-mode Shared Payment Token creation. SPT requests now send the preview `Stripe-Version` header, live-mode requests target the issued-tokens endpoint with `seller_details[network_business_profile]`, and restricted test keys (`rk_test_...`) are recognized as test mode. +- cdd989e: Added a `mppx validate` CLI command for discovering paid endpoints, validating payment challenges, checking malformed-credential handling, and exercising Tempo payment flows end to end. + ## 0.8.3 ### Patch Changes diff --git a/package.json b/package.json index 4e3b74e9..65465bb8 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "[!start-pkg]": "", "name": "mppx", "type": "module", - "version": "0.8.3", + "version": "0.8.4", "main": "./dist/index.js", "license": "MIT", "homepage": "https://github.com/wevm/mppx#readme",