@regulaforensics/react-native-document-reader-api 6.6.0 → 6.7.0

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 = '11.0'
16
16
  s.source_files = "ios/*.{h,m}"
17
- s.dependency 'DocumentReader', '6.6.2753'
17
+ s.dependency 'DocumentReader', '6.7.2848'
18
18
  s.dependency 'React'
19
19
  end
@@ -24,7 +24,7 @@ dependencies {
24
24
  //noinspection GradleDynamicVersion
25
25
  implementation 'com.facebook.react:react-native:+'
26
26
  //noinspection GradleDependency
27
- implementation('com.regula.documentreader:api:6.6.8072') {
27
+ implementation('com.regula.documentreader:api:6.7.8311') {
28
28
  transitive = true
29
29
  }
30
30
  }
@@ -10,8 +10,8 @@
10
10
  "lint": "eslint ."
11
11
  },
12
12
  "dependencies": {
13
- "@regulaforensics/react-native-document-reader-api": "6.6.0",
14
- "@regulaforensics/react-native-document-reader-core-fullrfid": "6.6.0",
13
+ "@regulaforensics/react-native-document-reader-api": "6.7.0",
14
+ "@regulaforensics/react-native-document-reader-core-fullrfid": "6.7.0",
15
15
  "react": "17.0.2",
16
16
  "react-native": "^0.67.0",
17
17
  "react-native-check-box": "^2.1.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-api",
3
- "version": "6.6.0",
3
+ "version": "6.7.0",
4
4
  "description": "React Native module for reading and validation of identification documents (API framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {