@capacitor/filesystem 7.1.5 → 7.1.6
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ The Filesystem API provides a NodeJS-like API for working with files on the devi
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install @capacitor/filesystem
|
|
8
|
+
npm install @capacitor/filesystem@latest-7
|
|
9
9
|
npx cap sync
|
|
10
10
|
```
|
|
11
11
|
|
|
@@ -49,7 +49,7 @@ As of version 7.1.0, the `downloadFile` functionality in the Filesystem plugin h
|
|
|
49
49
|
### Installing the File Transfer plugin
|
|
50
50
|
|
|
51
51
|
```bash
|
|
52
|
-
npm install @capacitor/file-transfer
|
|
52
|
+
npm install @capacitor/file-transfer@latest-7
|
|
53
53
|
npx cap sync
|
|
54
54
|
```
|
|
55
55
|
|
package/package.json
CHANGED