@regulaforensics/document-reader-core-fullauthrfid 8.4.757-nightly → 8.4.758-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.
@@ -20,7 +20,7 @@ android {
20
20
  rootProject.allprojects {
21
21
  repositories {
22
22
  maven {
23
- url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
23
+ url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
24
24
  }
25
25
  }
26
26
  }
@@ -29,5 +29,5 @@ dependencies {
29
29
  //noinspection GradleDynamicVersion
30
30
  implementation 'com.facebook.react:react-native:+'
31
31
  //noinspection GradleDependency
32
- implementation('com.regula.documentreader.core:fullauthrfid:8.4.14877@aar')
32
+ implementation('com.regula.documentreader.core:fullauthrfid:8.4.14880@aar')
33
33
  }
@@ -1,10 +1,10 @@
1
1
  repositories {
2
2
  maven {
3
- url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
3
+ url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
4
4
  }
5
5
  }
6
6
 
7
7
  dependencies {
8
8
  //noinspection GradleDependency
9
- implementation('com.regula.documentreader.core:fullauthrfid:8.4.14877@aar')
9
+ implementation('com.regula.documentreader.core:fullauthrfid:8.4.14880@aar')
10
10
  }
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
14
14
 
15
15
  s.source = { http: "file:#{source}" }
16
16
  s.ios.deployment_target = '13.0'
17
- s.dependency 'DocumentReaderFullAuthRFIDNightly', '8.4.14809'
17
+ s.dependency 'DocumentReaderFullAuthRFIDStage', '8.4.14825'
18
18
  s.dependency 'React'
19
19
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/document-reader-core-fullauthrfid",
3
- "version": "8.4.757-nightly",
3
+ "version": "8.4.758-rc",
4
4
  "description": "This is an npm module for Regula Document Reader Core. It enables core functionality for @regulaforensics/document-reader.",
5
5
  "cordova": {
6
6
  "id": "@regulaforensics/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/document-reader-core-fullauthrfid" version="8.4.757-nightly" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/document-reader-core-fullauthrfid" version="8.4.758-rc" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
3
  <name>DocumentReaderCore</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="DocumentReaderFullAuthRFIDNightly" spec="8.4.14809" />
11
+ <pod name="DocumentReaderFullAuthRFIDStage" spec="8.4.14825" />
12
12
  </pods>
13
13
  </podspec>
14
14
  </platform>