@regulaforensics/cordova-plugin-document-reader-api 6.7.1 → 6.7.3

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.
@@ -16,7 +16,7 @@
16
16
  "cordova-android": "^10.1.1",
17
17
  "cordova-ios": "^6.2.0",
18
18
  "cordova-plugin-add-swift-support": "^2.0.2",
19
- "@regulaforensics/cordova-plugin-document-reader-api": "6.7.1",
19
+ "@regulaforensics/cordova-plugin-document-reader-api": "6.7.3",
20
20
  "@regulaforensics/cordova-plugin-document-reader-core-fullrfid": "6.7.0",
21
21
  "cordova-plugin-file": "^6.0.2",
22
22
  "cordova-plugin-telerik-imagepicker": "^2.3.5",
@@ -114,8 +114,6 @@ var app = {
114
114
  handleResults(completion.results)
115
115
  if (completion.action === Enum.DocReaderAction.TIMEOUT)
116
116
  handleResults(completion.results)
117
- if (completion.action === Enum.DocReaderAction.CANCEL || completion.action === Enum.DocReaderAction.ERROR)
118
- isReadingRfid = false
119
117
  }
120
118
 
121
119
  function showRfidUI() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/cordova-plugin-document-reader-api",
3
- "version": "6.7.1",
3
+ "version": "6.7.3",
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="6.7.1"
2
+ <plugin id="cordova-plugin-document-reader-api" version="6.7.3"
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>
@@ -26,7 +26,7 @@
26
26
  <config>
27
27
  </config>
28
28
  <pods>
29
- <pod name="DocumentReader" spec="6.7.2848" />
29
+ <pod name="DocumentReader" spec="6.7.2863" />
30
30
  </pods>
31
31
  </podspec>
32
32
  </platform>