react-native-userleap 2.16.1 → 2.16.2

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
@@ -3,5 +3,6 @@
3
3
  Official React Native module for UserLeap.
4
4
 
5
5
  ### Documentation
6
- Refer to the [latest documentation](https://docs.userleap.com/installation/react-native-module) for installation, setup, and more resources.
6
+ Refer to the [latest documentation](https://docs.sprig.com/docs/react-native-module) for installation, setup, and more resources.
7
7
 
8
+ Refer to the [changelog](https://docs.sprig.com/docs/react-native-changelog) for information on features and fixes.
@@ -80,5 +80,5 @@ repositories {
80
80
  dependencies {
81
81
  //noinspection GradleDynamicVersion
82
82
  implementation 'com.facebook.react:react-native:+' // From node_modules
83
- implementation ("com.userleap:userleap-android-sdk:2.17.2") // update this version on android updates
83
+ implementation ("com.userleap:userleap-android-sdk:2.17.3") // update this version on android updates
84
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-userleap",
3
- "version": "2.16.1",
3
+ "version": "2.16.2",
4
4
  "description": "React Native module for UserLeap",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -35,12 +35,12 @@
35
35
  "@babel/core": "^7.12.9",
36
36
  "@babel/runtime": "^7.12.5",
37
37
  "@react-native-community/eslint-config": "^2.0.0",
38
- "babel-jest": "^26.6.3",
38
+ "babel-jest": "^29.7.0",
39
39
  "eslint": "^7.32.0",
40
- "jest": "^26.6.3",
40
+ "jest": "^29.7.0",
41
41
  "metro-react-native-babel-preset": "^0.67.0",
42
42
  "react": "17.0.2",
43
- "react-native": "0.68.2",
43
+ "react-native": "0.75.2",
44
44
  "react-test-renderer": "17.0.2"
45
45
  }
46
46
  }
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
19
  s.requires_arc = true
20
20
 
21
21
  s.dependency "React"
22
- s.dependency "UserLeapKit", "4.21.8"
22
+ s.dependency "UserLeapKit", "4.22.1"
23
23
  end