From d877ff64a6e8aefb0ec092fec89bd826b2ab008f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 23:58:49 +0000 Subject: [PATCH] chore: version packages --- .changeset/funny-cameras-juggle.md | 5 ----- .changeset/tiny-dingos-type.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/funny-cameras-juggle.md delete mode 100644 .changeset/tiny-dingos-type.md diff --git a/.changeset/funny-cameras-juggle.md b/.changeset/funny-cameras-juggle.md deleted file mode 100644 index c8fc8fc7..00000000 --- a/.changeset/funny-cameras-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mppx': patch ---- - -Fixed credential `opaque` serialization to use the spec-compliant base64url string shape, while keeping deserialization backward-compatible with legacy object-shaped credentials. diff --git a/.changeset/tiny-dingos-type.md b/.changeset/tiny-dingos-type.md deleted file mode 100644 index dcffc6cf..00000000 --- a/.changeset/tiny-dingos-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'mppx': patch ---- - -Added canonical discovery output using `x-payment-info.offers[]` while continuing to accept the legacy flat shorthand during validation and parsing. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0b0869..7b0440b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # mppx +## 0.6.4 + +### Patch Changes + +- 0d1e548: Fixed credential `opaque` serialization to use the spec-compliant base64url string shape, while keeping deserialization backward-compatible with legacy object-shaped credentials. +- 9536014: Added canonical discovery output using `x-payment-info.offers[]` while continuing to accept the legacy flat shorthand during validation and parsing. + ## 0.6.3 ### Patch Changes diff --git a/package.json b/package.json index 65fabab2..97ad37af 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "[!start-pkg]": "", "name": "mppx", "type": "module", - "version": "0.6.3", + "version": "0.6.4", "main": "./dist/index.js", "license": "MIT", "files": [