Skip to content

Commit ca7ad43

Browse files
chore: version packages (#891)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eda059a commit ca7ad43

7 files changed

Lines changed: 16 additions & 24 deletions

File tree

.changeset/charge-recipient-allowlist.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/client-chain-policies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/llms-discovery-suggested.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/request-aware-preparation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# mppx
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- c0ce0fe: Enforced recipient allowlists for both primary and split recipients, including zero-amount proofs.
8+
9+
Migration: include the primary recipient address as well as every split recipient in `expectedRecipients`. Configurations containing only split recipients are now rejected.
10+
11+
### Patch Changes
12+
13+
- 3c14a65: Enforced charge and session chain policies and rejected clients on conflicting payment chains. Preserved configured payment methods, challenge preferences, session retries, incremental SSE output, and follow-up vouchers in the CLI. Updated validation to use configured methods and advertised payment metadata, avoid unrelated wallet preflights, and settle session attempts after responses or transport failures.
14+
- eda059a: Added a non-blocking `suggested` validation category and used it for missing, empty, or non-text `/llms.txt` documentation.
15+
- d71ad79: Added request-aware payment preparation with safe redirect handling and pinned credential delivery.
16+
317
## 0.9.3
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"[!start-pkg]": "",
7979
"name": "mppx",
8080
"type": "module",
81-
"version": "0.9.3",
81+
"version": "0.10.0",
8282
"main": "./dist/index.js",
8383
"license": "MIT",
8484
"homepage": "https://github.com/wevm/mppx#readme",

src/internal/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Generated by scripts/sync-version.ts.
22

33
/** Current mppx package version. */
4-
export const version = '0.9.3'
4+
export const version = '0.10.0'
55

66
/** Canonical SDK identifier for this mppx release. */
77
export const sdkIdentifier = `mppx/${version}`

0 commit comments

Comments
 (0)