Skip to content

Commit

Permalink
(chore) export BanditLogger and BanditEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
leoromanovsky committed Jan 15, 2025
1 parent fce5191 commit 98a004c
Show file tree
Hide file tree
Showing 4 changed files with 1,658 additions and 1,817 deletions.
6 changes: 6 additions & 0 deletions js-client-sdk.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import { IAssignmentDetails } from '@eppo/js-client-sdk-common';
import { IAssignmentEvent } from '@eppo/js-client-sdk-common';
import { IAssignmentLogger } from '@eppo/js-client-sdk-common';
import { IAsyncStore } from '@eppo/js-client-sdk-common';
import { IBanditEvent } from '@eppo/js-client-sdk-common';
import { IBanditLogger } from '@eppo/js-client-sdk-common';
import { IContainerExperiment } from '@eppo/js-client-sdk-common';
import { ObfuscatedFlag } from '@eppo/js-client-sdk-common';

Expand Down Expand Up @@ -112,6 +114,10 @@ export { IAssignmentLogger }

export { IAsyncStore }

export { IBanditEvent }

export { IBanditLogger }

// Warning: (ae-forgotten-export) The symbol "IBaseRequestConfig" needs to be exported by the entry point index.d.ts
//
// @public
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eppo/js-client-sdk",
"version": "3.9.3",
"version": "3.9.4",
"description": "Eppo SDK for client-side JavaScript applications",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -63,4 +63,4 @@
"@eppo/js-client-sdk-common": "4.8.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
}
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ export {
IAssignmentDetails,
IAssignmentEvent,
IAssignmentLogger,
IBanditEvent,
IBanditLogger,
IAsyncStore,
Flag,
ObfuscatedFlag,
Expand Down
Loading

0 comments on commit 98a004c

Please sign in to comment.