Skip to content

Commit ce816f7

Browse files
authored
Bump Codama renderer and adopt @solana/kit 6.10 (#437)
This bumps the Codama renderers and regenerates the JS client so it stays compatible with @solana/kit 6.10. The generated program plugin now returns the homomorphic `ExtendedClient` type (introduced in kit 6.10) instead of the previous `Omit<T, ...>` intersection, and the client's kit floor is raised to ^6.10.0.
1 parent a505d27 commit ce816f7

5 files changed

Lines changed: 411 additions & 384 deletions

File tree

clients/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@solana-config/oxc": "^0.1.1",
48-
"@solana/kit": "^6.4.0",
48+
"@solana/kit": "^6.10.0",
4949
"@solana/kit-plugin-litesvm": "^0.10.0",
5050
"@solana/kit-plugin-signer": "^0.10.0",
5151
"@types/node": "^25",
@@ -59,7 +59,7 @@
5959
"vitest": "^4.0.15"
6060
},
6161
"peerDependencies": {
62-
"@solana/kit": "^6.4.0"
62+
"@solana/kit": "^6.10.0"
6363
},
6464
"engines": {
6565
"node": ">=24.0.0"

0 commit comments

Comments
 (0)