@capacitor/filesystem 6.0.3 → 6.0.4-dev-2342-20250409T114531.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -3
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-6
9
9
  npx cap sync
10
10
  ```
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/filesystem",
3
- "version": "6.0.3",
3
+ "version": "6.0.4-dev-2342-20250409T114531.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",
@@ -80,6 +80,5 @@
80
80
  },
81
81
  "publishConfig": {
82
82
  "access": "public"
83
- },
84
- "gitHead": "adb1bbe6a8936f8fb388252c502a1ade0d30b60f"
83
+ }
85
84
  }