@regulaforensics/react-native-document-reader-api 8.1.69-nightly → 8.1.99-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.
- package/RNDocumentReaderApi.podspec +1 -1
- package/android/build.gradle +1 -1
- package/example/package-lock.json +1109 -910
- package/example/package.json +6 -7
- package/ios/RGLWJSONConstructor.m +1 -1
- package/package.json +1 -1
package/example/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"test": "jest"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@regulaforensics/react-native-document-reader-api": "8.1.
|
|
14
|
-
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "8.1.
|
|
13
|
+
"@regulaforensics/react-native-document-reader-api": "8.1.99-nightly",
|
|
14
|
+
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "8.1.228-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",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"ip": "2.0.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@babel/core": "7.
|
|
28
|
-
"@babel/preset-env": "7.
|
|
29
|
-
"@babel/runtime": "7.
|
|
27
|
+
"@babel/core": "7.26.10",
|
|
28
|
+
"@babel/preset-env": "7.26.9",
|
|
29
|
+
"@babel/runtime": "7.27.0",
|
|
30
30
|
"@react-native/eslint-config": "0.73.2",
|
|
31
31
|
"@react-native/metro-config": "0.73.2",
|
|
32
32
|
"@tsconfig/react-native": "3.0.2",
|
|
@@ -42,5 +42,4 @@
|
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=16"
|
|
44
44
|
}
|
|
45
|
-
}
|
|
46
|
-
|
|
45
|
+
}
|
|
@@ -1907,7 +1907,7 @@ static NSMutableArray* weakReferencesHolder;
|
|
|
1907
1907
|
+(RGLTAChallenge*)taChallengeFromJson:(NSDictionary*)input {
|
|
1908
1908
|
NSMutableDictionary* json = input.mutableCopy;
|
|
1909
1909
|
|
|
1910
|
-
json[@"#text"] = [
|
|
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.
|
|
3
|
+
"version": "8.1.99-nightly",
|
|
4
4
|
"description": "React Native module for reading and validation of identification documents (API framework)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|