@stryke/fs 0.32.11 → 0.32.12

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 (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/fs",
3
- "version": "0.32.11",
3
+ "version": "0.32.12",
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,15 +9,15 @@
9
9
  "directory": "packages/fs"
10
10
  },
11
11
  "private": false,
12
- "peerDependencies": { "nx": "22.0.2" },
12
+ "peerDependencies": { "nx": "22.0.3" },
13
13
  "peerDependenciesMeta": { "nx": { "optional": true } },
14
14
  "dependencies": {
15
15
  "@antfu/install-pkg": "^1.1.0",
16
16
  "@ltd/j-toml": "^1.38.0",
17
- "@storm-software/config-tools": "^1.188.19",
18
- "@stryke/convert": "^0.6.1",
19
- "@stryke/path": "^0.19.0",
20
- "@stryke/string-format": "^0.12.1",
17
+ "@storm-software/config-tools": "^1.188.38",
18
+ "@stryke/convert": "^0.6.2",
19
+ "@stryke/path": "^0.19.1",
20
+ "@stryke/string-format": "^0.12.2",
21
21
  "chalk": "^5.6.2",
22
22
  "defu": "^6.1.4",
23
23
  "glob": "^11.0.3",
@@ -25,14 +25,14 @@
25
25
  "nanotar": "^0.2.0",
26
26
  "semver": "7.7.1",
27
27
  "yaml": "^2.8.1",
28
- "@stryke/json": "^0.9.3",
29
- "@stryke/type-checks": "^0.3.10",
30
- "@stryke/types": "^0.10.0"
28
+ "@stryke/json": "^0.9.4",
29
+ "@stryke/type-checks": "^0.3.11",
30
+ "@stryke/types": "^0.10.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/node": "^22.19.0",
33
+ "@types/node": "^22.19.1",
34
34
  "@types/semver": "^7.7.1",
35
- "nx": "22.0.2",
35
+ "nx": "22.0.3",
36
36
  "tinyexec": "^0.3.2"
37
37
  },
38
38
  "publishConfig": { "access": "public" },
@@ -409,5 +409,5 @@
409
409
  "main": "./dist/index.cjs",
410
410
  "module": "./dist/index.mjs",
411
411
  "types": "./dist/index.d.ts",
412
- "gitHead": "906d6304c09a8964297fa784f96377535fca6769"
412
+ "gitHead": "6772e4e88d48af5c80a74dcc8f6eafafc8ce77d1"
413
413
  }