Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eppo/react-native-sdk",
"version": "3.7.0",
"version": "3.7.1",
"description": "Eppo React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -51,7 +51,7 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@eppo/js-client-sdk-common": "4.12.0",
"@eppo/js-client-sdk-common": "4.13.2",
Copy link
Contributor Author

@sameerank sameerank Mar 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/Eppo-exp/js-sdk-common/releases/tag/v4.13.2

Release in @eppo/js-client-sdk-common with the fix

"@react-native-async-storage/async-storage": "^1.18.0",
"spark-md5": "^3.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1213,10 +1213,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@eppo/js-client-sdk-common@4.12.0":
version "4.12.0"
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.12.0.tgz#87836c5cbfbf49beecc832edb12a4da329e4b9ea"
integrity sha512-d16xB5prgH1H+OHaFZWXjVgOjyNu90JEH4SWoCxYLjypUQC0mkAw7riLFBDJ0jqQ1L9/EG0SJooXOOQ7tSjBqw==
"@eppo/js-client-sdk-common@4.13.2":
version "4.13.2"
resolved "https://registry.yarnpkg.com/@eppo/js-client-sdk-common/-/js-client-sdk-common-4.13.2.tgz#0fffcaa350bfdd12e0ceb2925f543cddd22fd0f8"
integrity sha512-XEqajWhqONInZWPxr17iFdUjF3kxqVxe9e2hxa8lHtj4G63pdb/t/3kW6awFL8iz/S8MAurqljnh6X0JRSbGdA==
dependencies:
buffer "npm:@eppo/[email protected]"
js-base64 "^3.7.7"
Expand Down
Loading