@regulaforensics/react-native-document-reader-core-bounds 8.4.1034-rc → 8.4.1065-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.
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ # Deprecated
2
+
3
+ Introduced a new unified [NPM package](https://www.npmjs.com/package/@regulaforensics/document-reader) that supports React, Ionic, and Cordova wrappers in a single distribution. The individual packages for each wrapper are now deprecated and will only be supported for a few upcoming releases before being removed in future versions. We’ll provide advance notice prior to their removal. Follow the Migration Guide for detailed steps to transition to the new unified package.
4
+
1
5
  # Document Reader Core (React Native)
2
6
 
3
7
  Regula Document Reader SDK allows you to read various kinds of identification documents, passports, driving licenses, ID cards, etc. All processing is performed completely _**offline**_ on your device. No any data leaving your device.
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
14
  s.source = { :http => 'file:' + __dir__ }
15
15
 
16
16
  s.ios.deployment_target = '13.0'
17
- s.dependency 'DocumentReaderBoundsStage', '8.4.14629'
17
+ s.dependency 'DocumentReaderBoundsStage', '8.4.14687'
18
18
 
19
19
  s.dependency 'React'
20
20
  end
@@ -28,6 +28,6 @@ dependencies {
28
28
  //noinspection GradleDynamicVersion
29
29
  implementation 'com.facebook.react:react-native:+'
30
30
  //noinspection GradleDependency
31
- implementation 'com.regula.documentreader.core:bounds:8.4.14782'
31
+ implementation 'com.regula.documentreader.core:bounds:8.4.14815'
32
32
  }
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-core-bounds",
3
- "version": "8.4.1034-rc",
3
+ "version": "8.4.1065-rc",
4
4
  "description": "React Native module for reading and validation of identification documents (Core framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {