diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ed9d88e..b9b5f03 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,3 +17,4 @@ jobs: with: token: ${{ secrets.NPM_TOKEN }} access: public + tag: alpha diff --git a/js-client-sdk.api.md b/js-client-sdk.api.md index 438e609..13b638a 100644 --- a/js-client-sdk.api.md +++ b/js-client-sdk.api.md @@ -26,15 +26,14 @@ export class EppoJSClient extends EppoClient { getParsedJSONAssignment(subjectKey: string, flagKey: string, subjectAttributes?: Record, assignmentHooks?: IAssignmentHooks): object | null; // (undocumented) getStringAssignment(subjectKey: string, flagKey: string, subjectAttributes?: Record, assignmentHooks?: IAssignmentHooks): string | null; - // (undocumented) - static initialized: boolean; - // @deprecated (undocumented) getStringAssignmentWithReason(subjectKey: string, flagKey: string, subjectAttributes?: Record, assignmentHooks?: IAssignmentHooks): { assignment: string | null; reason: string | null; }; // (undocumented) + static initialized: boolean; + // (undocumented) static instance: EppoJSClient; } diff --git a/yarn.lock b/yarn.lock index 93e3aca..a205f82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"