Skip to content

Commit

Permalink
Merge branch 'master' into junaed/fssdk-10935-refactor-log-export
Browse files Browse the repository at this point in the history
  • Loading branch information
junaed-optimizely committed Dec 13, 2024
2 parents 3d4255e + e0aabf5 commit 37f23f9
Show file tree
Hide file tree
Showing 95 changed files with 5,331 additions and 6,611 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ dist/
.DS_STORE

browserstack.err
local.log
local.log

**/*.gen.ts
4 changes: 1 addition & 3 deletions lib/export_types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2022-2023, Optimizely
* Copyright 2022-2024, Optimizely
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -39,12 +39,10 @@ export {
ListenerPayload,
OptimizelyDecision,
OptimizelyUserContext,
NotificationListener,
Config,
Client,
ActivateListenerPayload,
TrackListenerPayload,
NotificationCenter,
OptimizelySegmentOption,
ICache,
} from './shared_types';
Loading

0 comments on commit 37f23f9

Please sign in to comment.