dynamsoft-capture-vision-react-native 2.6.1015 → 2.6.1016

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.
@@ -112,7 +112,7 @@ dependencies {
112
112
  implementation "com.dynamsoft:mrzscannerbundle:2.0.1@aar"
113
113
 
114
114
  implementation "com.dynamsoft:dynamsoftbarcodereaderbundle:10.4.3003-beta1@aar"
115
- implementation "com.dynamsoft:dynamsoftcameraenhancer:4.2.23-beta1@aar"
115
+ implementation "com.dynamsoft:dynamsoftcameraenhancer:4.2.23-beta2@aar"
116
116
 
117
117
  def camerax_version = '1.4.0'
118
118
  api "androidx.camera:camera-core:$camerax_version"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dynamsoft-capture-vision-react-native",
3
3
  "title": "Dynamsoft Capture Vision React Native",
4
- "version": "2.6.1015",
4
+ "version": "2.6.1016",
5
5
  "description": "Dynamsoft Capture Vision React Native SDK. The SDK supports barcode decoding, document scanning and MRZ reading.",
6
6
  "homepage": "https://github.com/Dynamsoft/capture-vision-react-native-samples",
7
7
  "main": "src/index.tsx",