react-native-scanbot-barcode-scanner-sdk 5.1.1-beta.4 → 5.1.2-alpha.1

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/Libraries.txt CHANGED
@@ -1,4 +1,4 @@
1
- Open Source libraries used in the Scanbot Barcode SDK for React Native version 5.1.1
1
+ Open Source libraries used in the Scanbot Barcode SDK for React Native version 5.1.2
2
2
 
3
3
  Open Source libraries used in ScanbotBarcodeScannerSDK for iOS version 5.1.3:
4
4
 
@@ -40,6 +40,6 @@ Pod::Spec.new do |s|
40
40
  end
41
41
  end
42
42
 
43
- s.dependency "ScanbotBarcodeSDKWrapper", '5.1.4.0'
43
+ s.dependency "ScanbotBarcodeSDKWrapper", '5.1.4.1'
44
44
  s.ios.vendored_frameworks = 'ScanbotBarcodeSDKWrapper.framework'
45
45
  end
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-scanbot-barcode-scanner-sdk",
3
3
  "title": "Scanbot Barcode Scanner SDK for React Native",
4
- "version": "5.1.1-beta.4",
4
+ "version": "5.1.2-alpha.1",
5
5
  "description": "Scanbot Barcode Scanner SDK React Native Plugin for Android and iOS",
6
6
  "main": "lib/commonjs/index",
7
7
  "module": "lib/module/index",