@regulaforensics/react-native-document-reader-api 9.8.759-nightly → 9.8.762-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.
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
14
14
  s.source = { :http => 'file:' + __dir__ }
15
15
  s.ios.deployment_target = '13.0'
16
16
  s.source_files = "ios/*.{h,m}"
17
- s.dependency 'DocumentReaderNightly', '9.8.6903'
17
+ s.dependency 'DocumentReaderStage', '9.8.6906'
18
18
  s.dependency 'React'
19
19
  end
@@ -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,7 +29,7 @@ dependencies {
29
29
  //noinspection GradleDynamicVersion
30
30
  implementation 'com.facebook.react:react-native:+'
31
31
  //noinspection GradleDependency
32
- implementation('com.regula.documentreader:api:9.8.13300') {
32
+ implementation('com.regula.documentreader:api:9.8.13307') {
33
33
  transitive = true
34
34
  }
35
35
  }
@@ -10,8 +10,8 @@
10
10
  "test": "jest"
11
11
  },
12
12
  "dependencies": {
13
- "@regulaforensics/react-native-document-reader-api": "9.8.759-nightly",
14
- "@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.8.3255-nightly",
13
+ "@regulaforensics/react-native-document-reader-api": "9.8.762-rc",
14
+ "@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.8.3256-rc",
15
15
  "@rneui/base": "4.0.0-rc.7",
16
16
  "@rneui/themed": "4.0.0-rc.7",
17
17
  "react": "19.0.0",
package/index.d.ts CHANGED
@@ -4207,7 +4207,7 @@ export const BarcodeResult = {
4207
4207
 
4208
4208
  export const eRFID_Application_Type = {
4209
4209
  AT_UNSPECIFIED: 0,
4210
- AT_ROOT_FILES: AT_UNSPECIFIED,
4210
+ AT_ROOT_FILES: 0,
4211
4211
  ePASSPORT: 1,
4212
4212
  eID: 2,
4213
4213
  eSIGN: 3,
package/index.js CHANGED
@@ -2987,7 +2987,7 @@ export const BarcodeResult = {
2987
2987
 
2988
2988
  export const eRFID_Application_Type = {
2989
2989
  AT_UNSPECIFIED: 0,
2990
- AT_ROOT_FILES: AT_UNSPECIFIED,
2990
+ AT_ROOT_FILES: 0,
2991
2991
  ePASSPORT: 1,
2992
2992
  eID: 2,
2993
2993
  eSIGN: 3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-api",
3
- "version": "9.8.759-nightly",
3
+ "version": "9.8.762-rc",
4
4
  "description": "React Native module for reading and validation of identification documents (API framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {