@eppo/node-server-sdk
Advanced tools
Comparing version 3.7.1 to 3.7.2
import { EppoClient } from '@eppo/js-client-sdk-common'; | ||
import { IClientConfig } from './i-client-config'; | ||
export { IAssignmentDetails, IAssignmentEvent, IAssignmentLogger, IBanditEvent, IBanditLogger, } from '@eppo/js-client-sdk-common'; | ||
export { Attributes, AttributeType, BanditActions, BanditSubjectAttributes, ContextAttributes, IAssignmentDetails, IAssignmentEvent, IAssignmentLogger, IBanditEvent, IBanditLogger, } from '@eppo/js-client-sdk-common'; | ||
export { IClientConfig }; | ||
@@ -5,0 +5,0 @@ /** |
@@ -0,1 +1,6 @@ | ||
import { Attributes } from '@eppo/js-client-sdk-common'; | ||
import { AttributeType } from '@eppo/js-client-sdk-common'; | ||
import { BanditActions } from '@eppo/js-client-sdk-common'; | ||
import { BanditSubjectAttributes } from '@eppo/js-client-sdk-common'; | ||
import { ContextAttributes } from '@eppo/js-client-sdk-common'; | ||
import { EppoClient } from '@eppo/js-client-sdk-common'; | ||
@@ -8,2 +13,12 @@ import { IAssignmentDetails } from '@eppo/js-client-sdk-common'; | ||
export { Attributes } | ||
export { AttributeType } | ||
export { BanditActions } | ||
export { BanditSubjectAttributes } | ||
export { ContextAttributes } | ||
/** | ||
@@ -10,0 +25,0 @@ * Used to access a singleton SDK client instance. |
{ | ||
"name": "@eppo/node-server-sdk", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"description": "Eppo node server SDK", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@eppo/js-client-sdk-common": "4.8.3" | ||
"@eppo/js-client-sdk-common": "4.8.4" | ||
}, | ||
@@ -63,2 +63,2 @@ "devDependencies": { | ||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
33816
366
+ Added@eppo/js-client-sdk-common@4.8.4(transitive)
- Removed@eppo/js-client-sdk-common@4.8.3(transitive)