scandit-react-native-datacapture-parser 6.18.2 → 6.19.0-beta.0
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_OCR.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ScanditOCR /
|
|
1
|
+
ScanditOCR / ScanditTextCaptureBackend / ScanditIdCaptureBackend includes components licensed under the following licenses:
|
|
2
2
|
|
|
3
3
|
================================================================================================
|
|
4
4
|
By downloading, copying, installing or using the software you agree to this license.
|
|
@@ -448,5 +448,5 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
448
448
|
|
|
449
449
|
================================================================================================
|
|
450
450
|
|
|
451
|
-
The unchanged source code for Eigen used in ScanditOCR/
|
|
451
|
+
The unchanged source code for Eigen used in ScanditOCR/ScanditTextCaptureBackend/ScanditIdCaptureBackend can be found at
|
|
452
452
|
https://github.com/eigenteam/eigen-git-mirror
|
package/android/build.gradle
CHANGED
|
@@ -42,7 +42,7 @@ android {
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
dependencies {
|
|
45
|
-
def sdk_version = "6.
|
|
45
|
+
def sdk_version = "6.19.0-beta.0"
|
|
46
46
|
|
|
47
47
|
println("Version of the native sdk used in this build: ${safeExtGet('global_sdk_version', sdk_version)}")
|
|
48
48
|
api project(path: ':scandit-react-native-datacapture-core')
|
|
@@ -53,13 +53,14 @@ class ScanditDataCaptureParserModule(
|
|
|
53
53
|
DeserializationLifecycleObserver.attach(this)
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
override fun
|
|
56
|
+
override fun invalidate() {
|
|
57
57
|
DeserializationLifecycleObserver.detach(this)
|
|
58
58
|
|
|
59
59
|
Deserializers.Factory.removeComponentDeserializer(parserDeserializer)
|
|
60
60
|
parserDeserializer.listener = null
|
|
61
61
|
|
|
62
62
|
parsers.clear()
|
|
63
|
+
super.invalidate()
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
@ReactMethod
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scandit-react-native-datacapture-parser",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.19.0-beta.0",
|
|
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": "js/index.js",
|
|
@@ -29,6 +29,6 @@
|
|
|
29
29
|
"typescript": "^3.8.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"scandit-react-native-datacapture-core": "6.
|
|
32
|
+
"scandit-react-native-datacapture-core": "6.19.0-beta.0"
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
|
|
|
16
16
|
s.requires_arc = true
|
|
17
17
|
s.module_name = "ScanditDataCaptureParser"
|
|
18
18
|
s.header_dir = "ScanditDataCaptureParser"
|
|
19
|
-
s.dependency 'ScanditParser', '= 6.
|
|
19
|
+
s.dependency 'ScanditParser', '= 6.19.0-beta.0'
|
|
20
20
|
|
|
21
21
|
s.dependency "React"
|
|
22
22
|
s.dependency "scandit-react-native-datacapture-core"
|