@regulaforensics/face-sdk 7.1.268-beta → 7.1.270-beta
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 +1 -1
- package/examples/capacitor/package.json +1 -1
- package/examples/cordova/package.json +1 -1
- package/examples/ionic/package.json +1 -1
- package/examples/react_native/app.config.ts +38 -0
- package/examples/react_native/package.json +1 -1
- package/package.json +1 -1
- package/plugin.xml +1 -1
- package/examples/react_native/app.json +0 -73
package/RNFaceSDK.podspec
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/face-sdk": "7.1.
|
|
9
|
+
"@regulaforensics/face-sdk": "7.1.270-beta",
|
|
10
10
|
"@regulaforensics/face-core-basic": "7.1.99-beta",
|
|
11
11
|
"@awesome-cordova-plugins/file": "6.6.0",
|
|
12
12
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/face-sdk": "7.1.
|
|
9
|
+
"@regulaforensics/face-sdk": "7.1.270-beta",
|
|
10
10
|
"@regulaforensics/face-core-basic": "7.1.99-beta",
|
|
11
11
|
"cordova-ios": "7.1.1",
|
|
12
12
|
"cordova-android": "13.0.0",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/face-sdk": "7.1.
|
|
9
|
+
"@regulaforensics/face-sdk": "7.1.270-beta",
|
|
10
10
|
"@regulaforensics/face-core-basic": "7.1.99-beta",
|
|
11
11
|
"@awesome-cordova-plugins/file": "6.16.0",
|
|
12
12
|
"@awesome-cordova-plugins/camera": "6.16.0",
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { ExpoConfig, ConfigContext } from 'expo/config'
|
|
2
|
+
|
|
3
|
+
export default ({ config }: ConfigContext): ExpoConfig => ({
|
|
4
|
+
...config,
|
|
5
|
+
slug: 'face-sdk',
|
|
6
|
+
name: 'FaceSDK',
|
|
7
|
+
orientation: 'portrait',
|
|
8
|
+
icon: './images/icon/icon.png',
|
|
9
|
+
ios: {
|
|
10
|
+
bundleIdentifier: 'com.regula.documentreader.qa',
|
|
11
|
+
infoPlist: {
|
|
12
|
+
NSCameraUsageDescription: 'To use camera',
|
|
13
|
+
NSPhotoLibraryUsageDescription: 'To use gallery'
|
|
14
|
+
},
|
|
15
|
+
appleTeamId: ''
|
|
16
|
+
},
|
|
17
|
+
android: {
|
|
18
|
+
package: 'com.regula.documentreader.api.androidtest',
|
|
19
|
+
adaptiveIcon: {
|
|
20
|
+
foregroundImage: './images/icon/adaptive-icon.png',
|
|
21
|
+
backgroundColor: '#ffffff'
|
|
22
|
+
},
|
|
23
|
+
edgeToEdgeEnabled: true
|
|
24
|
+
},
|
|
25
|
+
plugins: [
|
|
26
|
+
['expo-custom-assets', { assetsPaths: ['./assets'] }],
|
|
27
|
+
['expo-build-properties', {
|
|
28
|
+
android: {
|
|
29
|
+
extraMavenRepos: [
|
|
30
|
+
{ url: 'https://maven.regulaforensics.com/RegulaDocumentReader' },
|
|
31
|
+
{ url: 'https://maven.regulaforensics.com/RegulaDocumentReader/Beta' },
|
|
32
|
+
{ url: 'https://maven.regulaforensics.com/RegulaDocumentReader/Nightly' },
|
|
33
|
+
{ url: 'https://maven.regulaforensics.com/RegulaDocumentReader/Stage' }
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
}]
|
|
37
|
+
]
|
|
38
|
+
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/face-sdk",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.270-beta",
|
|
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="7.1.
|
|
2
|
+
<plugin id="@regulaforensics/face-sdk" version="7.1.270-beta" 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>
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"expo": {
|
|
3
|
-
"name": "DocumentReader",
|
|
4
|
-
"orientation": "portrait",
|
|
5
|
-
"icon": "./images/icon/icon.png",
|
|
6
|
-
"ios": {
|
|
7
|
-
"bundleIdentifier": "regula.DocumentReader",
|
|
8
|
-
"infoPlist": {
|
|
9
|
-
"NSCameraUsageDescription": "To use camera",
|
|
10
|
-
"NSPhotoLibraryUsageDescription": "To use gallery",
|
|
11
|
-
"NFCReaderUsageDescription": "To use NFC",
|
|
12
|
-
"NSBluetoothAlwaysUsageDescription": "To use bluetooth",
|
|
13
|
-
"com.apple.developer.nfc.readersession.iso7816.select-identifiers": [
|
|
14
|
-
"A0000002471001",
|
|
15
|
-
"E80704007F00070302",
|
|
16
|
-
"A000000167455349474E",
|
|
17
|
-
"A0000002480100",
|
|
18
|
-
"A0000002480200",
|
|
19
|
-
"A0000002480300",
|
|
20
|
-
"A00000045645444C2D3031"
|
|
21
|
-
]
|
|
22
|
-
},
|
|
23
|
-
"entitlements": {
|
|
24
|
-
"com.apple.developer.nfc.readersession.formats": [
|
|
25
|
-
"TAG"
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
"appleTeamId": ""
|
|
29
|
-
},
|
|
30
|
-
"android": {
|
|
31
|
-
"package": "com.regula.dr.fullauthrfid",
|
|
32
|
-
"permissions": [
|
|
33
|
-
"android.permission.BLUETOOTH_CONNECT"
|
|
34
|
-
],
|
|
35
|
-
"adaptiveIcon": {
|
|
36
|
-
"foregroundImage": "./images/icon/adaptive-icon.png",
|
|
37
|
-
"backgroundColor": "#ffffff"
|
|
38
|
-
},
|
|
39
|
-
"edgeToEdgeEnabled": true
|
|
40
|
-
},
|
|
41
|
-
"plugins": [
|
|
42
|
-
[
|
|
43
|
-
"expo-custom-assets",
|
|
44
|
-
{
|
|
45
|
-
"assetsPaths": [
|
|
46
|
-
"./assets"
|
|
47
|
-
]
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
[
|
|
51
|
-
"expo-build-properties",
|
|
52
|
-
{
|
|
53
|
-
"android": {
|
|
54
|
-
"extraMavenRepos": [
|
|
55
|
-
{
|
|
56
|
-
"url": "https://maven.regulaforensics.com/RegulaDocumentReader"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"url": "https://maven.regulaforensics.com/RegulaDocumentReader/Beta"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"url": "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"url": "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
|
|
66
|
-
}
|
|
67
|
-
]
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
]
|
|
71
|
-
]
|
|
72
|
-
}
|
|
73
|
-
}
|