@idpass/smartscanner-capacitor 0.7.0 → 0.7.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.
@@ -19,3 +19,9 @@
19
19
  # If you keep the line number information, uncomment this to
20
20
  # hide the original source file name.
21
21
  #-renamesourcefileattribute SourceFile
22
+
23
+ # Keep StringConcatFactory which is referenced but may be removed
24
+ -keep class java.lang.invoke.StringConcatFactory { *; }
25
+
26
+ # Keep IDPassReader which is referenced but may be removed
27
+ -keep class org.idpass.lite.IDPassReader { *; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idpass/smartscanner-capacitor",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
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",
@@ -1 +0,0 @@
1
- /build
package/ios/.npmignore DELETED
@@ -1,4 +0,0 @@
1
- Pods/
2
- Podfile.lock
3
- contents.xcworkspacedata
4
- xcuserdata/