@regulaforensics/cordova-plugin-document-reader-api 7.3.657-rc → 7.3.659-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.
@@ -13,8 +13,8 @@
13
13
  "author": "Regula Forensics Inc.",
14
14
  "license": "commercial",
15
15
  "dependencies": {
16
- "@regulaforensics/cordova-plugin-document-reader-api": "7.3.657-rc",
17
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.3.792-rc",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "7.3.659-rc",
17
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.3.794-rc",
18
18
  "cordova-android": "13.0.0",
19
19
  "cordova-ios": "7.1.1",
20
20
  "cordova-plugin-add-swift-support": "2.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/cordova-plugin-document-reader-api",
3
- "version": "7.3.657-rc",
3
+ "version": "7.3.659-rc",
4
4
  "description": "Cordova plugin for reading and validation of identification documents (API framework)",
5
5
  "cordova": {
6
6
  "id": "@regulaforensics/cordova-plugin-document-reader-api",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="cordova-plugin-document-reader-api" version="7.3.657-rc"
2
+ <plugin id="cordova-plugin-document-reader-api" version="7.3.659-rc"
3
3
  xmlns="http://apache.org/cordova/ns/plugins/1.0">
4
4
  <name>DocumentReaderApi</name>
5
5
  <description>Cordova plugin Document reader api</description>
@@ -14,7 +14,7 @@ repositories {
14
14
 
15
15
  dependencies {
16
16
  //noinspection GradleDependency
17
- implementation ('com.regula.documentreader:api:7.5.10377'){
17
+ implementation ('com.regula.documentreader:api:7.5.10378'){
18
18
  transitive = true
19
19
  }
20
20
  }
@@ -747,7 +747,7 @@
747
747
  result[@"autoSettings"] = [NSNumber numberWithBool:rfidScenario.autoSettings];
748
748
  result[@"proceedReadingAlways"] = [NSNumber numberWithBool:rfidScenario.proceedReadingAlways];
749
749
  result[@"readDTC"] = [NSNumber numberWithBool:rfidScenario.readDTC];
750
- result[@"mrzStrictCheck"] = [NSNumber numberWithBool:rfidScenario.mrzStrictCheck];
750
+ result[@"mrzStrictCheck"] = rfidScenario.mrzStrictCheck;
751
751
 
752
752
  // Int
753
753
  result[@"signManagementAction"] = [NSNumber numberWithInteger:rfidScenario.signManagementAction];