Skip to content

chore(deps): bump mppx from 0.8.6 to 0.8.14 in /conformance in the npm-dependencies group across 1 directory - #63

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/conformance/npm-dependencies-2945e99716
Closed

chore(deps): bump mppx from 0.8.6 to 0.8.14 in /conformance in the npm-dependencies group across 1 directory#63
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/conformance/npm-dependencies-2945e99716

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 1 update in the /conformance directory: mppx.

Updates mppx from 0.8.6 to 0.8.14

Release notes

Sourced from mppx's releases.

mppx@0.8.14

Patch Changes

  • a8e73b7: Replaced per-sender sponsored charge serialization with durable atomic aggregate fee-budget reservations. Independent expiring-nonce transactions ran concurrently, waited for capacity when the sponsor budget was full, and retained pending exposure until receipt reconciliation or transaction expiry.
  • 6156f80: Added an optional topUpAmount policy for batching automatic Tempo session top-ups while preserving exact-shortfall behavior by default.
  • 7711982: Added a single-file Hono Tempo API relay-backed charge example.
  • 8935947: Fixed automatic session top-ups before signing HTTP, SSE, and WebSocket credentials, including preserving a durable resumed channel after a committed top-up when the paid request failed.
  • 9cc198e: Fixed Tempo relay verification fallback and restricted server lifecycle hook combinations to unambiguous configurations.
  • a3a0d82: Use expiring nonces for sponsored and unsponsored Tempo session management transactions.
  • 4fbcd0a: Added automatic stablecoin swaps for Tempo session channel opens and top-ups.
  • 0f91d5d: Marked legacy combined payment verification hooks as deprecated in favor of separate validation and broadcast hooks.
  • 9932a58: Added structured error codes and diagnostics for payment validation failures.
  • 8f2e847: Added Tempo API relay configuration for server-side charge validation and broadcast.
  • c7c1e4b: Added generic validate/broadcast credential lifecycle APIs and a Tempo charge implementation; Tempo session credential handling remained unchanged.

mppx@0.8.13

Patch Changes

  • d807f92: Improved agent environment detection for automatic JSON validate output.

    Added SDK guidance when validate could not find an OpenAPI discovery document.

  • 2ff74a5: Fixed server method handlers to require request fields that were not configured as defaults, and exposed Tempo's resolved currency and decimals as defaults.

  • bd9b05c: Added explicit per-message amounts and cancellation signals to manual WebSocket session metering.

  • ae30448: Fixed server-driven Tempo session close and settlement transactions when the configured account is also the fee payer.

  • 92c7b6e: Fixed hosted fee payer routing for caller-provided custom Viem transports.

  • a20358e: Add a Node SQLite session ChannelStore that defaults to Tempo Wallet's channels database and can read existing wallet-cli v2 session rows.

  • 8e95155: Added persistent CLI payment sessions with automatic reuse, inspection, and explicit closing.

  • 8e71221: Rehydrate Tempo client sessions from server snapshots, reconciling the last accepted voucher with on-chain channel state before continuing cumulative payments.

  • fb45074: Include the highest signed voucher in Tempo session bootstrap snapshots so cold clients can safely validate and resume an existing channel.

  • 0f256ef: Added onSessionSettlement hook for visibility into on-chain session settlement transactions, with chain-agnostic context including trigger, txHash, channelId, cumulative amount, and incremental delta.

mppx@0.8.12

Patch Changes

  • 1afe397: Fixed legacy session auto-management reusing a cached channel after the account's authorizedSigner changed. The client now opens a new channel instead of emitting a voucher the escrow would reject.
  • 51f948e: Added payment-aware Tempo session streams to client fetch responses.

mppx@0.8.11

Patch Changes

  • be4452c: Exported SSE session controller helpers through Tempo server namespaces.
  • c40a0fc: Added continuous main snapshot releases.
  • 7207c0f: Added local Tempo charge fee-token selection with a pathUSD preference and an explicit override.
  • 98abd92: Extracted session SSE payment handling into a response-preserving driver.
  • 0679b0f: Added sender and final-envelope simulations before sponsored Tempo broadcasts.

mppx@0.8.9

Patch Changes

... (truncated)

Changelog

Sourced from mppx's changelog.

0.8.14

