@stryke/fs 0.12.0 → 0.12.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.
@@ -38,8 +38,7 @@ export declare function getPackageInfoSync(name: string, options?: PackageResolv
38
38
  /**
39
39
  * Get the package info from the package.json file
40
40
  *
41
- * @param name - The name of the package
42
- * @param options - The options to use when resolving the package
41
+ * @param cwd - The current working directory
43
42
  * @returns The package info
44
43
  */
45
44
  export declare function loadPackageJSON(cwd?: any): Promise<PackageJson | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/fs",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
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": {
@@ -20,7 +20,7 @@
20
20
  "nanotar": "^0.2.0",
21
21
  "semver": "7.7.1",
22
22
  "@stryke/json": "^0.7.1",
23
- "@stryke/path": "^0.4.8",
23
+ "@stryke/path": "^0.4.9",
24
24
  "@stryke/type-checks": "^0.3.1",
25
25
  "@stryke/types": "^0.8.1"
26
26
  },