@regulaforensics/cordova-plugin-document-reader-core-bounds 8.4.1058-rc → 8.4.1088-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/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ # Deprecated
2
+
3
+ Introduced a new unified [NPM package](https://www.npmjs.com/package/@regulaforensics/document-reader) that supports React, Ionic, and Cordova wrappers in a single distribution. The individual packages for each wrapper are now deprecated and will only be supported for a few upcoming releases before being removed in future versions. We’ll provide advance notice prior to their removal. Follow the Migration Guide for detailed steps to transition to the new unified package.
4
+
1
5
  # Document Reader Core (Cordova)
2
6
 
3
7
  Regula Document Reader SDK allows you to read various kinds of identification documents, passports, driving licenses, ID cards, etc. All processing is performed completely _**offline**_ on your device. No any data leaving your device.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/cordova-plugin-document-reader-core-bounds",
3
- "version": "8.4.1058-rc",
3
+ "version": "8.4.1088-rc",
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="@regulaforensics/cordova-plugin-document-reader-core-bounds" version="8.4.1058-rc"
2
+ <plugin id="@regulaforensics/cordova-plugin-document-reader-core-bounds" version="8.4.1088-rc"
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>
@@ -9,7 +9,7 @@
9
9
  <source url="https://github.com/CocoaPods/Specs.git"/>
10
10
  </config>
11
11
  <pods>
12
- <pod name="DocumentReaderBoundsStage" spec="8.4.14656" />
12
+ <pod name="DocumentReaderBoundsStage" spec="8.4.14713" />
13
13
  </pods>
14
14
  </podspec>
15
15
  <dependency id="cordova-plugin-add-swift-support" />
@@ -5,5 +5,5 @@ repositories {
5
5
  }
6
6
 
7
7
  dependencies {
8
- implementation 'com.regula.documentreader.core:bounds:8.4.14793'
8
+ implementation 'com.regula.documentreader.core:bounds:8.4.14827'
9
9
  }