@regulaforensics/idv 3.8.127-rc → 3.8.130
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/RNIDV.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/examples/capacitor/README.md +1 -1
- package/examples/capacitor/package.json +5 -5
- package/examples/capacitor/scripts/android.sh +3 -1
- package/examples/capacitor/scripts/ios.sh +3 -1
- package/examples/capacitor/scripts/setup.sh +2 -0
- package/examples/ionic/README.md +1 -1
- package/examples/ionic/config.xml +0 -3
- package/examples/ionic/package-lock.json +1592 -1761
- package/examples/ionic/package.json +21 -25
- package/examples/ionic/scripts/android.sh +4 -1
- package/examples/ionic/scripts/ios.sh +4 -1
- package/examples/ionic/scripts/setup.sh +2 -0
- package/examples/ionic/tsconfig.json +1 -1
- package/examples/react_native/README.md +1 -1
- package/examples/react_native/package.json +5 -5
- package/examples/react_native/scripts/android.sh +5 -5
- package/examples/react_native/scripts/ios.sh +5 -5
- package/examples/react_native/scripts/setup.sh +2 -0
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/package-lock.json +1 -1
|
@@ -7,39 +7,35 @@
|
|
|
7
7
|
"postinstall": "patch-package"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@regulaforensics/idv": "3.8.
|
|
11
|
-
"@regulaforensics/idv-module-document-reader": "
|
|
12
|
-
"@regulaforensics/idv-module-face": "
|
|
13
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "9.
|
|
14
|
-
"@regulaforensics/face-core-basic": "8.
|
|
15
|
-
"@angular-devkit/build-angular": "^
|
|
16
|
-
"@angular/cli": "^
|
|
17
|
-
"@angular/common": "^
|
|
18
|
-
"@angular/compiler-cli": "^
|
|
19
|
-
"@angular/core": "^
|
|
20
|
-
"@angular/forms": "^
|
|
21
|
-
"@angular/platform-browser-dynamic": "^
|
|
22
|
-
"@angular/router": "^
|
|
23
|
-
"@ionic/angular": "^8.8.
|
|
10
|
+
"@regulaforensics/idv": "3.8.130",
|
|
11
|
+
"@regulaforensics/idv-module-document-reader": "3.8.108",
|
|
12
|
+
"@regulaforensics/idv-module-face": "3.8.109",
|
|
13
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2444",
|
|
14
|
+
"@regulaforensics/face-core-basic": "8.2.521",
|
|
15
|
+
"@angular-devkit/build-angular": "^22.0.5",
|
|
16
|
+
"@angular/cli": "^22.0.5",
|
|
17
|
+
"@angular/common": "^22.0.5",
|
|
18
|
+
"@angular/compiler-cli": "^22.0.5",
|
|
19
|
+
"@angular/core": "^22.0.5",
|
|
20
|
+
"@angular/forms": "^22.0.5",
|
|
21
|
+
"@angular/platform-browser-dynamic": "^22.0.5",
|
|
22
|
+
"@angular/router": "^22.0.5",
|
|
23
|
+
"@ionic/angular": "^8.8.13",
|
|
24
24
|
"@ionic/cordova-builders": "^12.3.0",
|
|
25
|
-
"cordova-android": "^
|
|
26
|
-
"cordova-ios": "^8.
|
|
25
|
+
"cordova-android": "^15.0.0",
|
|
26
|
+
"cordova-ios": "^8.1.1",
|
|
27
27
|
"cordova-plugin-ionic-webview": "^5.0.1",
|
|
28
28
|
"patch-package": "^8.0.1"
|
|
29
29
|
},
|
|
30
30
|
"overrides": {
|
|
31
|
-
"ajv": "^8.18.0",
|
|
32
|
-
"serialize-javascript": "^7.0.4",
|
|
33
|
-
"undici": "^7.24.0",
|
|
34
|
-
"picomatch": "^4.0.4",
|
|
35
|
-
"postcss": "^8.5.10",
|
|
36
|
-
"uuid": "^14.0.0",
|
|
37
|
-
"vite": "^7.3.2",
|
|
38
|
-
"webpack-dev-server": "^5.2.4",
|
|
39
31
|
"@babel/core": "^7.29.0",
|
|
32
|
+
"ajv": "^8.18.0",
|
|
40
33
|
"esbuild": "^0.28.1",
|
|
41
34
|
"http-proxy-middleware": "^3.0.7",
|
|
42
|
-
"
|
|
35
|
+
"picomatch": "^4.0.4",
|
|
36
|
+
"serialize-javascript": "^7.0.4",
|
|
37
|
+
"uuid": "^14.0.0",
|
|
38
|
+
"webpack-dev-server": "^5.2.4"
|
|
43
39
|
},
|
|
44
40
|
"cordova": {
|
|
45
41
|
"plugins": {
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
+
set -e
|
|
2
3
|
|
|
3
|
-
if [[
|
|
4
|
+
if [[ " $* " == *" --open "* ]] || [[ " $* " == *" -o "* ]]; then
|
|
4
5
|
ionic cordova build android
|
|
5
6
|
open -a 'Android Studio' platforms/android
|
|
6
7
|
else
|
|
7
8
|
ionic cordova run android
|
|
8
9
|
fi
|
|
10
|
+
|
|
11
|
+
exit 0
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
+
set -e
|
|
2
3
|
|
|
3
|
-
if [[
|
|
4
|
+
if [[ " $* " == *" --open "* ]] || [[ " $* " == *" -o "* ]]; then
|
|
4
5
|
ionic cordova prepare ios
|
|
5
6
|
open platforms/ios/App.xcworkspace
|
|
6
7
|
else
|
|
7
8
|
ionic cordova run ios
|
|
8
9
|
fi
|
|
10
|
+
|
|
11
|
+
exit 0
|
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
7. After initialization choose **General KYC - AP** from workflows list and click **Start Workflow** button.
|
|
13
13
|
8. Complete workflow and get your session id.
|
|
14
14
|
|
|
15
|
-
**Note**: `npm run ios`/`npm run android` is just one way of running the app. You can also pass
|
|
15
|
+
**Note**: `npm run ios`/`npm run android` is just one way of running the app. You can also pass `-- -o` or `-- --open` argument to the command, and this will open Xcode/Android Studio, then run the app directly from the IDE. Overall, this is a more consistent way, so if you're having troubles running the app from terminal, try running it from the IDE. Just don't forget to make sure that Metro Bundler is running(`npm start`).
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"start": "expo start"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@regulaforensics/idv": "3.8.
|
|
12
|
-
"@regulaforensics/idv-module-document-reader": "
|
|
13
|
-
"@regulaforensics/idv-module-face": "
|
|
14
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "9.
|
|
15
|
-
"@regulaforensics/face-core-basic": "8.
|
|
11
|
+
"@regulaforensics/idv": "3.8.130",
|
|
12
|
+
"@regulaforensics/idv-module-document-reader": "3.8.108",
|
|
13
|
+
"@regulaforensics/idv-module-face": "3.8.109",
|
|
14
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2444",
|
|
15
|
+
"@regulaforensics/face-core-basic": "8.2.521",
|
|
16
16
|
"expo": "^56.0.8",
|
|
17
17
|
"expo-dev-client": "^56.0.18",
|
|
18
18
|
"expo-build-properties": "^56.0.16",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
+
set -e
|
|
2
3
|
|
|
3
4
|
adb reverse tcp:8081 tcp:8081 >/dev/null || :
|
|
4
|
-
if [[
|
|
5
|
+
if [[ " $* " == *" --open "* ]] || [[ " $* " == *" -o "* ]]; then
|
|
5
6
|
open -a 'Android Studio' android
|
|
6
7
|
# check if metro is already running
|
|
7
|
-
|
|
8
|
-
watchman shutdown-server # fix potential errors
|
|
9
|
-
npm start
|
|
10
|
-
fi
|
|
8
|
+
[[ -z $(pgrep -f 'expo start') ]] && npm start
|
|
11
9
|
else
|
|
12
10
|
expo run:android --device
|
|
13
11
|
fi
|
|
12
|
+
|
|
13
|
+
exit 0
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
+
set -e
|
|
2
3
|
|
|
3
|
-
if [[
|
|
4
|
+
if [[ " $* " == *" --open "* ]] || [[ " $* " == *" -o "* ]]; then
|
|
4
5
|
open ios/IDV.xcworkspace
|
|
5
6
|
# check if metro is already running
|
|
6
|
-
|
|
7
|
-
watchman shutdown-server # fix potential errors
|
|
8
|
-
npm start
|
|
9
|
-
fi
|
|
7
|
+
[[ -z $(pgrep -f 'expo start') ]] && npm start
|
|
10
8
|
else
|
|
11
9
|
npx expo run:ios --device
|
|
12
10
|
fi
|
|
11
|
+
|
|
12
|
+
exit 0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/idv",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.130",
|
|
4
4
|
"description": "This is an npm module for Regula IDV, which unifies access to all Regula products. This plugin makes possible to use it with react-native, cordova and capacitor applications. Supports Android and iOS.",
|
|
5
5
|
"main": "www/react-native/index.js",
|
|
6
6
|
"module": "www/capacitor/index.js",
|
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<plugin id="@regulaforensics/idv" version="3.8.
|
|
2
|
+
<plugin id="@regulaforensics/idv" version="3.8.130" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
|
3
3
|
<name>IDV</name>
|
|
4
4
|
<description>Cordova plugin for Regula IDV</description>
|
|
5
5
|
<license>commercial</license>
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
<source url="https://github.com/regulaforensics/podspecs.git" />
|
|
27
27
|
</config>
|
|
28
28
|
<pods>
|
|
29
|
-
<pod name="
|
|
29
|
+
<pod name="IDVSDK" spec="3.8.1948" />
|
|
30
30
|
</pods>
|
|
31
31
|
</podspec>
|
|
32
32
|
</platform>
|