react-native-zybanbifbio-module 0.11.30 → 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 10 21:23:59 PET 2026
1
+ #Mon Mar 16 17:46:32 PET 2026
@@ -67,12 +67,12 @@ 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.6', 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
 
74
- debugImplementation(group: 'com.identy.face', name: 'face', version: '6.3.2-develop', ext: 'aar')
75
- releaseImplementation(group: 'com.identy.face', name: 'face', version: '6.3.2', ext: 'aar')
74
+ debugImplementation(group: 'com.identy.face', name: 'face', version: '6.3.3-develop', ext: 'aar')
75
+ releaseImplementation(group: 'com.identy.face', name: 'face', version: '6.3.3', ext: 'aar')
76
76
 
77
77
  //FIN_ZY_ZYTRUST
78
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.11.30",
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