@regulaforensics/document-reader 9.2.555-nightly → 9.2.556-beta
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/android/src/main/java/com/regula/plugin/documentreader/JSONConstructor.kt +1 -1
- package/examples/capacitor/package.json +1 -1
- package/examples/ionic/package-lock.json +436 -489
- package/examples/ionic/package.json +1 -1
- package/examples/react_native/package.json +1 -1
- package/ios/RGLWJSONConstructor.m +6 -4
- package/ios/RGLWMain.m +16 -22
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/json.tsx +2 -2
- package/test/package-lock.json +1 -1
- package/www/capacitor/index.js +5 -5
- package/www/cordova.js +1214 -1214
- package/www/react-native/index.js +5 -5
- package/www/types/index.d.ts +5 -5
- /package/www/capacitor/{engagement → mdl}/DataRetrieval.js +0 -0
- /package/www/capacitor/{engagement → mdl}/DeviceEngagement.js +0 -0
- /package/www/capacitor/{engagement → mdl}/DeviceRetrievalMethod.js +0 -0
- /package/www/capacitor/{engagement → mdl}/DocumentRequestMDL.js +0 -0
- /package/www/capacitor/{engagement → mdl}/NameSpaceMDL.js +0 -0
- /package/www/react-native/{engagement → mdl}/DataRetrieval.js +0 -0
- /package/www/react-native/{engagement → mdl}/DeviceEngagement.js +0 -0
- /package/www/react-native/{engagement → mdl}/DeviceRetrievalMethod.js +0 -0
- /package/www/react-native/{engagement → mdl}/DocumentRequestMDL.js +0 -0
- /package/www/react-native/{engagement → mdl}/NameSpaceMDL.js +0 -0
- /package/www/types/{engagement → mdl}/DataRetrieval.d.ts +0 -0
- /package/www/types/{engagement → mdl}/DeviceEngagement.d.ts +0 -0
- /package/www/types/{engagement → mdl}/DeviceRetrievalMethod.d.ts +0 -0
- /package/www/types/{engagement → mdl}/DocumentRequestMDL.d.ts +0 -0
- /package/www/types/{engagement → mdl}/NameSpaceMDL.d.ts +0 -0
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.2.
|
|
8
|
+
s.version = '9.2.556-beta'
|
|
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 'DocumentReader', '9.1.5702'
|
|
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"
|
|
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.1.12250'){
|
|
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"
|
|
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.1.12250'){
|
|
10
10
|
transitive = true
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -1959,7 +1959,7 @@ fun generateDeviceEngagement(input: DeviceEngagement?) = input?.let {
|
|
|
1959
1959
|
fun nameSpaceMDLFromJSON(input: JSONObject?) = input?.let {
|
|
1960
1960
|
val result = NameSpaceMDL(it.getString("name"))
|
|
1961
1961
|
it.getJSONObject("map").forEach { key, value ->
|
|
1962
|
-
result.addField(key, eMDLIntentToRetain.values()[value
|
|
1962
|
+
result.addField(key, eMDLIntentToRetain.values()[value.toInt()])
|
|
1963
1963
|
}
|
|
1964
1964
|
result
|
|
1965
1965
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"android": "scripts/android.sh"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@regulaforensics/document-reader": "9.2.
|
|
9
|
+
"@regulaforensics/document-reader": "9.2.556-beta",
|
|
10
10
|
"@regulaforensics/document-reader-core-fullauthrfid": "9.1.1281",
|
|
11
11
|
"@regulaforensics/document-reader-btdevice": "9.1.35",
|
|
12
12
|
"@awesome-cordova-plugins/file": "6.6.0",
|