scandit-react-native-datacapture-id 8.3.0 → 8.3.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.
@@ -103,7 +103,7 @@ if (file( "${rootProject.projectDir}/build-test.gradle").exists()) {
103
103
  }
104
104
 
105
105
  dependencies {
106
- def sdk_version = "8.3.0"
106
+ def sdk_version = "8.3.1"
107
107
 
108
108
  println("Version of the native sdk used in this build: ${safeExtGet("global_sdk_version", sdk_version)}")
109
109
  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-id",
3
- "version": "8.3.0",
3
+ "version": "8.3.1",
4
4
  "description": "Scandit Data Capture SDK for React Native",
5
5
  "homepage": "https://github.com/Scandit/scandit-react-native-datacapture-id",
6
6
  "main": "dist/index.js",
@@ -48,9 +48,9 @@
48
48
  "typescript": "4.9.5"
49
49
  },
50
50
  "dependencies": {
51
- "scandit-datacapture-frameworks-core": "8.3.0",
52
- "scandit-datacapture-frameworks-id": "8.3.0",
53
- "scandit-react-native-datacapture-core": "8.3.0"
51
+ "scandit-datacapture-frameworks-core": "8.3.1",
52
+ "scandit-datacapture-frameworks-id": "8.3.1",
53
+ "scandit-react-native-datacapture-core": "8.3.1"
54
54
  },
55
55
  "packageManager": "pnpm@10.15.0",
56
56
  "codegenConfig": {
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
  s.header_dir = "ScanditDataCaptureId"
20
20
 
21
21
  s.dependency "scandit-react-native-datacapture-core", "= #{version}"
22
- s.dependency "scandit-datacapture-frameworks-id", '= 8.3.0'
22
+ s.dependency "scandit-datacapture-frameworks-id", '= 8.3.1'
23
23
 
24
24
  is_new_arch_enabled = ENV['RCT_NEW_ARCH_ENABLED'] == '1'
25
25