Patch Changes

  • a8e73b7: Replaced per-sender sponsored charge serialization with durable atomic aggregate fee-budget reservations. Independent expiring-nonce transactions ran concurrently, waited for capacity when the sponsor budget was full, and retained pending exposure until receipt reconciliation or transaction expiry.
  • 6156f80: Added an optional topUpAmount policy for batching automatic Tempo session top-ups while preserving exact-shortfall behavior by default.
  • 7711982: Added a single-file Hono Tempo API relay-backed charge example.
  • 8935947: Fixed automatic session top-ups before signing HTTP, SSE, and WebSocket credentials, including preserving a durable resumed channel after a committed top-up when the paid request failed.
  • 9cc198e: Fixed Tempo relay verification fallback and restricted server lifecycle hook combinations to unambiguous configurations.
  • a3a0d82: Use expiring nonces for sponsored and unsponsored Tempo session management transactions.
  • 4fbcd0a: Added automatic stablecoin swaps for Tempo session channel opens and top-ups.
  • 0f91d5d: Marked legacy combined payment verification hooks as deprecated in favor of separate validation and broadcast hooks.
  • 9932a58: Added structured error codes and diagnostics for payment validation failures.
  • 8f2e847: Added Tempo API relay configuration for server-side charge validation and broadcast.
  • c7c1e4b: Added generic validate/broadcast credential lifecycle APIs and a Tempo charge implementation; Tempo session credential handling remained unchanged.

0.8.13

Patch Changes

  • d807f92: Improved agent environment detection for automatic JSON validate output.

    Added SDK guidance when validate could not find an OpenAPI discovery document.

  • 2ff74a5: Fixed server method handlers to require request fields that were not configured as defaults, and exposed Tempo's resolved currency and decimals as defaults.

  • bd9b05c: Added explicit per-message amounts and cancellation signals to manual WebSocket session metering.

  • ae30448: Fixed server-driven Tempo session close and settlement transactions when the configured account is also the fee payer.

  • 92c7b6e: Fixed hosted fee payer routing for caller-provided custom Viem transports.

  • a20358e: Add a Node SQLite session ChannelStore that defaults to Tempo Wallet's channels database and can read existing wallet-cli v2 session rows.

  • 8e95155: Added persistent CLI payment sessions with automatic reuse, inspection, and explicit closing.

  • 8e71221: Rehydrate Tempo client sessions from server snapshots, reconciling the last accepted voucher with on-chain channel state before continuing cumulative payments.

  • fb45074: Include the highest signed voucher in Tempo session bootstrap snapshots so cold clients can safely validate and resume an existing channel.

  • 0f256ef: Added onSessionSettlement hook for visibility into on-chain session settlement transactions, with chain-agnostic context including trigger, txHash, channelId, cumulative amount, and incremental delta.

0.8.12

Patch Changes

  • 1afe397: Fixed legacy session auto-management reusing a cached channel after the account's authorizedSigner changed. The client now opens a new channel instead of emitting a voucher the escrow would reject.
  • 51f948e: Added payment-aware Tempo session streams to client fetch responses.

0.8.11

Patch Changes

  • be4452c: Exported SSE session controller helpers through Tempo server namespaces.
  • c40a0fc: Added continuous main snapshot releases.
  • 7207c0f: Added local Tempo charge fee-token selection with a pathUSD preference and an explicit override.
  • 98abd92: Extracted session SSE payment handling into a response-preserving driver.
  • 0679b0f: Added sender and final-envelope simulations before sponsored Tempo broadcasts.

... (truncated)

Commits
  • 0bf4dd0 chore: version packages (#692)
  • 9cc198e fix: tighten relay lifecycle hooks (#703)
  • 90e236e fix(tempo): preserve committed session top-ups (#702)
  • a8e73b7 fix(tempo): coordinate parallel sponsor fee exposure (#699)
  • 4fbcd0a feat: auto-swap session deposits (#693)
  • 8935947 fix: top up sessions before signing credentials (#687)
  • a3a0d82 fix(tempo): expire session management transactions (#697)
  • 0f91d5d docs: clarify validation and verification hooks (#700)
  • 70be339 docs(examples): use Tempo relay configuration (#696)
  • 8f2e847 feat(tempo): add API relay configuration (#695)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026
@socket-security

socket-security Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​mppx@​0.8.6 ⏵ 0.8.1482 +110010098 +1100

View full report

Bumps the npm-dependencies group with 1 update in the /conformance directory: [mppx](https://github.com/wevm/mppx).


Updates `mppx` from 0.8.6 to 0.8.14
- [Release notes](https://github.com/wevm/mppx/releases)
- [Changelog](https://github.com/wevm/mppx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wevm/mppx/compare/mppx@0.8.6...mppx@0.8.14)

---
updated-dependencies:
- dependency-name: mppx
  dependency-version: 0.8.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump mppx from 0.8.6 to 0.8.12 in /conformance in the npm-dependencies group chore(deps): bump mppx from 0.8.6 to 0.8.14 in /conformance in the npm-dependencies group across 1 directory Jul 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/conformance/npm-dependencies-2945e99716 branch from c81152a to a57bf16 Compare July 27, 2026 04:31
@dependabot @github

dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #68.

@dependabot dependabot Bot closed this Jul 29, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/conformance/npm-dependencies-2945e99716 branch July 29, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants