@ansight/react-native 1.0.2-preview.6 → 1.0.2-preview.7

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 CHANGED
@@ -25,8 +25,8 @@ npx react-native run-android
25
25
 
26
26
  This package version expects matching native SDK packages:
27
27
 
28
- - CocoaPods: `Ansight`, `AnsightObjC` version `1.0.2-preview.6`
29
- - Maven: `ai.ansight:ansight-android:1.0.2-preview.6`
28
+ - CocoaPods: `Ansight`, `AnsightObjC` version `1.0.2-preview.7`
29
+ - Maven: `ai.ansight:ansight-android:1.0.2-preview.7`
30
30
 
31
31
  ## Quickstart
32
32
 
@@ -66,5 +66,5 @@ repositories {
66
66
 
67
67
  dependencies {
68
68
  implementation("com.facebook.react:react-android")
69
- implementation("ai.ansight:ansight-android:1.0.2-preview.6")
69
+ implementation("ai.ansight:ansight-android:1.0.2-preview.7")
70
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ansight/react-native",
3
- "version": "1.0.2-preview.6",
3
+ "version": "1.0.2-preview.7",
4
4
  "description": "React Native bridge for the Ansight mobile SDK.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",