scandit-react-native-datacapture-id-aamva-barcode-verification 8.2.0-beta.1 → 8.2.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/THIRD_PARTY.txt CHANGED
@@ -211,7 +211,6 @@ includes components licensed under the following licenses:
211
211
 
212
212
 
213
213
  Copyright (c) 2017-2022 Arm Limited
214
- Copyright (c) 2007-2010 Baptiste Lepilleur
215
214
  Copyright (c) 2013-2022 Niels Lohmann
216
215
  Copyright (c) 2008-2018 The Khronos Group Inc.
217
216
 
@@ -64,7 +64,7 @@ android {
64
64
  }
65
65
 
66
66
  dependencies {
67
- def sdk_version = "8.2.0-beta.1"
67
+ def sdk_version = "8.2.1"
68
68
 
69
69
  println("Version of the native sdk used in this build: ${safeExtGet('global_sdk_version', sdk_version)}")
70
70
  api "com.scandit.datacapture:id-aamva-barcode-verification:${safeExtGet('global_sdk_version', sdk_version)}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scandit-react-native-datacapture-id-aamva-barcode-verification",
3
- "version": "8.2.0-beta.1",
3
+ "version": "8.2.1",
4
4
  "description": "Scandit Data Capture SDK for React Native",
5
5
  "homepage": "https://github.com/Scandit/scandit-react-native-datacapture-id-aamva-barcode-verification",
6
6
  "main": "index.js",
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
  s.requires_arc = true
16
16
  s.module_name = "ScanditDataCaptureIdAamvaBarcodeVerification"
17
17
  s.header_dir = "ScanditDataCaptureIdAamvaBarcodeVerification"
18
- s.dependency 'ScanditIdAamvaBarcodeVerification', '= 8.2.0-beta.1'
18
+ s.dependency 'ScanditIdAamvaBarcodeVerification', '= 8.2.1'
19
19
  s.source_files = "ios/Sources/**/*.{h,m,swift}"
20
20
  s.dependency "React"
21
21
  end