1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-09 13:47:13 +02:00

chore: add next.js to findOutdatedSdks (#10479)

Next js also works as a backend SDK (thanks @Tymek for the explanation)
and might be already reporting as
69e8c64927/lib/src/getDefinitions.ts (L79)
This commit is contained in:
Gastón Fournier 2025-08-07 14:31:35 -03:00 committed by GitHub
parent 57424312b5
commit 60a2fa675b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ type SDKConfig = {
const config: SDKConfig = {
'unleash-client-node': '5.3.2',
'unleash-client-nextjs': '1.6.2',
'unleash-client-java': '9.2.0',
'unleash-client-go': '4.1.0',
'unleash-client-python': '5.11.0',
@ -14,6 +15,7 @@ const config: SDKConfig = {
'unleash-client-php': '2.3.0',
// new values after sdk registration rename:
'unleash-node-sdk': '6.6.0',
'unleash-nextjs-sdk': '1.6.2',
'unleash-java-sdk': '11.0.2',
'unleash-go-sdk': '5.0.3',
'unleash-python-sdk': '6.3.0',