Release 2.11.0: publish the kit-8 peer + consume node-sdk 2.7.8 - #123
Merged
Conversation
…sh deps Publishes the coordinated kit-8 lift that has been on main since #121: the @solana/kit peer moves >=7.0.0 <8.0.0 -> >=8.0.0 <9.0.0 (with viem 2.56.1, mppx 0.9.1, @x402/* 2.24.0), verified by a live all-rails settle. Consumes the just-published @agent-score/sdk 2.7.8 (^2.7.7 -> ^2.7.8). bun update refreshed the safe deps within range (hono 4.13.5, jose 6.2.10, @a2a-js/sdk 1.1.0, @types/node 26.4.0, knip 6.33.0, lefthook 2.1.12, typescript-eslint 8.68.0); the exact-pinned coupled settle set (viem, mppx) stayed put. Build, typecheck, lint, and tests (1824) green. Actions current (osv-scanner v2.5.1). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Releases
@agent-score/commerce2.11.0, publishing the coordinated kit-8 lift that has been onmainsince #121 (the published 2.10.0 predates it). Also consumes the just-published@agent-score/sdk2.7.8 and refreshes the safe deps within range.@solana/kitpeer:>=7.0.0 <8.0.0->>=8.0.0 <9.0.0, withviem2.56.1,mppx0.9.1,@x402/*2.24.0 (the coupled settle set, verified by a live all-rails settle: Base, Tempo, Solana).@agent-score/sdk:^2.7.7->^2.7.8.bun updaterefreshed hono 4.13.5, jose 6.2.10, @a2a-js/sdk 1.1.0, @types/node 26.4.0, knip 6.33.0, lefthook 2.1.12, typescript-eslint 8.68.0. The exact-pinned coupled set (viem, mppx) stayed put.Type of change
Public API
The
@solana/kitpeer range moves off 7 onto 8: a consumer on@solana/kit7 must upgrade to 8 to satisfy the peer. No exported types or function signatures change; the surface is the peer requirement. All AgentScore storefronts already run@solana/kit8.Test plan
Ran
bun run build,bun run typecheck,bun run lint,bun run test: build (dts) succeeds, typecheck and lint clean, 1824 tests pass (4 skipped). The kit-8 lift was verified end to end with a live all-rails settle from the smoke wallet before this release.Checklist