react-native-incognia 6.8.0 → 6.9.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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Wed Jan 04 16:57:41 BRT 2023
2
+ gradle.version=7.4.2
File without changes
@@ -57,6 +57,6 @@ dependencies {
57
57
  implementation "com.facebook.react:react-native:+" // From node_modules
58
58
  implementation "com.google.android.gms:play-services-ads-identifier:${safeExtGet('googlePlayServicesAdsIdentifierVersion', '17.0.0')}"
59
59
  implementation "com.google.android.gms:play-services-location:${safeExtGet('googlePlayServicesLocationVersion', '17.0.0')}"
60
- api 'com.incognia:incognia-br:6.13.+'
61
- api 'com.incognia:incognia-trial-br:6.13.+'
60
+ api 'com.incognia:incognia-br:6.14.+'
61
+ api 'com.incognia:incognia-trial-br:6.14.+'
62
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-incognia",
3
- "version": "6.8.0",
3
+ "version": "6.9.0",
4
4
  "description": "Incognia React Native Library",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -80,7 +80,6 @@
80
80
  },
81
81
  "husky": {
82
82
  "hooks": {
83
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
84
83
  "pre-commit": "yarn lint && yarn typescript"
85
84
  }
86
85
  },