Skip to content

Commit 9797bc8

Browse files
committed
use released common sdk
1 parent 4725de4 commit 9797bc8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
with:
1818
token: ${{ secrets.NPM_TOKEN }}
1919
access: public
20+
tag: alpha

js-client-sdk.api.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,14 @@ export class EppoJSClient extends EppoClient {
2626
getParsedJSONAssignment(subjectKey: string, flagKey: string, subjectAttributes?: Record<string, any>, assignmentHooks?: IAssignmentHooks): object | null;
2727
// (undocumented)
2828
getStringAssignment(subjectKey: string, flagKey: string, subjectAttributes?: Record<string, any>, assignmentHooks?: IAssignmentHooks): string | null;
29-
// (undocumented)
30-
static initialized: boolean;
31-
3229
// @deprecated (undocumented)
3330
getStringAssignmentWithReason(subjectKey: string, flagKey: string, subjectAttributes?: Record<string, any>, assignmentHooks?: IAssignmentHooks): {
3431
assignment: string | null;
3532
reason: string | null;
3633
};
3734
// (undocumented)
35+
static initialized: boolean;
36+
// (undocumented)
3837
static instance: EppoJSClient;
3938
}
4039

yarn.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,10 @@
380380
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
381381
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
382382

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

0 commit comments

Comments
 (0)