@idpass/smartscanner-capacitor 0.4.0 → 0.4.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.
@@ -142,7 +142,7 @@ dependencies {
142
142
  //RX
143
143
  implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
144
144
  implementation 'io.reactivex.rxjava2:rxjava:2.2.19'
145
-
145
+
146
146
  //Sentry
147
147
  implementation 'io.sentry:sentry-android:5.0.1'
148
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idpass/smartscanner-capacitor",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Capacitor plugin for the SmartScanner Core library to scan MRZ and barcodes",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",