@regulaforensics/face-sdk 7.1.252-beta → 7.1.257-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 CHANGED
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
5
5
 
6
6
  Pod::Spec.new do |s|
7
7
  s.name = 'RNFaceSDK'
8
- s.version = '7.1.252-beta'
8
+ s.version = '7.1.257-beta'
9
9
  s.summary = package['description']
10
10
  s.license = package['license']
11
11
 
@@ -41,7 +41,7 @@ dependencies {
41
41
  //noinspection GradleDynamicVersion
42
42
  implementation 'com.facebook.react:react-native:+'
43
43
  //noinspection GradleDependency
44
- implementation('com.regula.face:api:6.4.3709'){
44
+ implementation('com.regula.face:api:7.1.3715'){
45
45
  transitive = true
46
46
  }
47
47
  }
@@ -12,7 +12,7 @@ repositories {
12
12
 
13
13
  dependencies {
14
14
  //noinspection GradleDependency
15
- implementation('com.regula.face:api:6.4.3709'){
15
+ implementation('com.regula.face:api:7.1.3715'){
16
16
  transitive = true
17
17
  }
18
18
  }
@@ -6,7 +6,7 @@
6
6
  "android": "scripts/android.sh"
7
7
  },
8
8
  "dependencies": {
9
- "@regulaforensics/face-sdk": "7.1.252-beta",
9
+ "@regulaforensics/face-sdk": "7.1.257-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",
@@ -32,14 +32,20 @@ body {
32
32
  padding-top: 80px;
33
33
  margin-top: -10px;
34
34
  background-color: rgba(0, 0, 0, 0.03);
35
- }
36
-
37
- .title {
38
35
  font-weight: 600;
39
36
  font-size: 18px;
40
37
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
41
38
  }
42
39
 
40
+ .sub-header {
41
+ background-color: rgba(0, 0, 0, 0.03);
42
+ width: 100%;
43
+ padding-top: 13px;
44
+ text-align: center;
45
+ font-weight: 550;
46
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
47
+ }
48
+
43
49
  .divider {
44
50
  height: 1px;
45
51
  background-color: rgba(0, 0, 0, 0.075);
@@ -1,22 +1,25 @@
1
1
  <div class="page">
2
2
  <div class="column header">
3
- <span id="status" class="title">Loading...</span>
3
+ <span id="status">Loading...</span>
4
4
  <div class="column divider"></div>
5
5
  </div>
6
- <div id="main" class="column no-scroll">
7
- <div class="column">
8
- <img id="first-image" src="images/portrait.png" width="150px" style="padding: 10px">
9
- <img id="second-image" src="images/portrait.png" width="150px" style="padding: 10px">
6
+ <div class="column sub-header">
7
+ <div class="row" style="width: 100%">
8
+ <div style="width: 185px">Similarity: <span id="similarity-status">null</span></div>
9
+ <div style="width: 185px">Liveness: <span id="liveness-status">null</span></div>
10
10
  </div>
11
- <div class="column" style="padding: 10px">
11
+ <div class="column divider"></div>
12
+ </div>
13
+ <div class="column no-scroll">
14
+ <div class="row" style="height: 100%">
15
+ <img id="first-image" src="images/portrait.png" width="175px" style="padding: 5px">
16
+ <img id="second-image" src="images/portrait.png" width="175px" style="padding: 5px">
17
+ </div>
18
+ <div class="row">
12
19
  <button id="match-faces" class="button">Match</button>
13
20
  <button id="start-liveness" class="button">Liveness</button>
14
- <button id="clear-results" class="button">Clear</button>
15
- </div>
16
- <div>
17
- Similarity: <span style="margin-right: 15px" id="similarity-status">null</span> Liveness: <span
18
- id="liveness-status">null</span>
19
21
  </div>
20
- <div style="padding-top: 100px;"></div>
22
+ <button id="clear-results" class="button" style="width: 360px">Clear</button>
23
+ <div style="padding-top: 30px"></div>
21
24
  </div>
22
25
  </div>
@@ -6,22 +6,13 @@
6
6
  "": {
7
7
  "name": "face-sdk",
8
8
  "dependencies": {
9
- "@regulaforensics/face-sdk": "file:../api",
10
9
  "cordova-android": "13.0.0",
11
10
  "cordova-ios": "7.1.1",
12
11
  "cordova-plugin-camera": "8.0.0",
13
12
  "cordova-plugin-dialogs": "2.0.2",
14
13
  "cordova-plugin-file": "8.1.3"
15
- },
16
- "devDependencies": {
17
- "@regulaforensics/face-core-match": "^6.3.54-nightly"
18
14
  }
19
15
  },
20
- "../api": {
21
- "name": "@regulaforensics/face-sdk",
22
- "version": "7.1.234",
23
- "license": "commercial"
24
- },
25
16
  "node_modules/@netflix/nerror": {
26
17
  "version": "1.1.3",
27
18
  "resolved": "https://registry.npmjs.org/@netflix/nerror/-/nerror-1.1.3.tgz",
@@ -68,17 +59,6 @@
68
59
  "node": ">= 8"
69
60
  }
70
61
  },
71
- "node_modules/@regulaforensics/face-core-match": {
72
- "version": "6.3.54-nightly",
73
- "resolved": "https://registry.npmjs.org/@regulaforensics/face-core-match/-/face-core-match-6.3.54-nightly.tgz",
74
- "integrity": "sha512-jUyZkUK88AY1Py8ZmayEtLkMSOnVh2KAIRMOH3fzdIWrGBTvyEn+L4Oa6Kx3EHkPK58BRksbHxEhVzLO5OB2vw==",
75
- "dev": true,
76
- "license": "commercial"
77
- },
78
- "node_modules/@regulaforensics/face-sdk": {
79
- "resolved": "../api",
80
- "link": true
81
- },
82
62
  "node_modules/@xmldom/xmldom": {
83
63
  "version": "0.8.10",
84
64
  "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
@@ -6,7 +6,7 @@
6
6
  "android": "scripts/android.sh"
7
7
  },
8
8
  "dependencies": {
9
- "@regulaforensics/face-sdk": "7.1.252-beta",
9
+ "@regulaforensics/face-sdk": "7.1.257-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",
@@ -32,14 +32,20 @@ body {
32
32
  padding-top: 80px;
33
33
  margin-top: -10px;
34
34
  background-color: rgba(0, 0, 0, 0.03);
35
- }
36
-
37
- .title {
38
35
  font-weight: 600;
39
36
  font-size: 18px;
40
37
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
41
38
  }
42
39
 
40
+ .sub-header {
41
+ background-color: rgba(0, 0, 0, 0.03);
42
+ width: 100%;
43
+ padding-top: 13px;
44
+ text-align: center;
45
+ font-weight: 550;
46
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
47
+ }
48
+
43
49
  .divider {
44
50
  height: 1px;
45
51
  background-color: rgba(0, 0, 0, 0.075);
@@ -1,22 +1,25 @@
1
1
  <div class="page">
2
2
  <div class="column header">
3
- <span id="status" class="title">Loading...</span>
3
+ <span id="status">Loading...</span>
4
4
  <div class="column divider"></div>
5
5
  </div>
6
- <div id="main" class="column no-scroll">
7
- <div class="column">
8
- <img id="first-image" src="images/portrait.png" width="150px" style="padding: 10px">
9
- <img id="second-image" src="images/portrait.png" width="150px" style="padding: 10px">
6
+ <div class="column sub-header">
7
+ <div class="row" style="width: 100%">
8
+ <div style="width: 185px">Similarity: <span id="similarity-status">null</span></div>
9
+ <div style="width: 185px">Liveness: <span id="liveness-status">null</span></div>
10
10
  </div>
11
- <div class="column" style="padding: 10px">
11
+ <div class="column divider"></div>
12
+ </div>
13
+ <div class="column no-scroll">
14
+ <div class="row" style="height: 100%">
15
+ <img id="first-image" src="images/portrait.png" width="175px" style="padding: 5px">
16
+ <img id="second-image" src="images/portrait.png" width="175px" style="padding: 5px">
17
+ </div>
18
+ <div class="row">
12
19
  <button id="match-faces" class="button">Match</button>
13
20
  <button id="start-liveness" class="button">Liveness</button>
14
- <button id="clear-results" class="button">Clear</button>
15
- </div>
16
- <div>
17
- Similarity: <span style="margin-right: 15px" id="similarity-status">null</span> Liveness: <span
18
- id="liveness-status">null</span>
19
21
  </div>
20
- <div style="padding-top: 100px;"></div>
22
+ <button id="clear-results" class="button" style="width: 360px">Clear</button>
23
+ <div style="padding-top: 30px"></div>
21
24
  </div>
22
25
  </div>
@@ -6,7 +6,7 @@
6
6
  "android": "scripts/android.sh"
7
7
  },
8
8
  "dependencies": {
9
- "@regulaforensics/face-sdk": "7.1.252-beta",
9
+ "@regulaforensics/face-sdk": "7.1.257-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",
@@ -32,14 +32,20 @@ body {
32
32
  padding-top: 80px;
33
33
  margin-top: -10px;
34
34
  background-color: rgba(0, 0, 0, 0.03);
35
- }
36
-
37
- .title {
38
35
  font-weight: 600;
39
36
  font-size: 18px;
40
37
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
41
38
  }
42
39
 
40
+ .sub-header {
41
+ background-color: rgba(0, 0, 0, 0.03);
42
+ width: 100%;
43
+ padding-top: 13px;
44
+ text-align: center;
45
+ font-weight: 550;
46
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
47
+ }
48
+
43
49
  .divider {
44
50
  height: 1px;
45
51
  background-color: rgba(0, 0, 0, 0.075);
@@ -1,22 +1,25 @@
1
1
  <div class="page">
2
2
  <div class="column header">
3
- <span id="status" class="title">Loading...</span>
3
+ <span id="status">Loading...</span>
4
4
  <div class="column divider"></div>
5
5
  </div>
6
- <div id="main" class="column no-scroll">
7
- <div class="column">
8
- <img id="first-image" src="images/portrait.png" width="150px" style="padding: 10px">
9
- <img id="second-image" src="images/portrait.png" width="150px" style="padding: 10px">
6
+ <div class="column sub-header">
7
+ <div class="row" style="width: 100%">
8
+ <div style="width: 185px">Similarity: <span id="similarity-status">null</span></div>
9
+ <div style="width: 185px">Liveness: <span id="liveness-status">null</span></div>
10
10
  </div>
11
- <div class="column" style="padding: 10px">
11
+ <div class="column divider"></div>
12
+ </div>
13
+ <div class="column no-scroll">
14
+ <div class="row" style="height: 100%">
15
+ <img id="first-image" src="images/portrait.png" width="175px" style="padding: 5px">
16
+ <img id="second-image" src="images/portrait.png" width="175px" style="padding: 5px">
17
+ </div>
18
+ <div class="row">
12
19
  <button id="match-faces" class="button">Match</button>
13
20
  <button id="start-liveness" class="button">Liveness</button>
14
- <button id="clear-results" class="button">Clear</button>
15
- </div>
16
- <div>
17
- Similarity: <span style="margin-right: 15px" id="similarity-status">null</span> Liveness: <span
18
- id="liveness-status">null</span>
19
21
  </div>
20
- <div style="padding-top: 100px;"></div>
22
+ <button id="clear-results" class="button" style="width: 360px">Clear</button>
23
+ <div style="padding-top: 30px"></div>
21
24
  </div>
22
25
  </div>
@@ -8,7 +8,7 @@
8
8
  "start": "react-native start"
9
9
  },
10
10
  "dependencies": {
11
- "@regulaforensics/face-sdk": "7.1.252-beta",
11
+ "@regulaforensics/face-sdk": "7.1.257-beta",
12
12
  "@regulaforensics/face-core-basic": "7.1.99-beta",
13
13
  "react-native-fs": "2.20.0",
14
14
  "react-native-image-picker": "8.2.0",
@@ -32,14 +32,20 @@ body {
32
32
  padding-top: 80px;
33
33
  margin-top: -10px;
34
34
  background-color: rgba(0, 0, 0, 0.03);
35
- }
36
-
37
- .title {
38
35
  font-weight: 600;
39
36
  font-size: 18px;
40
37
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
41
38
  }
42
39
 
40
+ .sub-header {
41
+ background-color: rgba(0, 0, 0, 0.03);
42
+ width: 100%;
43
+ padding-top: 13px;
44
+ text-align: center;
45
+ font-weight: 550;
46
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
47
+ }
48
+
43
49
  .divider {
44
50
  height: 1px;
45
51
  background-color: rgba(0, 0, 0, 0.075);
@@ -1,22 +1,25 @@
1
1
  <div class="page">
2
2
  <div class="column header">
3
- <span id="status" class="title">Loading...</span>
3
+ <span id="status">Loading...</span>
4
4
  <div class="column divider"></div>
5
5
  </div>
6
- <div id="main" class="column no-scroll">
7
- <div class="column">
8
- <img id="first-image" src="images/portrait.png" width="150px" style="padding: 10px">
9
- <img id="second-image" src="images/portrait.png" width="150px" style="padding: 10px">
6
+ <div class="column sub-header">
7
+ <div class="row" style="width: 100%">
8
+ <div style="width: 185px">Similarity: <span id="similarity-status">null</span></div>
9
+ <div style="width: 185px">Liveness: <span id="liveness-status">null</span></div>
10
10
  </div>
11
- <div class="column" style="padding: 10px">
11
+ <div class="column divider"></div>
12
+ </div>
13
+ <div class="column no-scroll">
14
+ <div class="row" style="height: 100%">
15
+ <img id="first-image" src="images/portrait.png" width="175px" style="padding: 5px">
16
+ <img id="second-image" src="images/portrait.png" width="175px" style="padding: 5px">
17
+ </div>
18
+ <div class="row">
12
19
  <button id="match-faces" class="button">Match</button>
13
20
  <button id="start-liveness" class="button">Liveness</button>
14
- <button id="clear-results" class="button">Clear</button>
15
- </div>
16
- <div>
17
- Similarity: <span style="margin-right: 15px" id="similarity-status">null</span> Liveness: <span
18
- id="liveness-status">null</span>
19
21
  </div>
20
- <div style="padding-top: 100px;"></div>
22
+ <button id="clear-results" class="button" style="width: 360px">Clear</button>
23
+ <div style="padding-top: 30px"></div>
21
24
  </div>
22
25
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/face-sdk",
3
- "version": "7.1.252-beta",
3
+ "version": "7.1.257-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.252-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/face-sdk" version="7.1.257-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>