@regulaforensics/cordova-plugin-document-reader-api 8.3.227-rc → 8.3.229-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.227-rc",
17
- "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.3.712-rc",
16
+ "@regulaforensics/cordova-plugin-document-reader-api": "8.3.229-nightly",
17
+ "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.3.740-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.227-rc",
3
+ "version": "8.3.229-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.227-rc" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/cordova-plugin-document-reader-api" version="8.3.229-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>
@@ -14,7 +14,6 @@
14
14
  <feature name="DocumentReader">
15
15
  <param name="ios-package" value="RGLWDocumentReader" />
16
16
  </feature>
17
- <preference name="deployment-target" value="13.0" />
18
17
  </config-file>
19
18
  <header-file src="src/ios/RGLWDocumentReader.h" />
20
19
  <source-file src="src/ios/RGLWDocumentReader.m" />
@@ -29,7 +28,7 @@
29
28
  <source url="https://github.com/CocoaPods/Specs.git"/>
30
29
  </config>
31
30
  <pods>
32
- <pod name="DocumentReaderStage" spec="8.3.5057" />
31
+ <pod name="DocumentReaderNightly" spec="8.3.5065" />
33
32
  </pods>
34
33
  </podspec>
35
34
  </platform>
@@ -1,20 +1,12 @@
1
- android {
2
- compileSdk 34
3
-
4
- defaultConfig {
5
- targetSdk 34
6
- }
7
- }
8
-
9
1
  repositories {
10
2
  maven {
11
- url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
3
+ url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
12
4
  }
13
5
  }
14
6
 
15
7
  dependencies {
16
8
  //noinspection GradleDependency
17
- implementation ('com.regula.documentreader:api:8.3.11802'){
9
+ implementation ('com.regula.documentreader:api:8.3.11828'){
18
10
  transitive = true
19
11
  }
20
12
  }