@capgo/capacitor-autofill-save-password 7.1.3 → 7.1.5

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,10 @@ IOS work for old versions and 18.3
15
15
 
16
16
  Android still WIP
17
17
 
18
+ ## Documentation
19
+
20
+ The most complete doc is available here: https://capgo.app/docs/plugins/autofill-save-password/
21
+
18
22
  ## Install
19
23
 
20
24
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-autofill-save-password",
3
- "version": "7.1.3",
3
+ "version": "7.1.5",
4
4
  "description": "Prompt to display dialog for saving password to keychain from webview app",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",