@regulaforensics/document-reader 9.2.529-nightly → 9.2.534-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 +1 -1
- package/examples/ionic/package-lock.json +1689 -1577
- package/examples/ionic/package.json +10 -10
- package/examples/react_native/package-lock.json +6 -6
- package/examples/react_native/package.json +1 -1
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/package-lock.json +1 -1
- package/www/capacitor/engagement/DataRetrieval.js +1 -1
- package/www/cordova.js +1 -1
- package/www/react-native/engagement/DataRetrieval.js +1 -1
|
@@ -6,19 +6,19 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@angular-devkit/build-angular": "^21.0
|
|
10
|
-
"@angular/cli": "^21.0
|
|
11
|
-
"@angular/common": "^21.0
|
|
12
|
-
"@angular/compiler-cli": "^21.0
|
|
13
|
-
"@angular/core": "^21.0
|
|
14
|
-
"@angular/forms": "^21.0
|
|
15
|
-
"@angular/platform-browser-dynamic": "^21.0
|
|
16
|
-
"@angular/router": "^21.0
|
|
17
|
-
"@ionic/angular": "^8.7.
|
|
9
|
+
"@angular-devkit/build-angular": "^21.1.0",
|
|
10
|
+
"@angular/cli": "^21.1.0",
|
|
11
|
+
"@angular/common": "^21.1.0",
|
|
12
|
+
"@angular/compiler-cli": "^21.1.0",
|
|
13
|
+
"@angular/core": "^21.1.0",
|
|
14
|
+
"@angular/forms": "^21.1.0",
|
|
15
|
+
"@angular/platform-browser-dynamic": "^21.1.0",
|
|
16
|
+
"@angular/router": "^21.1.0",
|
|
17
|
+
"@ionic/angular": "^8.7.17",
|
|
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.2.
|
|
21
|
+
"@regulaforensics/document-reader": "9.2.534-nightly",
|
|
22
22
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.1.1281",
|
|
23
23
|
"@regulaforensics/document-reader-btdevice": "9.1.35",
|
|
24
24
|
"cordova-android": "^14.0.1",
|
|
@@ -8116,9 +8116,9 @@
|
|
|
8116
8116
|
}
|
|
8117
8117
|
},
|
|
8118
8118
|
"node_modules/tar": {
|
|
8119
|
-
"version": "7.5.
|
|
8120
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
8121
|
-
"integrity": "sha512-
|
|
8119
|
+
"version": "7.5.6",
|
|
8120
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz",
|
|
8121
|
+
"integrity": "sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==",
|
|
8122
8122
|
"license": "BlueOak-1.0.0",
|
|
8123
8123
|
"dependencies": {
|
|
8124
8124
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -8317,9 +8317,9 @@
|
|
|
8317
8317
|
}
|
|
8318
8318
|
},
|
|
8319
8319
|
"node_modules/undici": {
|
|
8320
|
-
"version": "6.
|
|
8321
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
8322
|
-
"integrity": "sha512-
|
|
8320
|
+
"version": "6.23.0",
|
|
8321
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz",
|
|
8322
|
+
"integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==",
|
|
8323
8323
|
"license": "MIT",
|
|
8324
8324
|
"engines": {
|
|
8325
8325
|
"node": ">=18.17"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"start": "expo start"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@regulaforensics/document-reader": "9.2.
|
|
11
|
+
"@regulaforensics/document-reader": "9.2.534-nightly",
|
|
12
12
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.1.1281",
|
|
13
13
|
"@regulaforensics/document-reader-btdevice": "9.1.35",
|
|
14
14
|
"react-native": "^0.81.4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/document-reader",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.534-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.2.
|
|
2
|
+
<plugin id="@regulaforensics/document-reader" version="9.2.534-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/CocoaPods/Specs.git" />
|
|
30
30
|
</config>
|
|
31
31
|
<pods>
|
|
32
|
-
<pod name="
|
|
32
|
+
<pod name="DocumentReader" spec="9.1.5702" />
|
|
33
33
|
</pods>
|
|
34
34
|
</podspec>
|
|
35
35
|
</platform>
|
package/test/package-lock.json
CHANGED
package/www/cordova.js
CHANGED