@stryke/fs 0.33.31 → 0.33.32

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 (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Stryke - Fs
4
4
 
5
+ ## [0.33.31](https://github.com/storm-software/stryke/releases/tag/fs%400.33.31) (01/16/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **string-format** to **v0.13.2**
10
+ - Updated **type-checks** to **v0.5.18**
11
+ - Updated **convert** to **v0.6.33**
12
+ - Updated **helpers** to **v0.9.35**
13
+ - Updated **types** to **v0.10.32**
14
+ - Updated **json** to **v0.9.36**
15
+ - Updated **path** to **v0.24.4**
16
+
5
17
  ## [0.33.30](https://github.com/storm-software/stryke/releases/tag/fs%400.33.30) (01/15/2026)
6
18
 
7
19
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/fs",
3
- "version": "0.33.31",
3
+ "version": "0.33.32",
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": {
@@ -111,7 +111,7 @@
111
111
  "@storm-software/config-tools": "^1.188.80",
112
112
  "@stryke/convert": "^0.6.33",
113
113
  "@stryke/helpers": "^0.9.35",
114
- "@stryke/path": "^0.24.4",
114
+ "@stryke/path": "^0.25.0",
115
115
  "@stryke/string-format": "^0.13.2",
116
116
  "chalk": "^5.6.2",
117
117
  "defu": "^6.1.4",
@@ -129,5 +129,5 @@
129
129
  "tsdown": "^0.17.2"
130
130
  },
131
131
  "publishConfig": { "access": "public" },
132
- "gitHead": "8b7fc067d9cb2000a264ca3829f8c94c1b5e4424"
132
+ "gitHead": "d7628ea6fec405e8ba9926647a055820bbc4ee87"
133
133
  }