@capacitor/filesystem 5.2.0 → 5.2.1
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
|
@@ -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)
|
|
@@ -460,7 +460,7 @@ public class FilesystemPlugin extends Plugin {
|
|
|
460
460
|
permissionsResultJSON.put(PUBLIC_STORAGE, "granted");
|
|
461
461
|
call.resolve(permissionsResultJSON);
|
|
462
462
|
} else {
|
|
463
|
-
|
|
463
|
+
super.requestPermissions(call);
|
|
464
464
|
}
|
|
465
465
|
}
|
|
466
466
|
|
package/dist/docs.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/filesystem",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.1",
|
|
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",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@capacitor/android": "^5.1.1",
|
|
49
49
|
"@capacitor/core": "^5.1.1",
|
|
50
|
-
"@capacitor/docgen": "0.2.
|
|
50
|
+
"@capacitor/docgen": "0.2.2",
|
|
51
51
|
"@capacitor/ios": "^5.1.1",
|
|
52
52
|
"@ionic/eslint-config": "^0.3.0",
|
|
53
53
|
"@ionic/prettier-config": "~1.0.1",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "d5483ce9f666f1a38c25a11e63899fd35701ca45"
|
|
83
83
|
}
|