Skip to content

Commit 024ed52

Browse files
authored
chore: upgrade to latest common (#86)
* latest common * v3.7.4
1 parent fa039a5 commit 024ed52

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eppo/react-native-sdk",
3-
"version": "3.7.3",
3+
"version": "3.7.4",
44
"description": "Eppo React Native SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -51,7 +51,7 @@
5151
"registry": "https://registry.npmjs.org/"
5252
},
5353
"dependencies": {
54-
"@eppo/js-client-sdk-common": "4.13.5",
54+
"@eppo/js-client-sdk-common": "4.14.4",
5555
"@react-native-async-storage/async-storage": "^1.18.0",
5656
"spark-md5": "^3.0.2"
5757
},

Diff for: src/index.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export class EppoReactNativeClient extends EppoClient {
7373

7474
public static instance: EppoReactNativeClient = new EppoReactNativeClient({
7575
flagConfigurationStore: asyncStorage,
76-
isObfuscated: true,
7776
});
7877
}
7978

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1213,10 +1213,10 @@
12131213
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
12141214
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
12151215

1216-
"@eppo/js-client-sdk-common@4.13.5":
1217-
version "4.13.5"
1218-
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.13.5.tgz#4226d3d45284378c93ac97c70eed32de7af58094"
1219-
integrity sha512-wSYmkVRpH9hsOFmKtWHke8LOoFvy+f+cRVxZZH7nbiN4jO3orFXs9lPwB9Jv5e0u6N4z302sQAvKxRxY6BmVIg==
1216+
"@eppo/js-client-sdk-common@4.14.4":
1217+
version "4.14.4"
1218+
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.14.4.tgz#fd59daa3b9ae385756476bcc1022a53ffcfd8188"
1219+
integrity sha512-12JKsYLu+WICH1t9NEgWoxTYc/MyFnZAHhcBJwfcaG0tPIbPfgG9VBT8yTUgBLG8cYZBmDVk7R7SzMGc3vD2eg==
12201220
dependencies:
12211221
buffer "npm:@eppo/[email protected]"
12221222
js-base64 "^3.7.7"

0 commit comments

Comments
 (0)