react-native-zybanbifbio-module 0.5.7 → 0.5.9

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.
package/README.md CHANGED
@@ -10,10 +10,13 @@ Esta libreria esta diseñada especificamente para le empresa 11 poc.
10
10
 
11
11
  ## NOTAS:
12
12
  ```
13
- La versión >0.5.3 versión productiva para Emps11
13
+ La versión >0.5.8 versión productiva para Emps11
14
+
15
+ ```
16
+ ```
17
+ La versión >0.5.8 retorna los codigos 8270": Intentos superados solicitud bloqueada o "9041":Intentos superados DNI BLoqueado directamente sin pasar por el UI
14
18
 
15
19
  ```
16
-
17
20
 
18
21
  ## Installation
19
22
 
@@ -94,7 +94,7 @@ dependencies {
94
94
  implementation 'com.idemia.smartsdk.remote:metadata-crypto:1.0.2'//11 es jar
95
95
  implementation 'morpho.lkms-server:lkms-client-crypto:2.1.0-alpha2'//4
96
96
 
97
- implementation(group: 'com.zy.android.lib.bio.facial.api', name: 'facial', version: '1.8.15', ext: 'aar')
97
+ implementation(group: 'com.zy.android.lib.bio.facial.api', name: 'facial', version: '1.8.16', ext: 'aar')
98
98
  implementation(group: 'com.zy.banbif.lib.zylibuiandroid.ui.pantallas', name: 'ui', version: '0.1.20', ext: 'aar')
99
99
 
100
100
  /************OCR************/
@@ -118,7 +118,7 @@ dependencies {
118
118
  transitive = true
119
119
  }
120
120
 
121
- implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.5.3', ext: 'aar')
121
+ implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.5.5', ext: 'aar')
122
122
 
123
123
  implementation 'net.zetetic:android-database-sqlcipher:4.5.3'
124
124
  implementation 'org.apache.commons:commons-imaging:1.0-alpha2'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.5.7",
3
+ "version": "0.5.9",
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', '1.2.2'
18
+ s.dependency 'zy_banbif_bio_lib_ios', '1.2.3'
19
19
  s.dependency 'React'
20
20
 
21
21
  end