Skip to content

Commit a38ef14

Browse files
committed
Made configuration store async
1 parent fd8bed2 commit a38ef14

File tree

7 files changed

+71
-42
lines changed

7 files changed

+71
-42
lines changed

.eslintcache

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ logs/
55

66
temp
77
.env
8+
.eslintcache
89
yarn-error.log
910

1011
test/data

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eppo/js-client-sdk-common",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)