@statsig/expo-bindings 0.0.1-beta.7 → 0.0.1-beta.8

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
@@ -5,4 +5,4 @@
5
5
 
6
6
  Expo specific additions for use with a Statsig Javascript SDK.
7
7
 
8
- Learn more by visiting: https://docs.statsig.com/client/jsClientSDK
8
+ Learn more by visiting: https://docs.statsig.com/client/javascript-sdk
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@statsig/expo-bindings",
3
- "version": "0.0.1-beta.7",
3
+ "version": "0.0.1-beta.8",
4
4
  "dependencies": {
5
- "@statsig/client-core": "0.0.1-beta.7",
6
- "@statsig/react-bindings": "0.0.1-beta.7"
5
+ "@statsig/client-core": "0.0.1-beta.8",
6
+ "@statsig/react-bindings": "0.0.1-beta.8"
7
7
  },
8
8
  "peerDependencies": {
9
9
  "react-native": "0.*",