react-native-zybanbifbio-module 0.11.31 → 0.12.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 +1 @@
1
- #Tue Feb 17 16:55:24 PET 2026
1
+ #Mon Mar 16 17:46:32 PET 2026
@@ -67,7 +67,7 @@ dependencies {
67
67
  implementation 'com.google.android.material:material:1.5.0'
68
68
 
69
69
  /************************gson***********************************/
70
- implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '8.3.8', ext: 'aar'){
70
+ implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '8.4.0', ext: 'aar'){
71
71
  transitive = true
72
72
  }
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.11.31",
3
+ "version": "0.12.0",
4
4
  "description": "bio banbif",
5
5
  "scripts":
6
6
  {
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
  s.source = { :git => "https://github.com/ZYTRUST/react-native-zybanbifbio-module.git", :tag => "#{s.version}" }
16
16
  s.source_files = "ios/*.{h,m,mm}"
17
17
 
18
- s.dependency 'zy_banbif_bio_lib_ios_v2', '3.5.9'
18
+ s.dependency 'zy_banbif_bio_lib_ios_v2', '3.6.1'
19
19
  s.dependency 'React'
20
20
 
21
21
  end