@regulaforensics/cordova-plugin-document-reader-api 7.5.617-rc → 7.5.618-nightly

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
@@ -8,7 +8,7 @@ This repository contains the source code of the Document Reader API, and the sam
8
8
 
9
9
  ## Documentation
10
10
 
11
- You can find documentation [here](https://docs.regulaforensics.com/develop/doc-reader-sdk/mobile/cordova).
11
+ You can find documentation [here](https://docs.regulaforensics.com/develop/doc-reader-sdk/mobile).
12
12
 
13
13
  ## License
14
14
 
@@ -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.5.617-rc",
17
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.733-rc",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "7.5.618-nightly",
17
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "7.5.746-nightly",
18
18
  "cordova-android": "12.0.1",
19
19
  "cordova-ios": "7.0.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.5.617-rc",
3
+ "version": "7.5.618-nightly",
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.5.617-rc"
2
+ <plugin id="cordova-plugin-document-reader-api" version="7.5.618-nightly"
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="DocumentReaderStage" spec="7.5.3897" />
29
+ <pod name="DocumentReaderNightly" spec="7.5.3898" />
30
30
  </pods>
31
31
  </podspec>
32
32
  </platform>
@@ -10,13 +10,13 @@ android {
10
10
 
11
11
  repositories {
12
12
  maven {
13
- url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
13
+ url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
14
14
  }
15
15
  }
16
16
 
17
17
  dependencies {
18
18
  //noinspection GradleDependency
19
- implementation ('com.regula.documentreader:api:7.5.10170'){
19
+ implementation ('com.regula.documentreader:api:7.5.10171'){
20
20
  transitive = true
21
21
  }
22
22
  }