@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.
- package/dist/package-fns.d.ts +1 -2
- package/package.json +2 -2
package/dist/package-fns.d.ts
CHANGED
|
@@ -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
|
|
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.
|
|
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.
|
|
23
|
+
"@stryke/path": "^0.4.9",
|
|
24
24
|
"@stryke/type-checks": "^0.3.1",
|
|
25
25
|
"@stryke/types": "^0.8.1"
|
|
26
26
|
},
|