@regulaforensics/idv 9.5.108-nightly → 9.5.109-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/RNIDV.podspec +2 -2
- package/android/build.gradle +1 -1
- package/android/cordova.gradle +1 -1
- package/examples/capacitor/package.json +5 -5
- package/examples/ionic/package.json +5 -5
- package/examples/react_native/package.json +5 -5
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/www/cordova.js +26 -11
package/RNIDV.podspec
CHANGED
|
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
|
|
|
5
5
|
|
|
6
6
|
Pod::Spec.new do |s|
|
|
7
7
|
s.name = 'RNIDV'
|
|
8
|
-
s.version = '9.5.
|
|
8
|
+
s.version = '9.5.109-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 = '14.0'
|
|
17
17
|
s.source_files = [ 'ios/**/*.swift', 'ios/**/RN*.m' ]
|
|
18
18
|
s.exclude_files = [ 'ios/CDVIDV.swift' ]
|
|
19
|
-
s.dependency 'IDVSDKNightly', '3.6.
|
|
19
|
+
s.dependency 'IDVSDKNightly', '3.6.1930'
|
|
20
20
|
s.dependency 'React'
|
|
21
21
|
end
|
package/android/build.gradle
CHANGED
package/android/cordova.gradle
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/idv": "9.5.
|
|
10
|
-
"@regulaforensics/idv-module-document-reader": "9.5.
|
|
11
|
-
"@regulaforensics/idv-module-face": "9.5.
|
|
12
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.
|
|
13
|
-
"@regulaforensics/face-core-basic": "8.3.
|
|
9
|
+
"@regulaforensics/idv": "9.5.109-nightly",
|
|
10
|
+
"@regulaforensics/idv-module-document-reader": "9.5.94-nightly",
|
|
11
|
+
"@regulaforensics/idv-module-face": "9.5.95-nightly",
|
|
12
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2440-nightly",
|
|
13
|
+
"@regulaforensics/face-core-basic": "8.3.609-nightly",
|
|
14
14
|
"@capacitor/cli": "^8.0.0",
|
|
15
15
|
"@capacitor/core": "^8.0.0",
|
|
16
16
|
"@capacitor/app": "^8.0.0",
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"postinstall": "patch-package"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@regulaforensics/idv": "9.5.
|
|
11
|
-
"@regulaforensics/idv-module-document-reader": "9.5.
|
|
12
|
-
"@regulaforensics/idv-module-face": "9.5.
|
|
13
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.
|
|
14
|
-
"@regulaforensics/face-core-basic": "8.3.
|
|
10
|
+
"@regulaforensics/idv": "9.5.109-nightly",
|
|
11
|
+
"@regulaforensics/idv-module-document-reader": "9.5.94-nightly",
|
|
12
|
+
"@regulaforensics/idv-module-face": "9.5.95-nightly",
|
|
13
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2440-nightly",
|
|
14
|
+
"@regulaforensics/face-core-basic": "8.3.609-nightly",
|
|
15
15
|
"@angular-devkit/build-angular": "^21.1.4",
|
|
16
16
|
"@angular/cli": "^21.1.4",
|
|
17
17
|
"@angular/common": "^21.1.5",
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"start": "expo start"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@regulaforensics/idv": "9.5.
|
|
12
|
-
"@regulaforensics/idv-module-document-reader": "9.5.
|
|
13
|
-
"@regulaforensics/idv-module-face": "9.5.
|
|
14
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.
|
|
15
|
-
"@regulaforensics/face-core-basic": "8.3.
|
|
11
|
+
"@regulaforensics/idv": "9.5.109-nightly",
|
|
12
|
+
"@regulaforensics/idv-module-document-reader": "9.5.94-nightly",
|
|
13
|
+
"@regulaforensics/idv-module-face": "9.5.95-nightly",
|
|
14
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "9.6.2440-nightly",
|
|
15
|
+
"@regulaforensics/face-core-basic": "8.3.609-nightly",
|
|
16
16
|
"expo": "^56.0.8",
|
|
17
17
|
"expo-dev-client": "^56.0.18",
|
|
18
18
|
"expo-build-properties": "^56.0.16",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/idv",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.109-nightly",
|
|
4
4
|
"description": "This is an npm module for Regula IDV, which unifies access to all Regula products. This plugin makes possible to use it with react-native, cordova and capacitor applications. Supports Android and iOS.",
|
|
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/idv" version="9.5.
|
|
2
|
+
<plugin id="@regulaforensics/idv" version="9.5.109-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
|
3
3
|
<name>IDV</name>
|
|
4
4
|
<description>Cordova plugin for Regula IDV</description>
|
|
5
5
|
<license>commercial</license>
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
<source url="https://github.com/CocoaPods/Specs.git" />
|
|
27
27
|
</config>
|
|
28
28
|
<pods>
|
|
29
|
-
<pod name="IDVSDKNightly" spec="3.6.
|
|
29
|
+
<pod name="IDVSDKNightly" spec="3.6.1930" />
|
|
30
30
|
</pods>
|
|
31
31
|
</podspec>
|
|
32
32
|
</platform>
|
package/www/cordova.js
CHANGED
|
@@ -491,17 +491,17 @@ class WorkflowStep {
|
|
|
491
491
|
/******/ });
|
|
492
492
|
/************************************************************************/
|
|
493
493
|
/******/ // The module cache
|
|
494
|
-
/******/
|
|
494
|
+
/******/ const __webpack_module_cache__ = {};
|
|
495
495
|
/******/
|
|
496
496
|
/******/ // The require function
|
|
497
497
|
/******/ function __webpack_require__(moduleId) {
|
|
498
498
|
/******/ // Check if module is in cache
|
|
499
|
-
/******/
|
|
499
|
+
/******/ const cachedModule = __webpack_module_cache__[moduleId];
|
|
500
500
|
/******/ if (cachedModule !== undefined) {
|
|
501
501
|
/******/ return cachedModule.exports;
|
|
502
502
|
/******/ }
|
|
503
503
|
/******/ // Create a new module (and put it into the cache)
|
|
504
|
-
/******/
|
|
504
|
+
/******/ const module = __webpack_module_cache__[moduleId] = {
|
|
505
505
|
/******/ // no module.id needed
|
|
506
506
|
/******/ // no module.loaded needed
|
|
507
507
|
/******/ exports: {}
|
|
@@ -510,7 +510,7 @@ class WorkflowStep {
|
|
|
510
510
|
/******/ // Execute the module function
|
|
511
511
|
/******/ if (!(moduleId in __webpack_modules__)) {
|
|
512
512
|
/******/ delete __webpack_module_cache__[moduleId];
|
|
513
|
-
/******/
|
|
513
|
+
/******/ const e = new Error("Cannot find module '" + moduleId + "'");
|
|
514
514
|
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
515
515
|
/******/ throw e;
|
|
516
516
|
/******/ }
|
|
@@ -523,11 +523,26 @@ class WorkflowStep {
|
|
|
523
523
|
/************************************************************************/
|
|
524
524
|
/******/ /* webpack/runtime/define property getters */
|
|
525
525
|
/******/ (() => {
|
|
526
|
-
/******/ // define getter functions for harmony exports
|
|
526
|
+
/******/ // define getter/value functions for harmony exports
|
|
527
527
|
/******/ __webpack_require__.d = (exports, definition) => {
|
|
528
|
-
/******/
|
|
529
|
-
/******/
|
|
530
|
-
/******/
|
|
528
|
+
/******/ if(Array.isArray(definition)) {
|
|
529
|
+
/******/ var i = 0;
|
|
530
|
+
/******/ while(i < definition.length) {
|
|
531
|
+
/******/ var key = definition[i++];
|
|
532
|
+
/******/ var binding = definition[i++];
|
|
533
|
+
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
534
|
+
/******/ if(binding === 0) {
|
|
535
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
536
|
+
/******/ } else {
|
|
537
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
538
|
+
/******/ }
|
|
539
|
+
/******/ } else if(binding === 0) { i++; }
|
|
540
|
+
/******/ }
|
|
541
|
+
/******/ } else {
|
|
542
|
+
/******/ for(var key in definition) {
|
|
543
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
544
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
545
|
+
/******/ }
|
|
531
546
|
/******/ }
|
|
532
547
|
/******/ }
|
|
533
548
|
/******/ };
|
|
@@ -542,7 +557,7 @@ class WorkflowStep {
|
|
|
542
557
|
/******/ (() => {
|
|
543
558
|
/******/ // define __esModule on exports
|
|
544
559
|
/******/ __webpack_require__.r = (exports) => {
|
|
545
|
-
/******/ if(
|
|
560
|
+
/******/ if(Symbol.toStringTag) {
|
|
546
561
|
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
547
562
|
/******/ }
|
|
548
563
|
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
@@ -550,7 +565,7 @@ class WorkflowStep {
|
|
|
550
565
|
/******/ })();
|
|
551
566
|
/******/
|
|
552
567
|
/************************************************************************/
|
|
553
|
-
|
|
568
|
+
let __webpack_exports__ = {};
|
|
554
569
|
// This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
|
|
555
570
|
(() => {
|
|
556
571
|
/*!**********************!*\
|
|
@@ -703,7 +718,7 @@ function completionFromResponse(response, transform) {
|
|
|
703
718
|
|
|
704
719
|
})();
|
|
705
720
|
|
|
706
|
-
|
|
721
|
+
const __webpack_export_target__ = exports;
|
|
707
722
|
for(var __webpack_i__ in __webpack_exports__) __webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
708
723
|
if(__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, "__esModule", { value: true });
|
|
709
724
|
/******/ })()
|