File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { AsyncMap } from '@eppo/js-client-sdk-common';
10
10
import { AttributeType } from ' @eppo/js-client-sdk-common' ;
11
11
import { BanditActions } from ' @eppo/js-client-sdk-common' ;
12
12
import { BanditSubjectAttributes } from ' @eppo/js-client-sdk-common' ;
13
+ import { ContextAttributes } from ' @eppo/js-client-sdk-common' ;
13
14
import { EppoClient } from ' @eppo/js-client-sdk-common' ;
14
15
import { EppoPrecomputedClient } from ' @eppo/js-client-sdk-common' ;
15
16
import { Flag } from ' @eppo/js-client-sdk-common' ;
@@ -22,6 +23,10 @@ import { IBanditLogger } from '@eppo/js-client-sdk-common';
22
23
import { IContainerExperiment } from ' @eppo/js-client-sdk-common' ;
23
24
import { ObfuscatedFlag } from ' @eppo/js-client-sdk-common' ;
24
25
26
+ export { BanditActions }
27
+
28
+ export { BanditSubjectAttributes }
29
+
25
30
// @public
26
31
export function buildStorageKeySuffix(apiKey : string ): string ;
27
32
@@ -41,6 +46,8 @@ export class ChromeStorageEngine implements IStringStorageEngine {
41
46
setMetaJsonString: (metaJsonString : string ) => Promise <void >;
42
47
}
43
48
49
+ export { ContextAttributes }
50
+
44
51
// @public
45
52
export class EppoJSClient extends EppoClient {
46
53
// (undocumented)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eppo/js-client-sdk" ,
3
- "version" : " 3.9.4-alpha.5 " ,
3
+ "version" : " 3.9.4" ,
4
4
"description" : " Eppo SDK for client-side JavaScript applications" ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
60
60
"webpack-cli" : " ^6.0.1"
61
61
},
62
62
"dependencies" : {
63
- "@eppo/js-client-sdk-common" : " 4.8.2 "
63
+ "@eppo/js-client-sdk-common" : " 4.8.3 "
64
64
},
65
65
"packageManager" :
" [email protected] +sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
66
66
}
Original file line number Diff line number Diff line change 380
380
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz#f13c7c205915eb91ae54c557f5e92bddd8be0e83"
381
381
integrity sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==
382
382
383
-
384
- version "4.8.2 "
385
- resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.8.2 .tgz#f6f6c20adb3f55f9d2074c5710c6908b20414860 "
386
- integrity sha512-MlnnkGdAYAGHV9ECkhZyg094Dcfq1FOkTBGYEKMDp3nrOn33lm2Q2rF2LuogepZy3Y1kqWw9umBhcytWAIcUnQ ==
383
+
384
+ version "4.8.3 "
385
+ resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.8.3 .tgz#62c5701fc6854dac3c337bd66499c5950c7efcf5 "
386
+ integrity sha512-oA8NF2MjE3ue3TUwHCNLsF+/Xc661tJOH571yLLIKD155oYY5h9nwOurQ9Yx1YXsomCNw7OvuMJNaebN5GM2iA ==
387
387
dependencies :
388
388
buffer "npm:@eppo/[email protected] "
389
389
js-base64 "^3.7.7"
You can’t perform that action at this time.
0 commit comments