@regulaforensics/cordova-plugin-document-reader-core-bounds 5.5.0 → 6.1.0

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/README.md CHANGED
@@ -4,7 +4,7 @@ Regula Document Reader SDK allows you to read various kinds of identification do
4
4
 
5
5
  ## Documentation
6
6
 
7
- The documentation can be found here: [https://docs.regulaforensics.com/cordova](https://docs.regulaforensics.com/cordova).
7
+ The documentation can be found [here](https://docs.regulaforensics.com/develop/doc-reader-sdk/mobile/cordova).
8
8
 
9
9
  ## Demo application
10
10
  The demo application can be found here: [https://github.com/regulaforensics/DocumentReader-Cordova-Plugin](https://github.com/regulaforensics/DocumentReader-Cordova-Plugin).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/cordova-plugin-document-reader-core-bounds",
3
- "version": "5.5.0",
3
+ "version": "6.1.0",
4
4
  "description": "Cordova plugin for reading and validation of identification documents (Core framework)",
5
5
  "cordova": {
6
6
  "id": "@regulaforensics/cordova-plugin-document-reader-core-bounds",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="cordova-plugin-document-reader-core" version="5.5.0"
2
+ <plugin id="cordova-plugin-document-reader-core" version="6.1.0"
3
3
  xmlns="http://apache.org/cordova/ns/plugins/1.0"
4
4
  xmlns:android="http://schemas.android.com/apk/res/android">
5
5
  <name>DocumentReaderCore</name>
@@ -7,7 +7,7 @@
7
7
  <podspec>
8
8
  <config/>
9
9
  <pods>
10
- <pod name="DocumentReaderBounds" spec="~> 5.5.4234" />
10
+ <pod name="DocumentReaderBounds" spec="~> 6.1.5786" />
11
11
  </pods>
12
12
  </podspec>
13
13
  <dependency id="cordova-plugin-add-swift-support" />
@@ -1,3 +1,3 @@
1
1
  dependencies {
2
- implementation 'com.regula.documentreader.core:bounds:5.5.4782'
2
+ implementation 'com.regula.documentreader.core:bounds:6.1.6453'
3
3
  }