@statsig/react-native-bindings-on-device-eval 3.13.0 → 3.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -46,4 +46,4 @@ Framework Specific Bindings
|
|
|
46
46
|
|
|
47
47
|
## Community
|
|
48
48
|
|
|
49
|
-
If you need any
|
|
49
|
+
If you need any assistance or just have a question, feel free to reach out to us on [Slack](https://statsig.com/community?ref=gh_jsm).
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@statsig/react-native-bindings-on-device-eval",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.0",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@statsig/client-core": "3.
|
|
6
|
-
"@statsig/js-on-device-eval-client": "3.
|
|
7
|
-
"@statsig/react-bindings-on-device-eval": "3.
|
|
8
|
-
"@statsig/react-native-core": "3.
|
|
5
|
+
"@statsig/client-core": "3.14.0",
|
|
6
|
+
"@statsig/js-on-device-eval-client": "3.14.0",
|
|
7
|
+
"@statsig/react-bindings-on-device-eval": "3.14.0",
|
|
8
|
+
"@statsig/react-native-core": "3.14.0"
|
|
9
9
|
},
|
|
10
10
|
"peerDependencies": {
|
|
11
11
|
"react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|