@regulaforensics/idv-module-document-reader 9.5.71-nightly → 9.5.73-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.
@@ -22,7 +22,7 @@ rootProject.allprojects {
22
22
 
23
23
  dependencies {
24
24
  implementation 'com.facebook.react:react-native:+'
25
- implementation('com.regula.idv:docreader:3.6.189@aar') {
25
+ implementation('com.regula.idv:docreader:3.6.191@aar') {
26
26
  transitive = true
27
27
  }
28
28
  }
@@ -12,7 +12,7 @@ repositories {
12
12
 
13
13
  dependencies {
14
14
  //noinspection GradleDependency
15
- implementation('com.regula.idv:docreader:3.6.189@aar') {
15
+ implementation('com.regula.idv:docreader:3.6.191@aar') {
16
16
  transitive = true
17
17
  }
18
18
  }
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
14
14
 
15
15
  s.source = { http: "file:#{source}" }
16
16
  s.ios.deployment_target = '14.0'
17
- s.dependency 'IDVDocumentReaderNightly', '3.6.3278'
17
+ s.dependency 'IDVDocumentReaderNightly', '3.6.3284'
18
18
  s.dependency 'React'
19
19
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/idv-module-document-reader",
3
- "version": "9.5.71-nightly",
3
+ "version": "9.5.73-nightly",
4
4
  "description": "This is an npm module for Regula IDV Module. Use as dependency with @regulaforensics/idv.",
5
5
  "cordova": {
6
6
  "id": "@regulaforensics/idv-module-document-reader",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="@regulaforensics/idv-module-document-reader" version="9.5.71-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/idv-module-document-reader" version="9.5.73-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
3
  <name>IDVModule</name>
4
4
 
5
5
  <platform name="ios">
@@ -8,7 +8,7 @@
8
8
  <source url="https://github.com/CocoaPods/Specs.git" />
9
9
  </config>
10
10
  <pods>
11
- <pod name="IDVDocumentReaderNightly" spec="3.6.3278" />
11
+ <pod name="IDVDocumentReaderNightly" spec="3.6.3284" />
12
12
  </pods>
13
13
  </podspec>
14
14
  </platform>