@regulaforensics/react-native-document-reader-api 8.1.150-rc → 8.1.151-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 +2 -2
- package/example/package.json +2 -2
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/package.json +1 -1
|
@@ -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 '
|
|
17
|
+
s.dependency 'DocumentReaderNightly', '8.1.4749'
|
|
18
18
|
s.dependency 'React'
|
|
19
19
|
end
|
package/android/build.gradle
CHANGED
|
@@ -32,7 +32,7 @@ android {
|
|
|
32
32
|
rootProject.allprojects {
|
|
33
33
|
repositories {
|
|
34
34
|
maven {
|
|
35
|
-
url "https://maven.regulaforensics.com/RegulaDocumentReader/
|
|
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.
|
|
44
|
+
implementation('com.regula.documentreader:api:8.1.11532') {
|
|
45
45
|
transitive = true
|
|
46
46
|
}
|
|
47
47
|
}
|
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.151-nightly",
|
|
14
|
+
"@regulaforensics/react-native-document-reader-core-fullauthrfid": "8.1.377-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",
|
package/index.d.ts
CHANGED
|
@@ -3267,8 +3267,8 @@ export const eProcessGLCommands = {
|
|
|
3267
3267
|
}
|
|
3268
3268
|
|
|
3269
3269
|
export const eRFIDReadingBufferSize = {
|
|
3270
|
-
|
|
3271
|
-
|
|
3270
|
+
STANDARD_LENGTH: 0,
|
|
3271
|
+
EXTENDED_LENGTH: -1,
|
|
3272
3272
|
}
|
|
3273
3273
|
|
|
3274
3274
|
export const PKDResourceType = {
|
package/index.js
CHANGED
|
@@ -2276,8 +2276,8 @@ export const eProcessGLCommands = {
|
|
|
2276
2276
|
}
|
|
2277
2277
|
|
|
2278
2278
|
export const eRFIDReadingBufferSize = {
|
|
2279
|
-
|
|
2280
|
-
|
|
2279
|
+
STANDARD_LENGTH: 0,
|
|
2280
|
+
EXTENDED_LENGTH: -1,
|
|
2281
2281
|
}
|
|
2282
2282
|
|
|
2283
2283
|
export const PKDResourceType = {
|
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.151-nightly",
|
|
4
4
|
"description": "React Native module for reading and validation of identification documents (API framework)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|