react-native-scanbot-barcode-scanner-sdk 7.1.0 → 7.1.1-beta.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,6 +1,6 @@
1
- Open Source libraries used in the Scanbot Barcode SDK for React Native version 7.1.0
1
+ Open Source libraries used in the Scanbot Barcode SDK for React Native version 7.1.1
2
2
 
3
- Open Source libraries used in ScanbotBarcodeScannerSDK for iOS version 7.1.0:
3
+ Open Source libraries used in ScanbotBarcodeScannerSDK for iOS version 7.1.2:
4
4
 
5
5
  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
6
6
 
@@ -3107,7 +3107,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
3107
3107
 
3108
3108
  ------------------------------------------------------------------------------------------------------------------------
3109
3109
 
3110
- Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 7.1.0
3110
+ Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 7.1.1
3111
3111
 
3112
3112
  CWAC-Camera
3113
3113
 
@@ -6361,4 +6361,4 @@ Version 1.1.0
6361
6361
  distributed under the License is distributed on an "AS IS" BASIS,
6362
6362
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6363
6363
  See the License for the specific language governing permissions and
6364
- limitations under the License.
6364
+ limitations under the License.
@@ -40,6 +40,6 @@ Pod::Spec.new do |s|
40
40
  end
41
41
  end
42
42
 
43
- s.dependency "ScanbotBarcodeSDKWrapper", '7.1.0.4'
43
+ s.dependency "ScanbotBarcodeSDKWrapper", '7.1.2.0'
44
44
  s.ios.vendored_frameworks = 'ScanbotBarcodeSDKWrapper.framework'
45
45
  end
@@ -1,4 +1,4 @@
1
- ScanbotBarcodeSdk_sharedLibsVersion=7.1.0.0
1
+ ScanbotBarcodeSdk_sharedLibsVersion=7.1.1.0
2
2
  ScanbotBarcodeSdk_kotlinVersion=1.9.25
3
3
  ScanbotBarcodeSdk_minSdkVersion=21
4
4
  ScanbotBarcodeSdk_targetSdkVersion=34
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": "7.1.0",
4
+ "version": "7.1.1-beta.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",