@regulaforensics/face-sdk 8.2.815-nightly → 8.2.818-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 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 = '8.2.815-nightly'
8
+ s.version = '8.2.818-nightly'
9
9
  s.summary = package['description']
10
10
  s.license = package['license']
11
11
 
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
16
16
  s.ios.deployment_target = '13.0'
17
17
  s.source_files = [ 'ios/**/*.swift', 'ios/**/RN*.m' ]
18
18
  s.exclude_files = [ 'ios/CDVFaceSDK.swift' ]
19
- s.dependency 'FaceSDKNightly', '8.2.3749'
19
+ s.dependency 'FaceSDKNightly', '8.2.3756'
20
20
  s.dependency 'React'
21
21
  end
@@ -29,7 +29,7 @@ dependencies {
29
29
  //noinspection GradleDynamicVersion
30
30
  implementation 'com.facebook.react:react-native:+'
31
31
  //noinspection GradleDependency
32
- implementation('com.regula.face:api:8.2.4465'){
32
+ implementation('com.regula.face:api:8.2.4473'){
33
33
  transitive = true
34
34
  }
35
35
  }
@@ -12,7 +12,7 @@ repositories {
12
12
 
13
13
  dependencies {
14
14
  //noinspection GradleDependency
15
- implementation('com.regula.face:api:8.2.4465'){
15
+ implementation('com.regula.face:api:8.2.4473'){
16
16
  transitive = true
17
17
  }
18
18
  }
@@ -6,8 +6,8 @@
6
6
  "android": "scripts/android.sh"
7
7
  },
8
8
  "dependencies": {
9
- "@regulaforensics/face-sdk": "8.2.815-nightly",
10
- "@regulaforensics/face-core-basic": "8.2.430-nightly",
9
+ "@regulaforensics/face-sdk": "8.2.818-nightly",
10
+ "@regulaforensics/face-core-basic": "8.2.431-nightly",
11
11
  "@awesome-cordova-plugins/file": "^8.1.0",
12
12
  "@awesome-cordova-plugins/camera": "^8.1.0",
13
13
  "cordova-plugin-file": "^8.1.3",
@@ -20,8 +20,8 @@
20
20
  "@awesome-cordova-plugins/camera": "^8.1.0",
21
21
  "@awesome-cordova-plugins/dialogs": "^8.1.0",
22
22
  "@awesome-cordova-plugins/file": "^8.1.0",
23
- "@regulaforensics/face-sdk": "8.2.815-nightly",
24
- "@regulaforensics/face-core-basic": "8.2.430-nightly",
23
+ "@regulaforensics/face-sdk": "8.2.818-nightly",
24
+ "@regulaforensics/face-core-basic": "8.2.431-nightly",
25
25
  "cordova-android": "^14.0.1",
26
26
  "cordova-ios": "^8.0.0",
27
27
  "cordova-plugin-camera": "^8.0.0",
@@ -8,8 +8,8 @@
8
8
  "start": "expo start"
9
9
  },
10
10
  "dependencies": {
11
- "@regulaforensics/face-sdk": "8.2.815-nightly",
12
- "@regulaforensics/face-core-basic": "8.2.430-nightly",
11
+ "@regulaforensics/face-sdk": "8.2.818-nightly",
12
+ "@regulaforensics/face-core-basic": "8.2.431-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.2.815-nightly",
3
+ "version": "8.2.818-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.2.815-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/face-sdk" version="8.2.818-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>
@@ -27,7 +27,7 @@
27
27
  <source url="https://github.com/CocoaPods/Specs.git" />
28
28
  </config>
29
29
  <pods>
30
- <pod name="FaceSDKNightly" spec="8.2.3749" />
30
+ <pod name="FaceSDKNightly" spec="8.2.3756" />
31
31
  </pods>
32
32
  </podspec>
33
33
  </platform>
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "..": {
15
15
  "name": "@regulaforensics/face-sdk",
16
- "version": "8.2.815-nightly",
16
+ "version": "8.2.818-nightly",
17
17
  "dev": true,
18
18
  "license": "commercial"
19
19
  },
package/www/cordova.js CHANGED
@@ -4469,12 +4469,6 @@ class SearchPersonRequest {
4469
4469
  /******/ if (cachedModule !== undefined) {
4470
4470
  /******/ return cachedModule.exports;
4471
4471
  /******/ }
4472
- /******/ // Check if module exists (development only)
4473
- /******/ if (__webpack_modules__[moduleId] === undefined) {
4474
- /******/ var e = new Error("Cannot find module '" + moduleId + "'");
4475
- /******/ e.code = 'MODULE_NOT_FOUND';
4476
- /******/ throw e;
4477
- /******/ }
4478
4472
  /******/ // Create a new module (and put it into the cache)
4479
4473
  /******/ var module = __webpack_module_cache__[moduleId] = {
4480
4474
  /******/ // no module.id needed
@@ -4483,6 +4477,12 @@ class SearchPersonRequest {
4483
4477
  /******/ };
4484
4478
  /******/
4485
4479
  /******/ // Execute the module function
4480
+ /******/ if (!(moduleId in __webpack_modules__)) {
4481
+ /******/ delete __webpack_module_cache__[moduleId];
4482
+ /******/ var e = new Error("Cannot find module '" + moduleId + "'");
4483
+ /******/ e.code = 'MODULE_NOT_FOUND';
4484
+ /******/ throw e;
4485
+ /******/ }
4486
4486
  /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
4487
4487
  /******/
4488
4488
  /******/ // Return the exports of the module