@idpass/smartscanner-capacitor 0.7.5-beta.4 → 0.7.5-beta.6
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/android/build.gradle
CHANGED
|
@@ -104,7 +104,7 @@ dependencies {
|
|
|
104
104
|
implementation 'com.jakewharton.timber:timber:4.7.1'
|
|
105
105
|
|
|
106
106
|
// CameraX
|
|
107
|
-
def camerax_version = "1.
|
|
107
|
+
def camerax_version = "1.4.2"
|
|
108
108
|
implementation "androidx.camera:camera-core:$camerax_version"
|
|
109
109
|
// CameraX core library using camera2 implementation
|
|
110
110
|
implementation "androidx.camera:camera-camera2:$camerax_version"
|
|
@@ -136,7 +136,7 @@ dependencies {
|
|
|
136
136
|
implementation 'io.reactivex.rxjava2:rxjava:2.2.19'
|
|
137
137
|
|
|
138
138
|
//Sentry
|
|
139
|
-
implementation 'io.sentry:sentry-android:
|
|
139
|
+
implementation 'io.sentry:sentry-android:8.0.0'
|
|
140
140
|
|
|
141
141
|
// Barcode
|
|
142
142
|
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idpass/smartscanner-capacitor",
|
|
3
|
-
"version": "0.7.5-beta.
|
|
3
|
+
"version": "0.7.5-beta.6",
|
|
4
4
|
"description": "Capacitor plugin for the SmartScanner Core library to scan MRZ, NFC and barcodes",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"repository": {
|
|
62
62
|
"type": "git",
|
|
63
|
-
"url": "https://github.com/idpass/smartscanner-capacitor.git"
|
|
63
|
+
"url": "git+https://github.com/idpass/smartscanner-capacitor.git"
|
|
64
64
|
},
|
|
65
65
|
"bugs": {
|
|
66
66
|
"url": "https://github.com/idpass/smartscanner-capacitor/issues"
|