From d56999cb6b726f679f3de7e14ef18b1db1184d5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 03:13:16 +0000 Subject: [PATCH] chore: version packages --- .changeset/fuzzy-badgers-glow.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/fuzzy-badgers-glow.md diff --git a/.changeset/fuzzy-badgers-glow.md b/.changeset/fuzzy-badgers-glow.md deleted file mode 100644 index d4e2d345..00000000 --- a/.changeset/fuzzy-badgers-glow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'mppx': patch ---- - -Fix two production session/SSE robustness issues. - -1. Accept exact voucher replays (`cumulativeAmount == highestVoucherAmount`) as idempotent success after signature verification, while still rejecting lower cumulative amounts and preserving monotonic state advancement rules. -2. Prevent invalid null-body response wrapping in SSE receipt transport by returning `101/204/205/304` responses directly instead of stream-wrapping them. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecb6fa4..b9053e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # mppx +## 0.4.10 + +### Patch Changes + +- 70f6595: Fix two production session/SSE robustness issues. + + 1. Accept exact voucher replays (`cumulativeAmount == highestVoucherAmount`) as idempotent success after signature verification, while still rejecting lower cumulative amounts and preserving monotonic state advancement rules. + 2. Prevent invalid null-body response wrapping in SSE receipt transport by returning `101/204/205/304` responses directly instead of stream-wrapping them. + ## 0.4.9 ### Patch Changes diff --git a/package.json b/package.json index 9ab7ed3a..17389e1d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "[!start-pkg]": "", "name": "mppx", "type": "module", - "version": "0.4.9", + "version": "0.4.10", "main": "./dist/index.js", "license": "MIT", "files": [