File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eppo/node-server-sdk" ,
3
- "version" : " 3.2.2 " ,
3
+ "version" : " 3.3.0 " ,
4
4
"description" : " Eppo node server SDK" ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
29
29
},
30
30
"homepage" : " https://github.com/Eppo-exp/node-server-sdk#readme" ,
31
31
"dependencies" : {
32
- "@eppo/js-client-sdk-common" : " 4.0.2 " ,
32
+ "@eppo/js-client-sdk-common" : " 4.1.0 " ,
33
33
"lru-cache" : " ^10.0.1"
34
34
},
35
35
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ export async function init(config: IClientConfig): Promise<EppoClient> {
119
119
// we estimate this will use no more than 10 MB of memory
120
120
// and should be appropriate for most server-side use cases.
121
121
clientInstance . useLRUInMemoryAssignmentCache ( 50_000 ) ;
122
+ clientInstance . useLRUInMemoryBanditAssignmentCache ( 50_000 ) ;
122
123
123
124
// Fetch configurations (which will also start regular polling per requestConfiguration)
124
125
await clientInstance . fetchFlagConfigurations ( ) ;
Original file line number Diff line number Diff line change 460
460
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
461
461
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
462
462
463
- " @eppo/js-client-sdk-common@4.0.2 " :
464
- version "4.0.2 "
465
- resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.0.2. tgz#fb99445ad57d6593d0f9bbc70a2e1327ea962b41 "
466
- integrity sha512-S9RUxsrHJEl5ePMx9929aiw1uPlv3AxH82iJIJgsuSpLbi3w1EkEo17J/2B4505EI20G9XYLY3fWM0eOUR4WKw ==
463
+ " @eppo/js-client-sdk-common@4.1.0 " :
464
+ version "4.1.0 "
465
+ resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.1.0. tgz#fc1b625ef2997a82cb65c6e8a43fb7894196b205 "
466
+ integrity sha512-bUA/k9HfhdGkSp7mnmKRg5VJAY+JORGoCV3eSU+Dn39gr0IQARw3VHJ3QIaKSciwoEe51n2Mk8K7/XdiIV6Qiw ==
467
467
dependencies :
468
468
js-base64 "^3.7.7"
469
469
md5 "^2.3.0"
You can’t perform that action at this time.
0 commit comments