chore(release): 0.7.0#2
Merged
Merged
Conversation
Date-stamps the CHANGELOG section that landed in PR #1 and bumps the package.json version. No code changes — purely the release-cut metadata so `pnpm publish` ships 0.7.0 against today's main (cbc2dd4). Highlights of 0.7.0 (full notes in CHANGELOG): - L402 read-path interop (DAN-344): s402/compat/l402 - Compat layer reorganization: src/compat/{x402,mpp,l402}.ts (breaking) - L402 hardening: conservative expiresAt + canonical lntbs signet prefix - S15 (mid-session signer rotation) + S16 (protocol version binding) - ROADMAP.md (first public roadmap) - Min Node bumped to 20 (breaking; Node 18 EOL April 2025) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release-cut for s402 v0.7.0. Pure metadata commit — date-stamps CHANGELOG and bumps
typescript/package.jsonto0.7.0. No code changes; ships againstmainat cbc2dd4 (PR #1 merge).What's in v0.7.0
(Full notes in
typescript/CHANGELOG.md.)Added
s402/compat/l402) — Aperture/LSAT challenge consumptionBreaking
s402/compat→s402/compat/x402,s402/compat-mpp→s402/compat/mpp,s402/compat-l402→s402/compat/l402. Source tree moved tosrc/compat/{x402,mpp,l402}.ts. Symbol names unchanged. Consumer migration: find-replace import paths.envelope.tsrequiresglobalThis.cryptoavailable unflagged in Node 19+).Fixed
expiresAt = now + 60skeeps S1 stale-payment-rejection load-bearing for L402-derived requirementslntbsBOLT-11 signet prefix recognized; legacylnsbretained as aliasTest plan
pnpm typecheckcleanpnpm test— 988 tests pass (22 files)pnpm build— 19 files / 210 kB emittedpnpm publish(human-gated)