Skip to content

Commit de4f075

Browse files
authored
Bump Codama renderer and adopt @solana/kit 6.10 (#394)
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 4715cdc commit de4f075

5 files changed

Lines changed: 416 additions & 428 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.9.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": "^24",
@@ -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
"packageManager": "pnpm@10.15.1"
6565
}

0 commit comments

Comments
 (0)