mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +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:
parent
57424312b5
commit
60a2fa675b
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user