Skip to content

Commit 37f23f9

Browse files
Merge branch 'master' into junaed/fssdk-10935-refactor-log-export
2 parents 3d4255e + e0aabf5 commit 37f23f9

File tree

95 files changed

+5331
-6611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+5331
-6611
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ dist/
1212
.DS_STORE
1313

1414
browserstack.err
15-
local.log
15+
local.log
16+
17+
**/*.gen.ts

lib/export_types.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2022-2023, Optimizely
2+
* Copyright 2022-2024, Optimizely
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -39,12 +39,10 @@ export {
3939
ListenerPayload,
4040
OptimizelyDecision,
4141
OptimizelyUserContext,
42-
NotificationListener,
4342
Config,
4443
Client,
4544
ActivateListenerPayload,
4645
TrackListenerPayload,
4746
NotificationCenter,
4847
OptimizelySegmentOption,
49-
ICache,
5048
} from './shared_types';

0 commit comments

Comments
 (0)