@eppo/js-client-sdk-common
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,2 @@ | ||
import { IAssignmentHooks } from './assignment-hooks'; | ||
import { IAssignmentLogger, IAssignmentEvent } from './assignment-logger'; | ||
@@ -8,3 +9,3 @@ import EppoClient, { IEppoClient } from './client/eppo-client'; | ||
import * as validation from './validation'; | ||
export { IAssignmentLogger, IAssignmentEvent, EppoClient, IEppoClient, constants, ExperimentConfigurationRequestor, HttpClient, validation, IConfigurationStore, }; | ||
export { IAssignmentHooks, IAssignmentLogger, IAssignmentEvent, EppoClient, IEppoClient, constants, ExperimentConfigurationRequestor, HttpClient, validation, IConfigurationStore, }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -89,3 +89,3 @@ import { AxiosInstance } from 'axios'; | ||
*/ | ||
declare interface IAssignmentHooks { | ||
export declare interface IAssignmentHooks { | ||
/** | ||
@@ -92,0 +92,0 @@ * Invoked before a subject is assigned to an experiment variation. |
{ | ||
"name": "@eppo/js-client-sdk-common", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
112288
710