scandit-react-native-datacapture-id-aamva-barcode-verification 7.3.0-beta.2 → 7.4.0-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.
@@ -1,5 +1,5 @@
1
- ScanditIdCaptureBackend / ScanditIDC / Scandit.DataCapture.IdCapture /
2
- scandit-...-datacapture-id includes components licensed under the licenses in
1
+ ScanditIdCaptureBackend / ScanditIDC / Scandit.DataCapture.IdCapture /
2
+ scandit-...-datacapture-id includes components licensed under the licenses in
3
3
  THIRD_PARTY.txt as well as the following licenses:
4
4
 
5
5
  ================================================================================
@@ -38,7 +38,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38
38
  ================================================================================
39
39
 
40
40
 
41
- Written by Sebastien Andrivet - Copyright (c) 2010-2017 Sebastien Andrivet.
41
+ Written by Sebastien Andrivet - Copyright (c) 2010-2017 Sebastien Andrivet.
42
42
  Copyright (c) 2022, MICROBLINK
43
43
  Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
44
44
  Copyright 2019 Google LLC
@@ -47,6 +47,9 @@ Copyright 2008 Google Inc. All rights reserved.
47
47
  Copyright (c)2009-2024 D. R. Commander. All Rights Reserved.
48
48
  Copyright (c)2015 Viktor Szathmáry. All Rights Reserved.
49
49
  Copyright (c) 2012-2016 Free Software Foundation, Inc.
50
+ Copyright (c) 2020, Patrick Uiterwijk. All rights reserved.
51
+ Copyright (c) 2018-2024, Laurence Lundblade. All rights reserved.
52
+ Copyright (c) 2021, Arm Limited. All rights reserved.
50
53
 
51
54
  Redistribution and use in source and binary forms, with or without
52
55
  modification, are permitted provided that the following conditions are met:
@@ -74,6 +77,43 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
74
77
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
75
78
 
76
79
 
80
+ ================================================================================
81
+
82
+
83
+ Copyright (c) 2016-2018, The Linux Foundation.
84
+ Copyright (c) 2018-2024, Laurence Lundblade.
85
+ Copyright (c) 2021, Arm Limited.
86
+ All rights reserved.
87
+
88
+ Redistribution and use in source and binary forms, with or without
89
+ modification, are permitted provided that the following conditions are met:
90
+
91
+ * Redistributions of source code must retain the above copyright notice, this
92
+ list of conditions and the following disclaimer.
93
+
94
+ * Redistributions in binary form must reproduce the above copyright notice,
95
+ this list of conditions and the following disclaimer in the documentation
96
+ and/or other materials provided with the distribution.
97
+
98
+ * Neither the name of the Linux Foundation nor the names of its
99
+ contributors, nor the name “Laurence Lundblade” may be used to
100
+ endorse or promote products derived from this software without
101
+ specific prior written permission.
102
+
103
+
104
+ THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
105
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
106
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
107
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
108
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
109
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
110
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
111
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
112
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
113
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
114
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
115
+
116
+
77
117
  ================================================================================
78
118
 
79
119
 
@@ -104,7 +144,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
104
144
  SOFTWARE.
105
145
 
106
146
 
107
- ================================================================================
147
+ ================================================================================
108
148
 
109
149
 
110
150
  Mozilla Public License Version 2.0
@@ -144,7 +184,7 @@ Mozilla Public License Version 2.0
144
184
  means any form of the work other than Source Code Form.
145
185
 
146
186
  1.7. "Larger Work"
147
- means a work that combines Covered Software with other material, in
187
+ means a work that combines Covered Software with other material, in
148
188
  a separate file or files, that is not Covered Software.
149
189
 
150
190
  1.8. "License"
@@ -485,6 +525,21 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
485
525
  The unchanged source code for Eigen can be found at https://github.com/eigenteam/eigen-git-mirror
486
526
 
487
527
 
488
- ================================================================================
528
+ ================================================================================
529
+
530
+
531
+ Copyright 2025 tuyen-vuduc
532
+
533
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
489
534
 
535
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
536
+
537
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
538
+
539
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
540
+
541
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
542
+
543
+
544
+ ================================================================================
490
545
 
@@ -25,7 +25,7 @@ buildscript {
25
25
  if (ext.has("kotlinVersion")) {
26
26
  ext.kotlinVersion()
27
27
  } else {
28
- ext.safeExtGet("kotlinVersion", "1.8.22")
28
+ ext.safeExtGet("kotlinVersion", "1.9.25")
29
29
  }
30
30
  }
31
31
 
@@ -52,7 +52,7 @@ android {
52
52
  compileSdkVersion safeExtGet("compileSdkVersion", 33)
53
53
 
54
54
  defaultConfig {
55
- minSdkVersion safeExtGet("minSdkVersion", 23)
55
+ minSdkVersion safeExtGet("minSdkVersion", 24)
56
56
  targetSdkVersion safeExtGet("targetSdkVersion", 33)
57
57
  versionCode 1
58
58
  versionName "1.0"
@@ -64,7 +64,7 @@ android {
64
64
  }
65
65
 
66
66
  dependencies {
67
- def sdk_version = "7.3.0-beta.2"
67
+ def sdk_version = "7.4.0-beta.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": "7.3.0-beta.2",
3
+ "version": "7.4.0-beta.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', '= 7.3.0-beta.2'
18
+ s.dependency 'ScanditIdAamvaBarcodeVerification', '= 7.4.0-beta.1'
19
19
  s.source_files = "ios/Sources/**/*.{h,m,swift}"
20
20
  s.dependency "React"
21
21
  end