react-native-zyprotectabio-module 1.1.0 → 1.1.2

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
@@ -16,7 +16,7 @@ Ninguna
16
16
  ## Installation
17
17
 
18
18
  ```sh
19
- npm install react-native-zyprotectabio-module@0.1.13 --legacy-peer-deps
19
+ npm install react-native-zyprotectabio-module@(numero_version) --legacy-peer-deps
20
20
  ```
21
21
 
22
22
  ## Usage
@@ -33,8 +33,7 @@ npm install react-native-zyprotectabio-module@0.1.13 --legacy-peer-deps
33
33
  accessToken: "abcdfghi12345", // Access token generado por ambiente
34
34
  bioPais: "PE", //Pais de verificacion (siempre PE)
35
35
  tiOperacion: "FLUJO_FACIAL_MANUAL", //Operacion debe ser FLUJO_FACIAL_MANUAL
36
- urlSource: "DEV2", // Ambiente a la conexion DEV2 , POC , DEVX , SIGN (PRODUCCION)
37
- flujoExterno,
36
+ urlSource: "DEV2" // Ambiente a la conexion DEV2 , POC , DEVX , SIGN (PRODUCCION)
38
37
  };
39
38
  const result = await ZyprotectabioModule.onZyBioCapture(opciones);
40
39
 
@@ -139,11 +139,11 @@ dependencies {
139
139
  //INICIO_ZY_ZYTRUST
140
140
  implementation 'androidx.appcompat:appcompat:1.4.0'
141
141
  implementation 'com.google.android.material:material:1.5.0'
142
- implementation(group: 'com.zy.multiempresa.android.lib.protecta', name: 'sdk', version: '1.0.37', ext: 'aar'){
142
+ implementation(group: 'com.zy.multiempresa.android.lib.protecta', name: 'sdk', version: '1.1.1', ext: 'aar'){
143
143
  transitive = true
144
144
  }
145
145
 
146
- implementation(group: 'com.zy.identy.face.protecta', name: 'sdk', version: '6.5.15', ext: 'aar'){
146
+ implementation(group: 'com.zy.identy.face.protecta', name: 'sdk', version: '6.5.16', ext: 'aar'){
147
147
  transitive = true
148
148
  }
149
149
  debugImplementation(group: 'com.identy.face', name: 'face', version: '6.3.0-develop', ext: 'aar')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zyprotectabio-module",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "React Native native module for ZyProtecta biometric integration",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",