File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { AttributeType } from '@eppo/js-client-sdk-common';
9
9
import { BanditActions } from ' @eppo/js-client-sdk-common' ;
10
10
import { BanditSubjectAttributes } from ' @eppo/js-client-sdk-common' ;
11
11
import { ContextAttributes } from ' @eppo/js-client-sdk-common' ;
12
+ import { EppoAssignmentLogger } from ' @eppo/js-client-sdk-common' ;
12
13
import { EppoClient } from ' @eppo/js-client-sdk-common' ;
13
14
import { EventDispatcher } from ' @eppo/js-client-sdk-common' ;
14
15
import { IAssignmentDetails } from ' @eppo/js-client-sdk-common' ;
@@ -27,6 +28,8 @@ export { BanditSubjectAttributes }
27
28
28
29
export { ContextAttributes }
29
30
31
+ export { EppoAssignmentLogger }
32
+
30
33
// @public
31
34
export function getInstance(): EppoClient ;
32
35
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eppo/node-server-sdk" ,
3
- "version" : " 3.9.1 " ,
3
+ "version" : " 3.9.2 " ,
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.13.1 "
32
+ "@eppo/js-client-sdk-common" : " 4.13.3 "
33
33
},
34
34
"devDependencies" : {
35
35
"@google-cloud/storage" : " ^6.9.3" ,
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
-
464
- version "4.13.1 "
465
- resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.13.1 .tgz#b46aa0e57cb11cd22b9b159428b6e92e5b36d282 "
466
- integrity sha512-ToSIZEmtdrTJMzIyVAKU9fajaaOdsCFeY5gL9WMxxMfqt3zWOsXB2MTWhcrf59THb8HaWNuS7TeB8SMwFjv5bQ ==
463
+
464
+ version "4.13.3 "
465
+ resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.13.3 .tgz#baf624a106275b93fcaeaa8be4c48d9b9aa43266 "
466
+ integrity sha512-P8nVc1+Ik4bIRG9anx9asv4oJ9qlsbZRswJO3dEDP6Vz8Zm/P4Zo4YppS6h4cY+1acULAXzVPjCwlgKompSNhw ==
467
467
dependencies :
468
468
buffer "npm:@eppo/[email protected] "
469
469
js-base64 "^3.7.7"
You can’t perform that action at this time.
0 commit comments