@regulaforensics/face-sdk 8.1.613-nightly → 8.1.619-nightly
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/RNFaceSDK.podspec +2 -2
- package/android/CVDFaceSDK.kt +3 -0
- package/android/build.gradle +1 -1
- package/android/cordova.gradle +1 -1
- package/android/src/main/java/com/regula/plugin/facesdk/Main.kt +4 -4
- package/android/src/main/java/com/regula/plugin/facesdk/RNFaceApiModule.kt +3 -0
- package/examples/capacitor/package.json +2 -2
- package/examples/ionic/package-lock.json +4729 -2204
- package/examples/ionic/package.json +11 -11
- package/examples/react_native/package-lock.json +3 -3
- package/examples/react_native/package.json +2 -2
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/package-lock.json +1 -1
|
@@ -6,21 +6,21 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@angular-devkit/build-angular": "^
|
|
10
|
-
"@angular/cli": "^
|
|
11
|
-
"@angular/common": "^
|
|
12
|
-
"@angular/compiler-cli": "^
|
|
13
|
-
"@angular/core": "^
|
|
14
|
-
"@angular/forms": "^
|
|
15
|
-
"@angular/platform-browser-dynamic": "^
|
|
16
|
-
"@angular/router": "^
|
|
9
|
+
"@angular-devkit/build-angular": "^21.0.1",
|
|
10
|
+
"@angular/cli": "^21.0.1",
|
|
11
|
+
"@angular/common": "^21.0.2",
|
|
12
|
+
"@angular/compiler-cli": "^21.0.2",
|
|
13
|
+
"@angular/core": "^21.0.2",
|
|
14
|
+
"@angular/forms": "^21.0.2",
|
|
15
|
+
"@angular/platform-browser-dynamic": "^21.0.2",
|
|
16
|
+
"@angular/router": "^21.0.2",
|
|
17
17
|
"@awesome-cordova-plugins/camera": "^8.1.0",
|
|
18
18
|
"@awesome-cordova-plugins/dialogs": "^8.1.0",
|
|
19
19
|
"@awesome-cordova-plugins/file": "^8.1.0",
|
|
20
|
-
"@ionic/angular": "^8.7.
|
|
20
|
+
"@ionic/angular": "^8.7.11",
|
|
21
21
|
"@ionic/cordova-builders": "^12.3.0",
|
|
22
|
-
"@regulaforensics/face-sdk": "8.1.
|
|
23
|
-
"@regulaforensics/face-core-basic": "8.1.
|
|
22
|
+
"@regulaforensics/face-sdk": "8.1.619-nightly",
|
|
23
|
+
"@regulaforensics/face-core-basic": "8.1.326-nightly",
|
|
24
24
|
"cordova-android": "^14.0.1",
|
|
25
25
|
"cordova-ios": "^7.1.1",
|
|
26
26
|
"cordova-plugin-camera": "^8.0.0",
|
|
@@ -6382,9 +6382,9 @@
|
|
|
6382
6382
|
"license": "MIT"
|
|
6383
6383
|
},
|
|
6384
6384
|
"node_modules/node-forge": {
|
|
6385
|
-
"version": "1.3.
|
|
6386
|
-
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.
|
|
6387
|
-
"integrity": "sha512-
|
|
6385
|
+
"version": "1.3.2",
|
|
6386
|
+
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.2.tgz",
|
|
6387
|
+
"integrity": "sha512-6xKiQ+cph9KImrRh0VsjH2d8/GXA4FIMlgU4B757iI1ApvcyA9VlouP0yZJha01V+huImO+kKMU7ih+2+E14fw==",
|
|
6388
6388
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
6389
6389
|
"engines": {
|
|
6390
6390
|
"node": ">= 6.13.0"
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"start": "expo start"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@regulaforensics/face-sdk": "8.1.
|
|
12
|
-
"@regulaforensics/face-core-basic": "8.1.
|
|
11
|
+
"@regulaforensics/face-sdk": "8.1.619-nightly",
|
|
12
|
+
"@regulaforensics/face-core-basic": "8.1.326-nightly",
|
|
13
13
|
"react-native": "^0.81.4",
|
|
14
14
|
"react-native-fs": "^2.20.0",
|
|
15
15
|
"react-native-image-picker": "^8.2.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/face-sdk",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.619-nightly",
|
|
4
4
|
"description": "This is an npm module for Regula Face SDK. It allows you to easily compaire faces using your phone's camera.",
|
|
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/face-sdk" version="8.1.
|
|
2
|
+
<plugin id="@regulaforensics/face-sdk" version="8.1.619-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
|
3
3
|
<name>FaceSDK</name>
|
|
4
4
|
<description>Cordova plugin for Regula Face SDK</description>
|
|
5
5
|
<license>commercial</license>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<source url="https://github.com/CocoaPods/Specs.git" />
|
|
30
30
|
</config>
|
|
31
31
|
<pods>
|
|
32
|
-
<pod name="FaceSDKNightly" spec="8.1.
|
|
32
|
+
<pod name="FaceSDKNightly" spec="8.1.3411" />
|
|
33
33
|
</pods>
|
|
34
34
|
</podspec>
|
|
35
35
|
</platform>
|