-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: latest common, precomputed prerelease #133
base: main
Are you sure you want to change the base?
Conversation
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@eppo/js-client-sdk", | |||
"version": "3.8.3", | |||
"version": "3.9.0-alpha.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"version": "3.9.0-alpha.0", | |
"version": "4.0.0-alpha.0", |
as mentioned in the commons PR, needs a major version bump. please do it before merging so we don't forget later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented on that PR — major bump is not needed as we're changing precomputed client, not the regular one
@@ -59,7 +59,7 @@ | |||
"webpack-cli": "^4.10.0" | |||
}, | |||
"dependencies": { | |||
"@eppo/js-client-sdk-common": "^4.6.3" | |||
"@eppo/js-client-sdk-common": "^4.7.0-alpha.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"@eppo/js-client-sdk-common": "^4.7.0-alpha.1" | |
"@eppo/js-client-sdk-common": "^5.0.0-alpha.1" |
Flag, | ||
IAssignmentLogger, | ||
IAsyncStore, | ||
} from '@eppo/js-client-sdk-common'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The lint is complaining about these imports being unused. Did you intent to re-export them?
'string-flag': { | ||
allocationKey: 'allocation-123', | ||
variationKey: 'variation-123', | ||
[stringFlagMD5]: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is missing salt
and obfuscated
flags
No description provided.