scandit-react-native-datacapture-parser 8.2.0 → 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
 
@@ -284,6 +283,7 @@ includes components licensed under the following licenses:
284
283
 
285
284
  ================================================================================
286
285
 
286
+
287
287
  Copyright (c) 2017 Ollix
288
288
 
289
289
  Permission is hereby granted, free of charge, to any person
@@ -68,7 +68,7 @@ if (file( "${rootProject.projectDir}/build-test.gradle").exists()) {
68
68
  }
69
69
 
70
70
  dependencies {
71
- def sdk_version = "8.2.0"
71
+ def sdk_version = "8.2.1"
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": "8.2.0",
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-parser",
6
6
  "main": "dist/index.js",
@@ -37,9 +37,9 @@
37
37
  "typescript": "4.9.5"
38
38
  },
39
39
  "dependencies": {
40
- "scandit-datacapture-frameworks-core": "8.2.0",
41
- "scandit-datacapture-frameworks-parser": "8.2.0",
42
- "scandit-react-native-datacapture-core": "8.2.0"
40
+ "scandit-datacapture-frameworks-core": "8.2.1",
41
+ "scandit-datacapture-frameworks-parser": "8.2.1",
42
+ "scandit-react-native-datacapture-core": "8.2.1"
43
43
  },
44
44
  "packageManager": "pnpm@10.15.0"
45
45
  }
@@ -38,7 +38,7 @@ Pod::Spec.new do |s|
38
38
 
39
39
  s.dependency "React"
40
40
  s.dependency "scandit-react-native-datacapture-core", "= #{version}"
41
- s.dependency "scandit-datacapture-frameworks-parser", '= 8.2.0'
41
+ s.dependency "scandit-datacapture-frameworks-parser", '= 8.2.1'
42
42
 
43
43
  # New Architecture specific dependencies and compiler flags
44
44
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1'