Skip to content

Commit

Permalink
Merge branch 'main' into rlamb/update-compat-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Nov 1, 2024
2 parents 7a85ea3 + 7f58b2a commit cde78a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sdk/browser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import {
LDEvaluationDetailTyped,
LDEvaluationReason,
LDFlagSet,
LDInspection,
LDLogger,
LDLogLevel,
LDMultiKindContext,
Expand Down Expand Up @@ -64,6 +65,7 @@ export type {
IdentifySeriesData,
IdentifySeriesResult,
IdentifySeriesStatus,
LDInspection,
};

/**
Expand Down
1 change: 1 addition & 0 deletions packages/shared/sdk-client/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export * from './integrations';

export { ConnectionMode };
export * from './LDIdentifyOptions';
export * from './LDInspection';
1 change: 1 addition & 0 deletions packages/shared/sdk-client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export type {
IdentifySeriesData,
IdentifySeriesResult,
IdentifySeriesStatus,
LDInspection,
} from './api';

export type { DataManager, DataManagerFactory, ConnectionParams } from './DataManager';
Expand Down

0 comments on commit cde78a2

Please sign in to comment.