@regulaforensics/document-reader 9.5.797-nightly → 9.5.799-rc
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-lock.json +3 -3
- package/examples/capacitor/package.json +1 -1
- package/examples/ionic/package-lock.json +142 -572
- package/examples/ionic/package.json +3 -2
- package/examples/react_native/package-lock.json +21 -21
- 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/results/rfid/RFIDCertificateType.js +2 -1
- package/www/capacitor/results/visible_digital_seals/LDSParsingErrorCodes.js +3 -1
- package/www/capacitor/results/visible_digital_seals/LDSParsingNotificationCodes.js +6 -1
- package/www/cordova.js +11 -3
- package/www/react-native/results/rfid/RFIDCertificateType.js +2 -1
- package/www/react-native/results/visible_digital_seals/LDSParsingErrorCodes.js +3 -1
- package/www/react-native/results/visible_digital_seals/LDSParsingNotificationCodes.js +6 -1
- package/www/types/results/rfid/RFIDCertificateType.d.ts +2 -1
- package/www/types/results/visible_digital_seals/LDSParsingErrorCodes.d.ts +3 -1
- package/www/types/results/visible_digital_seals/LDSParsingNotificationCodes.d.ts +6 -1
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.5.
|
|
8
|
+
s.version = '9.5.799-rc'
|
|
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 'DocumentReaderStage', '9.5.6408'
|
|
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/Stage"
|
|
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.
|
|
32
|
+
implementation('com.regula.documentreader:api:9.5.12914'){
|
|
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/Stage"
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
dependencies {
|
|
8
8
|
//noinspection GradleDependency
|
|
9
|
-
implementation('com.regula.documentreader:api:9.
|
|
9
|
+
implementation('com.regula.documentreader:api:9.5.12914'){
|
|
10
10
|
transitive = true
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -1760,9 +1760,9 @@
|
|
|
1760
1760
|
}
|
|
1761
1761
|
},
|
|
1762
1762
|
"node_modules/brace-expansion": {
|
|
1763
|
-
"version": "5.0.
|
|
1764
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
1765
|
-
"integrity": "sha512-
|
|
1763
|
+
"version": "5.0.6",
|
|
1764
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
1765
|
+
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
1766
1766
|
"license": "MIT",
|
|
1767
1767
|
"dependencies": {
|
|
1768
1768
|
"balanced-match": "^4.0.2"
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/document-reader": "9.5.
|
|
9
|
+
"@regulaforensics/document-reader": "9.5.799-rc",
|
|
10
10
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.4.2038",
|
|
11
11
|
"@regulaforensics/document-reader-btdevice": "9.4.46",
|
|
12
12
|
"@awesome-cordova-plugins/file": "^8.1.0",
|