@finos_sdk/sdk-ekyc 0.0.37 → 0.0.38

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,17 +1,22 @@
1
1
  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
2
  package="finos.sdk.ekyc">
3
+ <uses-permission android:name="android.permission.INTERNET" />
4
+ <uses-permission android:name="android.permission.CAMERA" />
5
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
6
+ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
7
+ <uses-permission android:name="android.permission.NFC" />
8
+ <uses-permission android:name="android.permission.RECORD_AUDIO" />
9
+
10
+ <uses-feature
11
+ android:name="android.hardware.nfc"
12
+ android:required="false" />
13
+ <uses-feature
14
+ android:name="android.hardware.camera"
15
+ android:required="false" />
3
16
 
4
17
  <application/>
5
18
 
6
19
  </manifest>
7
20
 
8
- <?xml version="1.0" encoding="utf-8"?>
9
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
10
- package="finos.sdk.ekyc">
11
-
12
- <!-- Library manifest. No application/components are required here. -->
13
-
14
- </manifest>
15
-
16
21
 
17
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos_sdk/sdk-ekyc",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "React Native SDK for eKYC (electronic Know Your Customer) - Vietnamese CCCD NFC reading, OCR, Liveness detection, Face matching, and C06 residence verification",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",