@capgo/capacitor-document-scanner 7.1.1 → 7.1.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.
package/README.md CHANGED
@@ -7,6 +7,10 @@
7
7
  </div>
8
8
  Capacitor plugin to scan document iOS and Android
9
9
 
10
+ ## Documentation
11
+
12
+ The most complete doc is available here: https://capgo.app/docs/plugins/document-scanner/
13
+
10
14
  ## Install
11
15
 
12
16
  ```bash
@@ -4,7 +4,7 @@ import Foundation
4
4
  @available(iOS 13.0, *)
5
5
  @objc(DocumentScannerPlugin)
6
6
  public class DocumentScannerPlugin: CAPPlugin, CAPBridgedPlugin {
7
- private let PLUGIN_VERSION: String = "7.1.1"
7
+ private let PLUGIN_VERSION: String = "7.1.3"
8
8
  public let identifier = "DocumentScannerPlugin"
9
9
  public let jsName = "DocumentScanner"
10
10
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-document-scanner",
3
- "version": "7.1.1",
3
+ "version": "7.1.3",
4
4
  "description": "Capacitor plugin to scan document iOS and Android",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",