@capacitor/filesystem 6.0.0-nightly-20240112T150503.0 → 6.0.0-nightly-20240116T150503.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.
|
@@ -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/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-20240116T150503.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",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "2fe419b4af67f5ee0350880c62ebeda93badc3d8"
|
|
85
85
|
}
|