@capacitor/filesystem 6.0.0-nightly-20240126T150452.0 → 6.0.0-nightly-20240129T150508.0
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 +1 -1
- package/dist/docs.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -100,7 +100,7 @@ const readFilePath = async () => {
|
|
|
100
100
|
* [`checkPermissions()`](#checkpermissions)
|
|
101
101
|
* [`requestPermissions()`](#requestpermissions)
|
|
102
102
|
* [`downloadFile(...)`](#downloadfile)
|
|
103
|
-
* [`addListener('progress', ...)`](#addlistenerprogress)
|
|
103
|
+
* [`addListener('progress', ...)`](#addlistenerprogress-)
|
|
104
104
|
* [`removeAllListeners()`](#removealllisteners)
|
|
105
105
|
* [Interfaces](#interfaces)
|
|
106
106
|
* [Type Aliases](#type-aliases)
|
package/dist/docs.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/filesystem",
|
|
3
|
-
"version": "6.0.0-nightly-
|
|
3
|
+
"version": "6.0.0-nightly-20240129T150508.0",
|
|
4
4
|
"description": "The Filesystem API provides a NodeJS-like API for working with files on the device.",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@capacitor/android": "next",
|
|
51
51
|
"@capacitor/core": "next",
|
|
52
|
-
"@capacitor/docgen": "0.2.
|
|
52
|
+
"@capacitor/docgen": "0.2.2",
|
|
53
53
|
"@capacitor/ios": "next",
|
|
54
54
|
"@ionic/eslint-config": "^0.3.0",
|
|
55
55
|
"@ionic/prettier-config": "~1.0.1",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "5cc0e658a485c35c0c41034c55cbadcadd6e3ad2"
|
|
85
85
|
}
|