@statsig/react-bindings-on-device-eval 3.13.0 → 3.14.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -46,4 +46,4 @@ Framework Specific Bindings
46
46
 
47
47
  ## Community
48
48
 
49
- If you need any assitance or just have a question, feel free to reach out to us on [Slack](https://statsig.com/community?ref=gh_jsm).
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,9 +1,9 @@
1
1
  {
2
2
  "name": "@statsig/react-bindings-on-device-eval",
3
- "version": "3.13.0",
3
+ "version": "3.14.1",
4
4
  "dependencies": {
5
- "@statsig/client-core": "3.13.0",
6
- "@statsig/js-on-device-eval-client": "3.13.0"
5
+ "@statsig/client-core": "3.14.1",
6
+ "@statsig/js-on-device-eval-client": "3.14.1"
7
7
  },
8
8
  "peerDependencies": {
9
9
  "react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0"