@regulaforensics/react-native-document-reader-api 8.1.115-rc → 8.1.118-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.
@@ -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 'DocumentReaderStage', '8.1.4573'
17
+ s.dependency 'DocumentReaderNightly', '8.1.4577'
18
18
  s.dependency 'React'
19
19
  end
@@ -32,7 +32,7 @@ android {
32
32
  rootProject.allprojects {
33
33
  repositories {
34
34
  maven {
35
- url "https://maven.regulaforensics.com/RegulaDocumentReader/Stage"
35
+ url "https://maven.regulaforensics.com/RegulaDocumentReader/Nightly"
36
36
  }
37
37
  }
38
38
  }
@@ -41,7 +41,7 @@ dependencies {
41
41
  //noinspection GradleDynamicVersion
42
42
  implementation 'com.facebook.react:react-native:+'
43
43
  //noinspection GradleDependency
44
- implementation('com.regula.documentreader:api:8.1.11376') {
44
+ implementation('com.regula.documentreader:api:8.1.11390') {
45
45
  transitive = true
46
46
  }
47
47
  }
@@ -10,8 +10,8 @@
10
10
  "test": "jest"
11
11
  },
12
12
  "dependencies": {
13
- "@regulaforensics/react-native-document-reader-api": "8.1.115-rc",
14
- "@regulaforensics/react-native-document-reader-core-fullauthrfid": "8.1.266-rc",
13
+ "@regulaforensics/react-native-document-reader-api": "8.1.118-nightly",
14
+ "@regulaforensics/react-native-document-reader-core-fullauthrfid": "8.1.281-nightly",
15
15
  "react-native-progress": "5.0.0",
16
16
  "react-native-radio-buttons-group": "3.0.5",
17
17
  "@rneui/base": "4.0.0-rc.7",
@@ -1907,7 +1907,7 @@ static NSMutableArray* weakReferencesHolder;
1907
1907
  +(RGLTAChallenge*)taChallengeFromJson:(NSDictionary*)input {
1908
1908
  NSMutableDictionary* json = input.mutableCopy;
1909
1909
 
1910
- json[@"#text"] = [self base64Decode:[input valueForKey:@"data"]];
1910
+ json[@"#text"] = [input valueForKey:@"data"];
1911
1911
  json[@"@auxPCD"] = [input valueForKey:@"auxPCD"];
1912
1912
  json[@"@challengePICC"] = [input valueForKey: @"challengePICC"];
1913
1913
  json[@"@hashPK"] = [input valueForKey:@"hashPK"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-api",
3
- "version": "8.1.115-rc",
3
+ "version": "8.1.118-nightly",
4
4
  "description": "React Native module for reading and validation of identification documents (API framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {