Skip to content

Commit 8ddd85e

Browse files
authored
Bump Codama renderer and adopt @solana/kit 6.10 (#344)
* Bump Codama renderer and adopt @solana/kit 6.10 This bumps the Codama renderer and regenerates the modern 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. * Fix package.json indentation
1 parent 0395e44 commit 8ddd85e

5 files changed

Lines changed: 575 additions & 343 deletions

File tree

clients/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@solana-config/oxc": "^0.1.1",
4848
"@solana-program/system": "^0.12.1",
49-
"@solana/kit": "^6.9.0",
49+
"@solana/kit": "^6.10.0",
5050
"@solana/kit-plugin-litesvm": "^0.10.0",
5151
"@solana/kit-plugin-signer": "^0.10.0",
5252
"@solana/sysvars": "^6.9.0",
@@ -61,7 +61,7 @@
6161
"vitest": "^4.0.15"
6262
},
6363
"peerDependencies": {
64-
"@solana/kit": "^6.4.0"
64+
"@solana/kit": "^6.10.0"
6565
},
6666
"engines": {
6767
"node": ">=24.0.0"

0 commit comments

Comments
 (0)