@finos_sdk/sdk-ekyc 1.5.4 → 1.5.5

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.
@@ -65,7 +65,7 @@ dependencies {
65
65
  implementation 'com.facebook.react:react-android'
66
66
 
67
67
  // Finos eKYC SDK dependencies from GitHub Packages Maven repository
68
- def sdkVersion = "1.5.4"
68
+ def sdkVersion = "1.5.5.1"
69
69
  implementation("finos.sdk.ekyc:ekyc:$sdkVersion")
70
70
  implementation("finos.sdk.ekyc:ekycui:$sdkVersion")
71
71
  implementation("finos.sdk.ekyc:nfc:$sdkVersion")
@@ -0,0 +1,86 @@
1
+ {
2
+ "name": "@finos_sdk/sdk-ekyc",
3
+ "version": "1.5.5",
4
+ "description": "React Native SDK for eKYC - Vietnamese CCCD NFC reading, OCR, Liveness detection, Face matching, and C06, eSign, SmsOTP residence verification",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "files": [
8
+ "dist",
9
+ "react-native.config.js",
10
+ "android/src/main/java",
11
+ "android/build.gradle",
12
+ "android/settings.gradle",
13
+ "android/gradle.properties",
14
+ "android/gradle/wrapper/**",
15
+ "android/gradlew",
16
+ "android/gradlew.bat",
17
+ "android/consumer-rules.pro",
18
+ "ios/**",
19
+ "finos-ekyc-sdk.podspec",
20
+ "src/**"
21
+ ],
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git+https://github.com/finosvn/finos.ekyc.sdk.git"
25
+ },
26
+ "author": "FinOS",
27
+ "license": "MIT",
28
+ "bugs": {
29
+ "url": "https://github.com/finosvn/finos.ekyc.sdk/issues"
30
+ },
31
+ "homepage": "https://github.com/finosvn/finos.ekyc.sdk#readme",
32
+ "keywords": [
33
+ "react-native",
34
+ "ekyc",
35
+ "nfc",
36
+ "ocr",
37
+ "liveness",
38
+ "face-matching",
39
+ "vietnamese",
40
+ "cccd",
41
+ "identity-verification",
42
+ "finos-sdk",
43
+ "android",
44
+ "typescript"
45
+ ],
46
+ "scripts": {
47
+ "clear": "rm -rf node_modules dist package-lock.json && npm cache clean --force && (cd android && ./gradlew clean 2>/dev/null) || true",
48
+ "npm-install": "npm install",
49
+ "npm-install-legacy": "npm install --legacy-peer-deps",
50
+ "build": "tsc && mkdir -p dist && cp package.json dist/",
51
+ "publish-sdk-local": "npm run build && npm pack",
52
+ "publish-sdk": "npm run build && npm publish --access public",
53
+ "publish-sdk-version": "npm run build && npm version patch --force && npm publish --access public"
54
+ },
55
+ "peerDependencies": {
56
+ "react": ">=18.0.0",
57
+ "react-native": ">=0.70.0"
58
+ },
59
+ "dependencies": {
60
+ "reflect-metadata": "^0.2.1",
61
+ "tsyringe": "^4.10.0"
62
+ },
63
+ "devDependencies": {
64
+ "@babel/core": "^7.25.2",
65
+ "@babel/preset-env": "^7.25.3",
66
+ "@babel/runtime": "^7.25.0",
67
+ "@react-native-community/cli": "16.0.3",
68
+ "@react-native/babel-preset": "0.77.0",
69
+ "@react-native/eslint-config": "0.77.0",
70
+ "@react-native/metro-config": "0.77.0",
71
+ "@react-native/typescript-config": "0.77.0",
72
+ "@types/react": "18.2.6",
73
+ "@types/react-test-renderer": "18.0.0",
74
+ "babel-jest": "^29.6.3",
75
+ "eslint": "^8.19.0",
76
+ "jest": "^29.6.3",
77
+ "prettier": "2.8.8",
78
+ "react": "18.2.0",
79
+ "react-native": "0.73.0",
80
+ "react-test-renderer": "18.2.0",
81
+ "typescript": "^5.0.4"
82
+ },
83
+ "engines": {
84
+ "node": ">=18"
85
+ }
86
+ }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos_sdk/sdk-ekyc",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "React Native SDK for eKYC - Vietnamese CCCD NFC reading, OCR, Liveness detection, Face matching, and C06, eSign, SmsOTP residence verification",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos_sdk/sdk-ekyc",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "React Native SDK for eKYC - Vietnamese CCCD NFC reading, OCR, Liveness detection, Face matching, and C06, eSign, SmsOTP residence verification",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",