File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eppo/js-client-sdk-common" ,
3
- "version" : " 3.0.5 " ,
3
+ "version" : " 3.0.6 " ,
4
4
"description" : " Eppo SDK for client-side JavaScript applications (base for both web and react native)" ,
5
5
"main" : " dist/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 9
9
ISyncStore ,
10
10
} from './configuration-store/configuration-store' ;
11
11
import { HybridConfigurationStore } from './configuration-store/hybrid.store' ;
12
- import { MemoryOnlyConfigurationStore } from './configuration-store/memory.store' ;
12
+ import { MemoryStore , MemoryOnlyConfigurationStore } from './configuration-store/memory.store' ;
13
13
import * as constants from './constants' ;
14
14
import FlagConfigRequestor from './flag-configuration-requestor' ;
15
15
import HttpClient from './http-client' ;
@@ -33,6 +33,7 @@ export {
33
33
IConfigurationStore ,
34
34
IAsyncStore ,
35
35
ISyncStore ,
36
+ MemoryStore ,
36
37
HybridConfigurationStore ,
37
38
MemoryOnlyConfigurationStore ,
38
39
You can’t perform that action at this time.
0 commit comments