Skip to content

Commit 266eb7f

Browse files
authored
Bump Codama renderer and adopt @solana/kit 6.10 (#92)
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, which kit 6.10's `extendClient` is no longer assignable to, and the client's kit floor is raised to ^6.10.0 accordingly.
1 parent c46be85 commit 266eb7f

5 files changed

Lines changed: 471 additions & 447 deletions

File tree

clients/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@solana-config/oxc": "^0.1.1",
60-
"@solana/kit": "^6.9.0",
60+
"@solana/kit": "^6.10.0",
6161
"@solana/kit-plugin-litesvm": "^0.10.0",
6262
"@solana/kit-plugin-rpc": "^0.11.1",
6363
"@solana/kit-plugin-signer": "^0.10.0",
@@ -73,6 +73,6 @@
7373
"vitest": "^4.0.15"
7474
},
7575
"peerDependencies": {
76-
"@solana/kit": "^6.4.0"
76+
"@solana/kit": "^6.10.0"
7777
}
7878
}

0 commit comments

Comments
 (0)