@regulaforensics/face-sdk 8.3.1105-nightly → 8.3.1111-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/face-sdk",
3
- "version": "8.3.1105-nightly",
3
+ "version": "8.3.1111-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",
@@ -12,6 +12,9 @@
12
12
  "android"
13
13
  ]
14
14
  },
15
+ "dependencies": {
16
+ "@expo/config-plugins": "^10.0.0"
17
+ },
15
18
  "keywords": [
16
19
  "react",
17
20
  "react-native",
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.3.1105-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/face-sdk" version="8.3.1111-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>
@@ -24,10 +24,10 @@
24
24
  <source-file src="ios/Utils.swift" />
25
25
  <podspec>
26
26
  <config>
27
- <source url="https://github.com/CocoaPods/Specs.git" />
27
+ <source url="https://github.com/regulaforensics/podspecs.git" />
28
28
  </config>
29
29
  <pods>
30
- <pod name="FaceSDKNightly" spec="8.3.4408" />
30
+ <pod name="FaceSDKNightly" spec="8.3.4503" />
31
31
  </pods>
32
32
  </podspec>
33
33
  </platform>
package/www/cordova.js CHANGED
@@ -4476,17 +4476,17 @@ class SearchPersonRequest {
4476
4476
  /******/ });
4477
4477
  /************************************************************************/
4478
4478
  /******/ // The module cache
4479
- /******/ var __webpack_module_cache__ = {};
4479
+ /******/ const __webpack_module_cache__ = {};
4480
4480
  /******/
4481
4481
  /******/ // The require function
4482
4482
  /******/ function __webpack_require__(moduleId) {
4483
4483
  /******/ // Check if module is in cache
4484
- /******/ var cachedModule = __webpack_module_cache__[moduleId];
4484
+ /******/ const cachedModule = __webpack_module_cache__[moduleId];
4485
4485
  /******/ if (cachedModule !== undefined) {
4486
4486
  /******/ return cachedModule.exports;
4487
4487
  /******/ }
4488
4488
  /******/ // Create a new module (and put it into the cache)
4489
- /******/ var module = __webpack_module_cache__[moduleId] = {
4489
+ /******/ const module = __webpack_module_cache__[moduleId] = {
4490
4490
  /******/ // no module.id needed
4491
4491
  /******/ // no module.loaded needed
4492
4492
  /******/ exports: {}
@@ -4495,7 +4495,7 @@ class SearchPersonRequest {
4495
4495
  /******/ // Execute the module function
4496
4496
  /******/ if (!(moduleId in __webpack_modules__)) {
4497
4497
  /******/ delete __webpack_module_cache__[moduleId];
4498
- /******/ var e = new Error("Cannot find module '" + moduleId + "'");
4498
+ /******/ const e = new Error("Cannot find module '" + moduleId + "'");
4499
4499
  /******/ e.code = 'MODULE_NOT_FOUND';
4500
4500
  /******/ throw e;
4501
4501
  /******/ }
@@ -4508,11 +4508,26 @@ class SearchPersonRequest {
4508
4508
  /************************************************************************/
4509
4509
  /******/ /* webpack/runtime/define property getters */
4510
4510
  /******/ (() => {
4511
- /******/ // define getter functions for harmony exports
4511
+ /******/ // define getter/value functions for harmony exports
4512
4512
  /******/ __webpack_require__.d = (exports, definition) => {
4513
- /******/ for(var key in definition) {
4514
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
4515
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
4513
+ /******/ if(Array.isArray(definition)) {
4514
+ /******/ var i = 0;
4515
+ /******/ while(i < definition.length) {
4516
+ /******/ var key = definition[i++];
4517
+ /******/ var binding = definition[i++];
4518
+ /******/ if(!__webpack_require__.o(exports, key)) {
4519
+ /******/ if(binding === 0) {
4520
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
4521
+ /******/ } else {
4522
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
4523
+ /******/ }
4524
+ /******/ } else if(binding === 0) { i++; }
4525
+ /******/ }
4526
+ /******/ } else {
4527
+ /******/ for(var key in definition) {
4528
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
4529
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
4530
+ /******/ }
4516
4531
  /******/ }
4517
4532
  /******/ }
4518
4533
  /******/ };
@@ -4527,7 +4542,7 @@ class SearchPersonRequest {
4527
4542
  /******/ (() => {
4528
4543
  /******/ // define __esModule on exports
4529
4544
  /******/ __webpack_require__.r = (exports) => {
4530
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
4545
+ /******/ if(Symbol.toStringTag) {
4531
4546
  /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4532
4547
  /******/ }
4533
4548
  /******/ Object.defineProperty(exports, '__esModule', { value: true });
@@ -4539,8 +4554,8 @@ class SearchPersonRequest {
4539
4554
  /******/ // startup
4540
4555
  /******/ // Load entry module and return exports
4541
4556
  /******/ // This entry module is referenced by other modules so it can't be inlined
4542
- /******/ var __webpack_exports__ = __webpack_require__("./src/index.js");
4543
- /******/ var __webpack_export_target__ = exports;
4557
+ /******/ let __webpack_exports__ = __webpack_require__("./src/index.js");
4558
+ /******/ const __webpack_export_target__ = exports;
4544
4559
  /******/ for(var __webpack_i__ in __webpack_exports__) __webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
4545
4560
  /******/ if(__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, "__esModule", { value: true });
4546
4561
  /******/