@oiti/rn-liveness3d 3.3.0 → 4.0.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,7 +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.4.7'
142
+ implementation 'br.com.oiti:liveness3d-sdk:9.4.9'
143
143
 
144
144
  // From node_modules
145
145
  }
package/ios/Podfile CHANGED
@@ -8,6 +8,6 @@ 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
- pod 'OILiveness3D', '3.4.0'
11
+ pod 'OILiveness3D', '3.7.0'
12
12
 
13
13
  end
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
 
20
20
  s.dependency "React-Core"
21
21
 
22
- s.ios.dependency 'OILiveness3D', '3.2.0'
22
+ s.ios.dependency 'OILiveness3D', '3.7.0'
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": "3.3.0",
3
+ "version": "4.0.0",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",