@idpass/smartscanner-capacitor 0.4.2 → 0.4.3

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.
@@ -96,7 +96,7 @@ dependencies {
96
96
  implementation 'androidx.preference:preference-ktx:1.1.1'
97
97
 
98
98
  // ML Kit dependencies
99
- implementation 'com.google.mlkit:text-recognition:16.0.0-beta5'
99
+ implementation 'com.google.mlkit:text-recognition:16.0.0-beta6'
100
100
  implementation 'com.google.mlkit:barcode-scanning:17.0.2'
101
101
 
102
102
  // Glide
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idpass/smartscanner-capacitor",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
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",