scandit-react-native-datacapture-parser 7.6.0 → 7.6.2
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
|
@@ -236,6 +236,52 @@ includes components licensed under the following licenses:
|
|
|
236
236
|
SOFTWARE.
|
|
237
237
|
|
|
238
238
|
|
|
239
|
+
================================================================================
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
Written by: Philip Hazel
|
|
243
|
+
Email local part: Philip.Hazel
|
|
244
|
+
Email domain: gmail.com
|
|
245
|
+
|
|
246
|
+
Retired from University of Cambridge Computing Service,
|
|
247
|
+
Cambridge, England.
|
|
248
|
+
|
|
249
|
+
Copyright (c) 1997-2007 University of Cambridge
|
|
250
|
+
Copyright (c) 2007-2024 Philip Hazel
|
|
251
|
+
All rights reserved.
|
|
252
|
+
|
|
253
|
+
Redistribution and use in source and binary forms, with or without modification,
|
|
254
|
+
are permitted provided that the following conditions are met:
|
|
255
|
+
|
|
256
|
+
* Redistributions of source code must retain the above copyright notice,
|
|
257
|
+
this list of conditions and the following disclaimer.
|
|
258
|
+
|
|
259
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
260
|
+
this list of conditions and the following disclaimer in the documentation
|
|
261
|
+
and/or other materials provided with the distribution.
|
|
262
|
+
|
|
263
|
+
* Neither the names of the copyright holders nor the names of the contributors
|
|
264
|
+
may be used to endorse or promote products derived from this software
|
|
265
|
+
without specific prior written permission.
|
|
266
|
+
|
|
267
|
+
This software is provided by the copyright holders and contributors "as is" and
|
|
268
|
+
any express or implied warranties, including, but not limited to, the implied
|
|
269
|
+
warranties of merchantability and fitness for a particular purpose are disclaimed.
|
|
270
|
+
In no event shall copyright holders or contributors be liable for any direct,
|
|
271
|
+
indirect, incidental, special, exemplary, or consequential damages
|
|
272
|
+
(including, but not limited to, procurement of substitute goods or services;
|
|
273
|
+
loss of use, data, or profits; or business interruption) however caused
|
|
274
|
+
and on any theory of liability, whether in contract, strict liability,
|
|
275
|
+
or tort (including negligence or otherwise) arising in any way out of
|
|
276
|
+
the use of this software, even if advised of the possibility of such damage.
|
|
277
|
+
|
|
278
|
+
The second condition in the BSD licence (covering binary redistributions)
|
|
279
|
+
does not apply all the way down a chain of software. If binary package A
|
|
280
|
+
includes PCRE2, it must respect the condition, but if package B is software
|
|
281
|
+
that includes package A, the condition is not imposed on package B unless
|
|
282
|
+
it uses PCRE2 independently.
|
|
283
|
+
|
|
284
|
+
|
|
239
285
|
================================================================================
|
|
240
286
|
|
|
241
287
|
|
package/android/build.gradle
CHANGED
|
@@ -68,7 +68,7 @@ if (file( "${rootProject.projectDir}/build-test.gradle").exists()) {
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
dependencies {
|
|
71
|
-
def sdk_version = "7.6.
|
|
71
|
+
def sdk_version = "7.6.2"
|
|
72
72
|
|
|
73
73
|
println("Version of the native sdk used in this build: ${safeExtGet('global_sdk_version', sdk_version)}")
|
|
74
74
|
api project(path: ':scandit-react-native-datacapture-core')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scandit-react-native-datacapture-parser",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.2",
|
|
4
4
|
"description": "Scandit Data Capture SDK for React Native",
|
|
5
5
|
"homepage": "https://github.com/Scandit/scandit-react-native-datacapture-parser",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"rollup-plugin-modify": "3.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"scandit-react-native-datacapture-core": "7.6.
|
|
40
|
-
"scandit-datacapture-frameworks-core": "7.6.
|
|
39
|
+
"scandit-react-native-datacapture-core": "7.6.2",
|
|
40
|
+
"scandit-datacapture-frameworks-core": "7.6.2"
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
|
|
|
21
21
|
|
|
22
22
|
s.dependency "React"
|
|
23
23
|
s.dependency "scandit-react-native-datacapture-core", "= #{version}"
|
|
24
|
-
s.dependency "scandit-datacapture-frameworks-parser", '= 7.6.
|
|
24
|
+
s.dependency "scandit-datacapture-frameworks-parser", '= 7.6.2'
|
|
25
25
|
end
|
|
26
26
|
|