@stryke/fs 0.12.0 â 0.12.2
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/README.md +1 -1
- package/dist/package-fns.d.ts +1 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ This package is part of Storm Software's **đŠī¸ Stryke** monorepo. Stryke pac
|
|
|
22
22
|
|
|
23
23
|
<h3 align="center">đģ Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
24
24
|
|
|
25
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
26
26
|
|
|
27
27
|
> [!IMPORTANT] This repository, and the apps, libraries, and tools contained
|
|
28
28
|
> within, is still in it's initial development phase. As a result, bugs and
|
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.2",
|
|
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": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"directory": "packages/fs"
|
|
10
10
|
},
|
|
11
11
|
"private": false,
|
|
12
|
-
"peerDependencies": { "nx": "^
|
|
12
|
+
"peerDependencies": { "nx": "^21.0.3" },
|
|
13
13
|
"peerDependenciesMeta": { "nx": { "optional": true } },
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@antfu/install-pkg": "^1.0.0",
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"glob": "^11.0.1",
|
|
20
20
|
"nanotar": "^0.2.0",
|
|
21
21
|
"semver": "7.7.1",
|
|
22
|
-
"@stryke/json": "^0.
|
|
23
|
-
"@stryke/path": "^0.4.
|
|
24
|
-
"@stryke/type-checks": "^0.3.
|
|
22
|
+
"@stryke/json": "^0.8.1",
|
|
23
|
+
"@stryke/path": "^0.4.11",
|
|
24
|
+
"@stryke/type-checks": "^0.3.2",
|
|
25
25
|
"@stryke/types": "^0.8.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "^22.13.1",
|
|
29
29
|
"@types/semver": "^7.5.8",
|
|
30
|
-
"nx": "^
|
|
30
|
+
"nx": "^21.0.3",
|
|
31
31
|
"tinyexec": "^0.3.2"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": { "access": "public" },
|