Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

typotter
Copy link
Collaborator

No description provided.

@@ -1,6 +1,6 @@
{
"name": "@eppo/js-client-sdk",
"version": "3.8.3",
"version": "3.9.0-alpha.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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.

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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"@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';

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]: {

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants