@oiti/rn-liveness3d 2.1.0 → 2.2.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.
@@ -139,8 +139,7 @@ dependencies {
139
139
  implementation "com.facebook.react:react-native:+"
140
140
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
141
141
 
142
- implementation 'br.com.oiti:liveness3d-sdk:9.2.6'
143
-
142
+ implementation 'br.com.oiti:liveness3d-sdk:9.2.8'
144
143
 
145
144
  // From node_modules
146
145
  }
package/ios/Podfile CHANGED
@@ -8,8 +8,7 @@ target 'RnLiveness3d' do
8
8
  # Comment the next line if you don't want to use dynamic frameworks
9
9
  use_frameworks!
10
10
 
11
- # Pods for sampleUsageLivenessSDK
12
- pod 'OILiveness3D', '2.1.1'
11
+ pod 'OILiveness3D', '~> 2.1'
13
12
 
14
13
 
15
14
  end
@@ -1,20 +1,20 @@
1
1
  PODS:
2
- - OICommons (2.0.0)
3
- - OIComponents (1.6.0)
4
- - OILiveness3D (2.1.1):
5
- - OICommons (~> 2.0)
6
- - OIComponents (~> 1.6)
7
- - OILiveness3D_FT (= 9.6.80)
8
- - OINetwork (~> 2.1)
9
- - OISecurity (~> 3.0)
10
- - OILiveness3D_FT (9.6.80)
11
- - OINetwork (2.1.0):
12
- - OICommons (~> 2.0)
13
- - OISecurity (3.1.0):
14
- - OINetwork (~> 2.0)
2
+ - OICommons (2.0.1)
3
+ - OIComponents (1.6.1)
4
+ - OILiveness3D (2.1.3):
5
+ - OICommons (~> 2.0.1)
6
+ - OIComponents (~> 1.6.1)
7
+ - OILiveness3D_FT (= 9.6.89)
8
+ - OINetwork (~> 2.1.1)
9
+ - OISecurity (~> 3.1.1)
10
+ - OILiveness3D_FT (9.6.89)
11
+ - OINetwork (2.1.1):
12
+ - OICommons (~> 2.0.1)
13
+ - OISecurity (3.1.1):
14
+ - OINetwork (~> 2.1.1)
15
15
 
16
16
  DEPENDENCIES:
17
- - OILiveness3D (= 2.1.1)
17
+ - OILiveness3D (~> 2.1)
18
18
 
19
19
  SPEC REPOS:
20
20
  https://github.com/oititec/ios-artifactory.git:
@@ -26,13 +26,13 @@ SPEC REPOS:
26
26
  - OISecurity
27
27
 
28
28
  SPEC CHECKSUMS:
29
- OICommons: 34c8950596ab3aa4e02e35cd98af7bc7f1f32750
30
- OIComponents: 39507e574e59134381b58668f91646479a41e19a
31
- OILiveness3D: f0ad7178455bdd3c1031aff2436fceb0c2bc274b
32
- OILiveness3D_FT: fbf3417c20b3123522906249c98b9c896f8b484e
33
- OINetwork: c570aefbb34038569799949b5489dd3b6b11597e
34
- OISecurity: b91e9fc019f8edf63df228ce681805c36cfdc4a7
29
+ OICommons: efb4251c578f2517dc222b56cb101f83d5e7ece2
30
+ OIComponents: 4059b4ba02195c79670bf6fc84a0ea98fcf67fab
31
+ OILiveness3D: 43057b7b88c621bf7724c0a4473c6752569b2ae7
32
+ OILiveness3D_FT: 7f71dadb4a355af5855eee2524309dd30b01b33b
33
+ OINetwork: f551750f82cb46fb8e3f3668a84d1a46fa1872d6
34
+ OISecurity: 493b4775a74ab3d92e95f693e1e0d53c3f7012b2
35
35
 
36
- PODFILE CHECKSUM: 37edadb2600491b14130b5ea7ae040636294db5d
36
+ PODFILE CHECKSUM: 829aa77506d53b748c821a5eee4fcff893521b80
37
37
 
38
38
  COCOAPODS: 1.13.0
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
 
20
20
  s.dependency "React-Core"
21
21
 
22
- s.ios.dependency 'OILiveness3D', '2.1.1'
22
+ s.ios.dependency 'OILiveness3D', '~> 2.1'
23
23
 
24
24
  # Don't install the dependencies when we run `pod install` in the old architecture.
25
25
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oiti/rn-liveness3d",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",