@regulaforensics/document-reader 9.6.869-rc → 9.6.871-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/RNDocumentReader.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/examples/capacitor/package.json +3 -3
- package/examples/ionic/package.json +3 -3
- package/examples/react_native/package.json +3 -3
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/package-lock.json +2 -5
- package/www/cordova.js +26 -11
package/RNDocumentReader.podspec
CHANGED
|
@@ -5,7 +5,7 @@ source = File.join(__dir__, 'ios')
|
|
|
5
5
|
|
|
6
6
|
Pod::Spec.new do |s|
|
|
7
7
|
s.name = 'RNDocumentReader'
|
|
8
|
-
s.version = '9.6.
|
|
8
|
+
s.version = '9.6.871-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/**/*.{h,m}'
|
|
18
18
|
s.exclude_files = [ 'ios/CVDDocumentReader.h', 'ios/CVDDocumentReader.m' ]
|
|
19
|
-
s.dependency '
|
|
19
|
+
s.dependency 'DocumentReaderNightly', '9.6.6573'
|
|
20
20
|
s.dependency 'React'
|
|
21
21
|
end
|
package/android/build.gradle
CHANGED
|
@@ -20,7 +20,7 @@ android {
|
|
|
20
20
|
rootProject.allprojects {
|
|
21
21
|
repositories {
|
|
22
22
|
maven {
|
|
23
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader/
|
|
23
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -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.documentreader:api:9.6.
|
|
32
|
+
implementation('com.regula.documentreader:api:9.6.13045'){
|
|
33
33
|
transitive = true
|
|
34
34
|
}
|
|
35
35
|
}
|
package/android/cordova.gradle
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
repositories {
|
|
2
2
|
maven {
|
|
3
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader/
|
|
3
|
+
url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
dependencies {
|
|
8
8
|
//noinspection GradleDependency
|
|
9
|
-
implementation('com.regula.documentreader:api:9.6.
|
|
9
|
+
implementation('com.regula.documentreader:api:9.6.13045'){
|
|
10
10
|
transitive = true
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/document-reader": "9.6.
|
|
10
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "9.
|
|
11
|
-
"@regulaforensics/document-reader-btdevice": "9.
|
|
9
|
+
"@regulaforensics/document-reader": "9.6.871-nightly",
|
|
10
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "9.5.2382",
|
|
11
|
+
"@regulaforensics/document-reader-btdevice": "9.4.46",
|
|
12
12
|
"@awesome-cordova-plugins/file": "^8.1.0",
|
|
13
13
|
"@awesome-cordova-plugins/camera": "^8.1.0",
|
|
14
14
|
"cordova-plugin-file": "^8.1.3",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"@ionic/cordova-builders": "^12.3.0",
|
|
19
19
|
"@awesome-cordova-plugins/camera": "^8.1.0",
|
|
20
20
|
"@awesome-cordova-plugins/file": "^8.1.0",
|
|
21
|
-
"@regulaforensics/document-reader": "9.6.
|
|
22
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "9.
|
|
23
|
-
"@regulaforensics/document-reader-btdevice": "9.
|
|
21
|
+
"@regulaforensics/document-reader": "9.6.871-nightly",
|
|
22
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "9.5.2382",
|
|
23
|
+
"@regulaforensics/document-reader-btdevice": "9.4.46",
|
|
24
24
|
"cordova-android": "^14.0.1",
|
|
25
25
|
"cordova-ios": "^7.1.1",
|
|
26
26
|
"cordova-plugin-camera": "^8.0.0",
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"start": "expo start"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@regulaforensics/document-reader": "9.6.
|
|
12
|
-
"@regulaforensics/document-reader-core-fullauthrfid": "9.
|
|
13
|
-
"@regulaforensics/document-reader-btdevice": "9.
|
|
11
|
+
"@regulaforensics/document-reader": "9.6.871-nightly",
|
|
12
|
+
"@regulaforensics/document-reader-core-fullauthrfid": "9.5.2382",
|
|
13
|
+
"@regulaforensics/document-reader-btdevice": "9.4.46",
|
|
14
14
|
"react-native": "^0.81.4",
|
|
15
15
|
"react-native-fs": "^2.20.0",
|
|
16
16
|
"react-native-image-picker": "^8.2.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/document-reader",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.871-nightly",
|
|
4
4
|
"description": "This is an npm module for Regula Document Reader SDK. It allows you to read various kinds of identification documents 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/document-reader" version="9.6.
|
|
2
|
+
<plugin id="@regulaforensics/document-reader" version="9.6.871-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
|
|
3
3
|
<name>DocumentReader</name>
|
|
4
4
|
<description>Cordova plugin for Regula Document Reader SDK</description>
|
|
5
5
|
<license>commercial</license>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<source url="https://github.com/regulaforensics/podspecs.git" />
|
|
30
30
|
</config>
|
|
31
31
|
<pods>
|
|
32
|
-
<pod name="
|
|
32
|
+
<pod name="DocumentReaderNightly" spec="9.6.6573" />
|
|
33
33
|
</pods>
|
|
34
34
|
</podspec>
|
|
35
35
|
</platform>
|
package/test/package-lock.json
CHANGED
|
@@ -13,12 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"..": {
|
|
15
15
|
"name": "@regulaforensics/document-reader",
|
|
16
|
-
"version": "
|
|
16
|
+
"version": "1.0.0",
|
|
17
17
|
"dev": true,
|
|
18
|
-
"license": "commercial"
|
|
19
|
-
"dependencies": {
|
|
20
|
-
"@expo/config-plugins": "^10.0.0"
|
|
21
|
-
}
|
|
18
|
+
"license": "commercial"
|
|
22
19
|
},
|
|
23
20
|
"node_modules/@esbuild/aix-ppc64": {
|
|
24
21
|
"version": "0.25.9",
|
package/www/cordova.js
CHANGED
|
@@ -12704,17 +12704,17 @@ class TccParams {
|
|
|
12704
12704
|
/******/ });
|
|
12705
12705
|
/************************************************************************/
|
|
12706
12706
|
/******/ // The module cache
|
|
12707
|
-
/******/
|
|
12707
|
+
/******/ const __webpack_module_cache__ = {};
|
|
12708
12708
|
/******/
|
|
12709
12709
|
/******/ // The require function
|
|
12710
12710
|
/******/ function __webpack_require__(moduleId) {
|
|
12711
12711
|
/******/ // Check if module is in cache
|
|
12712
|
-
/******/
|
|
12712
|
+
/******/ const cachedModule = __webpack_module_cache__[moduleId];
|
|
12713
12713
|
/******/ if (cachedModule !== undefined) {
|
|
12714
12714
|
/******/ return cachedModule.exports;
|
|
12715
12715
|
/******/ }
|
|
12716
12716
|
/******/ // Create a new module (and put it into the cache)
|
|
12717
|
-
/******/
|
|
12717
|
+
/******/ const module = __webpack_module_cache__[moduleId] = {
|
|
12718
12718
|
/******/ // no module.id needed
|
|
12719
12719
|
/******/ // no module.loaded needed
|
|
12720
12720
|
/******/ exports: {}
|
|
@@ -12723,7 +12723,7 @@ class TccParams {
|
|
|
12723
12723
|
/******/ // Execute the module function
|
|
12724
12724
|
/******/ if (!(moduleId in __webpack_modules__)) {
|
|
12725
12725
|
/******/ delete __webpack_module_cache__[moduleId];
|
|
12726
|
-
/******/
|
|
12726
|
+
/******/ const e = new Error("Cannot find module '" + moduleId + "'");
|
|
12727
12727
|
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
12728
12728
|
/******/ throw e;
|
|
12729
12729
|
/******/ }
|
|
@@ -12736,11 +12736,26 @@ class TccParams {
|
|
|
12736
12736
|
/************************************************************************/
|
|
12737
12737
|
/******/ /* webpack/runtime/define property getters */
|
|
12738
12738
|
/******/ (() => {
|
|
12739
|
-
/******/ // define getter functions for harmony exports
|
|
12739
|
+
/******/ // define getter/value functions for harmony exports
|
|
12740
12740
|
/******/ __webpack_require__.d = (exports, definition) => {
|
|
12741
|
-
/******/
|
|
12742
|
-
/******/
|
|
12743
|
-
/******/
|
|
12741
|
+
/******/ if(Array.isArray(definition)) {
|
|
12742
|
+
/******/ var i = 0;
|
|
12743
|
+
/******/ while(i < definition.length) {
|
|
12744
|
+
/******/ var key = definition[i++];
|
|
12745
|
+
/******/ var binding = definition[i++];
|
|
12746
|
+
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
12747
|
+
/******/ if(binding === 0) {
|
|
12748
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
12749
|
+
/******/ } else {
|
|
12750
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
12751
|
+
/******/ }
|
|
12752
|
+
/******/ } else if(binding === 0) { i++; }
|
|
12753
|
+
/******/ }
|
|
12754
|
+
/******/ } else {
|
|
12755
|
+
/******/ for(var key in definition) {
|
|
12756
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
12757
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
12758
|
+
/******/ }
|
|
12744
12759
|
/******/ }
|
|
12745
12760
|
/******/ }
|
|
12746
12761
|
/******/ };
|
|
@@ -12755,7 +12770,7 @@ class TccParams {
|
|
|
12755
12770
|
/******/ (() => {
|
|
12756
12771
|
/******/ // define __esModule on exports
|
|
12757
12772
|
/******/ __webpack_require__.r = (exports) => {
|
|
12758
|
-
/******/ if(
|
|
12773
|
+
/******/ if(Symbol.toStringTag) {
|
|
12759
12774
|
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
12760
12775
|
/******/ }
|
|
12761
12776
|
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
@@ -12767,8 +12782,8 @@ class TccParams {
|
|
|
12767
12782
|
/******/ // startup
|
|
12768
12783
|
/******/ // Load entry module and return exports
|
|
12769
12784
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
12770
|
-
/******/
|
|
12771
|
-
/******/
|
|
12785
|
+
/******/ let __webpack_exports__ = __webpack_require__("./src/index.js");
|
|
12786
|
+
/******/ const __webpack_export_target__ = exports;
|
|
12772
12787
|
/******/ for(var __webpack_i__ in __webpack_exports__) __webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
12773
12788
|
/******/ if(__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, "__esModule", { value: true });
|
|
12774
12789
|
/******/
|