Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-walls-echo.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/modern-mppx-receipts.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/quiet-aep-mpp-example.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-pens-listen.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/mpp-buyer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @inflowpayai/mpp-buyer

## 0.6.2

### Patch Changes

- [#31](https://github.com/inflowpayai/inflow-node/pull/31)
[`fcf912e`](https://github.com/inflowpayai/inflow-node/commit/fcf912e9163db0779186684a86326df025bd414e) Thanks
[@nkavian](https://github.com/nkavian)! - Require mppx 0.8.12 or newer and emit MPP receipts with `challengeId` and
nested `settlement.amount` and `settlement.currency` fields.
- Updated dependencies
[[`fcf912e`](https://github.com/inflowpayai/inflow-node/commit/fcf912e9163db0779186684a86326df025bd414e),
[`56f6c8b`](https://github.com/inflowpayai/inflow-node/commit/56f6c8b9e9ad169f6bc3ee45d387dc4575946682)]:
- @inflowpayai/mpp@0.7.1

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mpp-buyer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inflowpayai/mpp-buyer",
"version": "0.6.1",
"version": "0.6.2",
"description": "InFlow MPP SDK: buyer-side `inflow` method that drives the InFlow buyer endpoints (prepare → poll → cancel) and returns the server-produced credential, composed with the mppx foundation client.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
18 changes: 18 additions & 0 deletions packages/mpp-seller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @inflowpayai/mpp-seller

## 0.6.2

### Patch Changes

- [#31](https://github.com/inflowpayai/inflow-node/pull/31)
[`2e041a1`](https://github.com/inflowpayai/inflow-node/commit/2e041a13818b67ea95605926c9360aa07079b47e) Thanks
[@nkavian](https://github.com/nkavian)! - Preserve the challenge `opaque` value when forwarding verified credentials
for redemption.

- [#31](https://github.com/inflowpayai/inflow-node/pull/31)
[`fcf912e`](https://github.com/inflowpayai/inflow-node/commit/fcf912e9163db0779186684a86326df025bd414e) Thanks
[@nkavian](https://github.com/nkavian)! - Require mppx 0.8.12 or newer and emit MPP receipts with `challengeId` and
nested `settlement.amount` and `settlement.currency` fields.
- Updated dependencies
[[`fcf912e`](https://github.com/inflowpayai/inflow-node/commit/fcf912e9163db0779186684a86326df025bd414e),
[`56f6c8b`](https://github.com/inflowpayai/inflow-node/commit/56f6c8b9e9ad169f6bc3ee45d387dc4575946682)]:
- @inflowpayai/mpp@0.7.1

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mpp-seller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inflowpayai/mpp-seller",
"version": "0.6.1",
"version": "0.6.2",
"description": "InFlow MPP SDK: seller-side `inflow` method built as a native mppx server method — challenges are minted and HMAC-bound locally by mppx, while verify delegates settlement to the InFlow PSP (POST /v1/mpp/redeem).",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
15 changes: 15 additions & 0 deletions packages/mpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @inflowpayai/mpp

## 0.7.1

### Patch Changes

- [#31](https://github.com/inflowpayai/inflow-node/pull/31)
[`fcf912e`](https://github.com/inflowpayai/inflow-node/commit/fcf912e9163db0779186684a86326df025bd414e) Thanks
[@nkavian](https://github.com/nkavian)! - Require mppx 0.8.12 or newer and emit MPP receipts with `challengeId` and
nested `settlement.amount` and `settlement.currency` fields.

- [#31](https://github.com/inflowpayai/inflow-node/pull/31)
[`56f6c8b`](https://github.com/inflowpayai/inflow-node/commit/56f6c8b9e9ad169f6bc3ee45d387dc4575946682) Thanks
[@nkavian](https://github.com/nkavian)! - Validate credential structure during decoding, accept core MPP receipts
while preserving method-specific extensions, and reject empty required fields and duplicate parameters when parsing
payment challenges.

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inflowpayai/mpp",
"version": "0.7.0",
"version": "0.7.1",
"description": "InFlow MPP SDK core: the inflow Method definition, protocol types, codec, and HTTP client.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
Loading