@idpass/smartscanner-capacitor 0.7.3-beta.7 → 0.7.3-beta.8

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.
@@ -1,6 +1,5 @@
1
1
  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- xmlns:tools="http://schemas.android.com/tools"
3
- package="org.idpass.smartscanner.capacitor.smartscannercapacitorplugin">
2
+ xmlns:tools="http://schemas.android.com/tools">
4
3
 
5
4
  <uses-permission android:name="android.permission.CAMERA" />
6
5
  <uses-permission android:name="android.permission.FLASHLIGHT" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idpass/smartscanner-capacitor",
3
- "version": "0.7.3-beta.7",
3
+ "version": "0.7.3-beta.8",
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",