react-native-incognia 6.7.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.
@@ -1,2 +1,2 @@
1
- #Thu Oct 06 15:03:38 BRT 2022
1
+ #Wed Jan 04 16:57:41 BRT 2023
2
2
  gradle.version=7.4.2
@@ -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.12.+'
61
- api 'com.incognia:incognia-trial-br:6.12.+'
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.7.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
  },
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm}"
17
17
 
18
18
  s.dependency "React-Core"
19
- s.dependency 'IncogniaTrialBR', '~> 6.9.0'
20
- s.dependency 'IncogniaBR', '~> 6.9.0'
21
- s.dependency 'IncogniaCoreBR', '~> 6.9.0'
19
+ s.dependency 'IncogniaTrialBR', '~> 6.10.0'
20
+ s.dependency 'IncogniaBR', '~> 6.10.0'
21
+ s.dependency 'IncogniaCoreBR', '~> 6.10.0'
22
22
  end
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "self:">
6
- </FileRef>
7
- </Workspace>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>IDEDidComputeMac32BitWarning</key>
6
- <true/>
7
- </dict>
8
- </plist>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>SchemeUserState</key>
6
- <dict>
7
- <key>Incognia.xcscheme_^#shared#^_</key>
8
- <dict>
9
- <key>orderHint</key>
10
- <integer>0</integer>
11
- </dict>
12
- </dict>
13
- </dict>
14
- </plist>