@stryke/fs 0.33.47 → 0.33.48

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Stryke - Fs
4
4
 
5
+ ## [0.33.47](https://github.com/storm-software/stryke/releases/tag/fs%400.33.47) (03/03/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **string-format** to **v0.14.6**
10
+ - Updated **type-checks** to **v0.5.29**
11
+ - Updated **convert** to **v0.6.44**
12
+ - Updated **helpers** to **v0.9.46**
13
+ - Updated **types** to **v0.10.43**
14
+ - Updated **json** to **v0.12.0**
15
+ - Updated **path** to **v0.26.10**
16
+
5
17
  ## [0.33.46](https://github.com/storm-software/stryke/releases/tag/fs%400.33.46) (03/02/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.47",
3
+ "version": "0.33.48",
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": {
@@ -109,10 +109,10 @@
109
109
  "@antfu/install-pkg": "^1.1.0",
110
110
  "@ltd/j-toml": "^1.38.0",
111
111
  "@storm-software/config-tools": "^1.189.11",
112
- "@stryke/convert": "^0.6.44",
113
- "@stryke/helpers": "^0.9.46",
114
- "@stryke/path": "^0.26.10",
115
- "@stryke/string-format": "^0.14.6",
112
+ "@stryke/convert": "^0.6.45",
113
+ "@stryke/helpers": "^0.9.47",
114
+ "@stryke/path": "^0.26.11",
115
+ "@stryke/string-format": "^0.14.7",
116
116
  "chalk": "^5.6.2",
117
117
  "defu": "^6.1.4",
118
118
  "glob": "^11.1.0",
@@ -129,5 +129,5 @@
129
129
  "tsdown": "^0.17.2"
130
130
  },
131
131
  "publishConfig": { "access": "public" },
132
- "gitHead": "b8125bf046febc1991df62777827d0481c2c89c0"
132
+ "gitHead": "793c21dcc2c0734890ffe5e40bd69683455dc301"
133
133
  }