Skip to content

Commit e684dbf

Browse files
authored
Merge pull request #294 from doo/EPIC-6172/updateSdkTo_7.0.1
[EPIC-6172] Update Scanbot Barcode Scanner SDK to v7.0.1-rc.1
2 parents 328e823 + 2116ea7 commit e684dbf

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Libraries.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Open Source libraries used in the Scanbot Barcode SDK for React Native version 7.0.0
1+
Open Source libraries used in the Scanbot Barcode SDK for React Native version 7.0.1
22

33
Open Source libraries used in ScanbotBarcodeScannerSDK for iOS version 7.0.2:
44

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ PODS:
16091609
- React-utils (= 0.77.0)
16101610
- RNFS (2.20.0):
16111611
- React-Core
1612-
- RNScanbotBarcodeSDK (7.0.0):
1612+
- RNScanbotBarcodeSDK (7.0.1-rc.1):
16131613
- DoubleConversion
16141614
- glog
16151615
- hermes-engine
@@ -1981,7 +1981,7 @@ SPEC CHECKSUMS:
19811981
ReactCodegen: 1baa534318b19e95fb0f02db0a1ae1e3c271944d
19821982
ReactCommon: 6014af4276bb2debc350e2620ef1bd856b4d981c
19831983
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
1984-
RNScanbotBarcodeSDK: 68d0aeabf072bd070c9cf33d7bdd8f3daa40a05e
1984+
RNScanbotBarcodeSDK: d37471fa1dd1d5730a1f635651fc08e6cc3ff986
19851985
RNScreens: c8c0b69f667891d474ad1229054d514f06778772
19861986
ScanbotBarcodeScannerSDK: 8e0449d0474243c8031285a3ba939ec43d7dcdfe
19871987
ScanbotBarcodeSDKWrapper: 1dfbd37d83e7c89dc6e0a10be2d5a4f75dfc3778

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ScanbotBarcodeExampleReact",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android --terminal ./",
@@ -21,7 +21,7 @@
2121
"react-native-fs": "^2.20.0",
2222
"react-native-image-picker": "^7.1.2",
2323
"react-native-safe-area-context": "^5.1.0",
24-
"react-native-scanbot-barcode-scanner-sdk": "7.0.0",
24+
"react-native-scanbot-barcode-scanner-sdk": "7.0.1-rc.1",
2525
"react-native-screens": "4.6.0"
2626
},
2727
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2828,7 +2828,7 @@ __metadata:
28282828
react-native-fs: ^2.20.0
28292829
react-native-image-picker: ^7.1.2
28302830
react-native-safe-area-context: ^5.1.0
2831-
react-native-scanbot-barcode-scanner-sdk: 7.0.0
2831+
react-native-scanbot-barcode-scanner-sdk: 7.0.1-rc.1
28322832
react-native-screens: 4.6.0
28332833
typescript: 5.0.4
28342834
languageName: unknown
@@ -7443,15 +7443,15 @@ __metadata:
74437443
languageName: node
74447444
linkType: hard
74457445

7446-
"react-native-scanbot-barcode-scanner-sdk@npm:7.0.0":
7447-
version: 7.0.0
7448-
resolution: "react-native-scanbot-barcode-scanner-sdk@npm:7.0.0"
7446+
"react-native-scanbot-barcode-scanner-sdk@npm:7.0.1-rc.1":
7447+
version: 7.0.1-rc.1
7448+
resolution: "react-native-scanbot-barcode-scanner-sdk@npm:7.0.1-rc.1"
74497449
dependencies:
74507450
"@expo/config-plugins": 9.0.14
74517451
peerDependencies:
74527452
react: "*"
74537453
react-native: ">=0.73"
7454-
checksum: 5c29ae35ecbb77fbcf937a3d8e4966b7dbdf7e78c2da62c88adef43b34e4fe0fab8c03a6be15f79532963377803d343e756adb42fffd10cb6e32ee71f4fbb026
7454+
checksum: 8fab04e466ecb48bb932bff57cae43b20b84e1b6b9a32e10aa7f17825fab389056bc125bfbdaa7905db05018b131a13a84ff2bc1817779b0502aee786e294376
74557455
languageName: node
74567456
linkType: hard
74577457

0 commit comments

Comments
 (0)