Skip to content

Commit

Permalink
use released common sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
aarsilv committed Feb 5, 2024
1 parent 4725de4 commit 9797bc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
tag: alpha
5 changes: 2 additions & 3 deletions js-client-sdk.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ export class EppoJSClient extends EppoClient {
getParsedJSONAssignment(subjectKey: string, flagKey: string, subjectAttributes?: Record<string, any>, assignmentHooks?: IAssignmentHooks): object | null;
// (undocumented)
getStringAssignment(subjectKey: string, flagKey: string, subjectAttributes?: Record<string, any>, assignmentHooks?: IAssignmentHooks): string | null;
// (undocumented)
static initialized: boolean;

// @deprecated (undocumented)
getStringAssignmentWithReason(subjectKey: string, flagKey: string, subjectAttributes?: Record<string, any>, assignmentHooks?: IAssignmentHooks): {
assignment: string | null;
reason: string | null;
};
// (undocumented)
static initialized: boolean;
// (undocumented)
static instance: EppoJSClient;
}

Expand Down
4 changes: 3 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,10 @@
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==

"@eppo/js-client-sdk-common@file:../js-client-sdk-common":
"@eppo/js-client-sdk-common@2.1.1-alpha.1":
version "2.1.1-alpha.1"
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-2.1.1-alpha.1.tgz#cd6862545b808fb0f227068d11b553166113a844"
integrity sha512-mfys6eWvOi/QpCPDw2V4d6noX0FWDAkqw5TtKMzQly5Wmon66fqXc/g9KmNOjsNLo8Pjj6WltCl9g+LxqALgaw==
dependencies:
axios "^1.6.0"
lru-cache "^10.0.1"
Expand Down

0 comments on commit 9797bc8

Please sign in to comment.