Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into ta/sdk-739/documentation-pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Nov 4, 2024
2 parents edc3db1 + 773d02c commit 79bf8a5
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 79bf8a5

Please sign in to comment.