@idpass/smartscanner-capacitor 0.7.0 → 0.7.2

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,19 @@
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 { *; }
28
+
29
+ # Keep all classes in the IDPass package
30
+ -keep class org.idpass.** { *; }
31
+ -keep interface org.idpass.** { *; }
32
+
33
+ # Please add these rules to your existing keep rules in order to suppress warnings.
34
+ # This is generated automatically by the Android Gradle plugin.
35
+ -dontwarn java.lang.invoke.StringConcatFactory
36
+ -dontwarn org.idpass.lite.IDPassReader
37
+
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.2",
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/