@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid 8.5.1225-rc → 8.5.1242-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid",
3
- "version": "8.5.1225-rc",
3
+ "version": "8.5.1242-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-fullauthrfid",
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-fullauthrfid" version="8.5.1225-rc"
2
+ <plugin id="@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid" version="8.5.1242-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="DocumentReaderFullAuthRFIDStage" spec="8.5.15117" />
12
+ <pod name="DocumentReaderFullAuthRFIDStage" spec="8.5.15147" />
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:fullauthrfid:8.5.15013'
8
+ implementation 'com.regula.documentreader.core:fullauthrfid:8.5.15028'
9
9
  }