react-native-incognia 6.6.0 → 6.7.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
+ #Thu Oct 06 15:03:38 BRT 2022
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.11.+'
61
- api 'com.incognia:incognia-trial-br:6.11.+'
60
+ api 'com.incognia:incognia-br:6.12.+'
61
+ api 'com.incognia:incognia-trial-br:6.12.+'
62
62
  }
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Workspace
3
+ version = "1.0">
4
+ <FileRef
5
+ location = "self:">
6
+ </FileRef>
7
+ </Workspace>
@@ -0,0 +1,8 @@
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>
@@ -0,0 +1,14 @@
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-incognia",
3
- "version": "6.6.0",
3
+ "version": "6.7.0",
4
4
  "description": "Incognia React Native Library",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -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.8.0'
20
- s.dependency 'IncogniaBR', '~> 6.8.0'
21
- s.dependency 'IncogniaCoreBR', '~> 6.8.0'
19
+ s.dependency 'IncogniaTrialBR', '~> 6.9.0'
20
+ s.dependency 'IncogniaBR', '~> 6.9.0'
21
+ s.dependency 'IncogniaCoreBR', '~> 6.9.0'
22
22
  end