scandit-titanium-datacapture-core 7.1.0 → 7.2.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.
- package/README.md +3 -0
- package/android/dist/com.scandit.ti.datacapture.core-android-7.2.0-beta.1.zip +0 -0
- package/ios/dist/{com.scandit.ti.datacapture.core-iphone-7.1.0.zip → com.scandit.ti.datacapture.core-iphone-7.2.0-beta.1.zip} +0 -0
- package/package.json +9 -9
- package/android/dist/com.scandit.ti.datacapture.core-android-7.1.0.zip +0 -0
package/README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
ScanditCaptureCore builds the foundation of all data capture related functionality offered by the Scandit Data Capture SDK. It contains classes and interfaces shared between the data capture modules.
|
|
2
|
+
|
|
3
|
+
Learn more with the [official documentation](https://docs.scandit.com/) or get started with [our samples](https://github.com/Scandit/datacapture-titanium-samples)
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scandit-titanium-datacapture-core",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.0-beta.1",
|
|
4
4
|
"description": "Scandit Data Capture SDK for Titanium",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -26,25 +26,25 @@
|
|
|
26
26
|
"webpack-cli": "5.1.4"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
|
29
|
-
"android/dist/com.scandit.ti.datacapture.core-android-7.
|
|
29
|
+
"android/dist/com.scandit.ti.datacapture.core-android-7.2.0-beta.1.zip",
|
|
30
30
|
"appc-npm",
|
|
31
|
-
"ios/dist/com.scandit.ti.datacapture.core-iphone-7.
|
|
31
|
+
"ios/dist/com.scandit.ti.datacapture.core-iphone-7.2.0-beta.1.zip"
|
|
32
32
|
],
|
|
33
33
|
"appc-npm": {
|
|
34
34
|
"unzip": [
|
|
35
|
-
"android/dist/com.scandit.ti.datacapture.core-android-7.
|
|
36
|
-
"ios/dist/com.scandit.ti.datacapture.core-iphone-7.
|
|
35
|
+
"android/dist/com.scandit.ti.datacapture.core-android-7.2.0-beta.1.zip",
|
|
36
|
+
"ios/dist/com.scandit.ti.datacapture.core-iphone-7.2.0-beta.1.zip"
|
|
37
37
|
],
|
|
38
38
|
"tiapp": [
|
|
39
39
|
{
|
|
40
40
|
"name": "com.scandit.ti.datacapture.core",
|
|
41
|
-
"version": "7.
|
|
42
|
-
"platform": "
|
|
41
|
+
"version": "7.2.0-beta.1",
|
|
42
|
+
"platform": "iphone"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"name": "com.scandit.ti.datacapture.core",
|
|
46
|
-
"version": "7.
|
|
47
|
-
"platform": "
|
|
46
|
+
"version": "7.2.0-beta.1",
|
|
47
|
+
"platform": "android"
|
|
48
48
|
}
|
|
49
49
|
],
|
|
50
50
|
"target": {
|
|
Binary file
|