@stryke/fs 0.16.0 → 0.17.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.
@@ -9,7 +9,6 @@ export declare const removeFileSync: (filePath: string) => void;
9
9
  * Remove the given content to the given file path
10
10
  *
11
11
  * @param filePath - The file path to read to
12
- * @param content - The content to remove to the file
13
12
  * @returns The content of the file
14
13
  */
15
14
  export declare const removeFile: (filePath: string) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/fs",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "type": "module",
5
5
  "description": "A package containing various file system utilities that expand the functionality of NodeJs's built-in `fs` module.",
6
6
  "repository": {
@@ -15,7 +15,7 @@
15
15
  "@antfu/install-pkg": "^1.0.0",
16
16
  "@ltd/j-toml": "^1.38.0",
17
17
  "@stryke/convert": "^0.2.0",
18
- "@stryke/path": "^0.5.1",
18
+ "@stryke/path": "^0.7.0",
19
19
  "@zkochan/js-yaml": "^0.0.7",
20
20
  "chalk": "^5.4.1",
21
21
  "defu": "^6.1.4",