@regulaforensics/cordova-plugin-document-reader-api 8.3.222-rc → 8.3.225-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.
@@ -13,8 +13,8 @@
13
13
  "author": "Regula Forensics Inc.",
14
14
  "license": "commercial",
15
15
  "dependencies": {
16
- "@regulaforensics/cordova-plugin-document-reader-api": "8.3.222-rc",
17
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.3.695-rc",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "8.3.225-nightly",
17
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.3.710-nightly",
18
18
  "cordova-android": "13.0.0",
19
19
  "cordova-ios": "7.1.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": "8.3.222-rc",
3
+ "version": "8.3.225-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="@regulaforensics/cordova-plugin-document-reader-api" version="8.3.222-rc" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/cordova-plugin-document-reader-api" version="8.3.225-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
3
  <name>DocumentReaderApi</name>
4
4
  <description>Cordova plugin Document reader api</description>
5
5
  <license>commercial</license>
@@ -29,7 +29,7 @@
29
29
  <source url="https://github.com/CocoaPods/Specs.git"/>
30
30
  </config>
31
31
  <pods>
32
- <pod name="DocumentReaderStage" spec="8.3.5051" />
32
+ <pod name="DocumentReaderNightly" spec="8.3.5055" />
33
33
  </pods>
34
34
  </podspec>
35
35
  </platform>
@@ -8,13 +8,13 @@ android {
8
8
 
9
9
  repositories {
10
10
  maven {
11
- url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
11
+ url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
12
12
  }
13
13
  }
14
14
 
15
15
  dependencies {
16
16
  //noinspection GradleDependency
17
- implementation ('com.regula.documentreader:api:8.3.11788'){
17
+ implementation ('com.regula.documentreader:api:8.3.11806'){
18
18
  transitive = true
19
19
  }
20
20
  }
@@ -67,7 +67,7 @@
67
67
  @"endBackendTransaction": ^{ [self endBackendTransaction]; },
68
68
  @"textFieldValueByType": ^{ [self textFieldValueByType :args[0] :args[1] :callback]; },
69
69
  @"textFieldValueByTypeLcid": ^{ [self textFieldValueByTypeLcid :args[0] :args[1] :args[2] :callback]; },
70
- @"textFieldValueByTypeSource": ^{ [self textFieldValueByTypeSource :args[0] :args[2] :args[3] :callback]; },
70
+ @"textFieldValueByTypeSource": ^{ [self textFieldValueByTypeSource :args[0] :args[1] :args[2] :callback]; },
71
71
  @"textFieldValueByTypeLcidSource": ^{ [self textFieldValueByTypeLcidSource :args[0] :args[1] :args[2] :args[3] :callback]; },
72
72
  @"textFieldValueByTypeSourceOriginal": ^{ [self textFieldValueByTypeSourceOriginal :args[0] :args[1] :args[2] :args[3] :callback]; },
73
73
  @"textFieldValueByTypeLcidSourceOriginal": ^{ [self textFieldValueByTypeLcidSourceOriginal :args[0] :args[1] :args[2] :args[3] :args[4] :callback]; },