@stryke/fs 0.33.81 → 0.33.82

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 +20 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  # Changelog for Stryke - Fs
4
4
 
5
+ ## [0.33.81](https://github.com/storm-software/stryke/releases/tag/fs%400.33.81) (05/30/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Remove remaining `jest` configuration ([1fd3d7d2](https://github.com/storm-software/stryke/commit/1fd3d7d2))
10
+
11
+ ### Bug Fixes
12
+
13
+ - **monorepo:** Resolve issue with `.test.ts` exports in `package.json` file ([31d85e19](https://github.com/storm-software/stryke/commit/31d85e19))
14
+
15
+ ### Updated Dependencies
16
+
17
+ - Updated **convert** to **v0.7.12**
18
+ - Updated **helpers** to **v0.10.21**
19
+ - Updated **json** to **v0.15.5**
20
+ - Updated **path** to **v0.29.8**
21
+ - Updated **string-format** to **v0.17.23**
22
+ - Updated **type-checks** to **v0.6.14**
23
+ - Updated **types** to **v0.12.9**
24
+
5
25
  ## [0.33.80](https://github.com/storm-software/stryke/releases/tag/fs%400.33.80) (05/30/2026)
6
26
 
7
27
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/fs",
3
- "version": "0.33.81",
3
+ "version": "0.33.82",
4
4
  "private": false,
5
5
  "description": "A package containing various file system utilities that expand the functionality of NodeJs's built-in `fs` module.",
6
6
  "repository": {
@@ -206,13 +206,13 @@
206
206
  "dependencies": {
207
207
  "@antfu/install-pkg": "^1.1.0",
208
208
  "@storm-software/config-tools": "^1.190.37",
209
- "@stryke/convert": "^0.7.12",
210
- "@stryke/helpers": "^0.10.21",
211
- "@stryke/json": "^0.15.5",
212
- "@stryke/path": "^0.29.8",
213
- "@stryke/string-format": "^0.17.23",
214
- "@stryke/type-checks": "^0.6.14",
215
- "@stryke/types": "^0.12.9",
209
+ "@stryke/convert": "^0.7.13",
210
+ "@stryke/helpers": "^0.10.22",
211
+ "@stryke/json": "^0.15.6",
212
+ "@stryke/path": "^0.29.9",
213
+ "@stryke/string-format": "^0.17.24",
214
+ "@stryke/type-checks": "^0.6.15",
215
+ "@stryke/types": "^0.12.10",
216
216
  "chalk": "^5.6.2",
217
217
  "defu": "^6.1.7",
218
218
  "glob": "^11.1.0",
@@ -229,5 +229,5 @@
229
229
  "tsdown": "^0.21.10"
230
230
  },
231
231
  "publishConfig": { "access": "public" },
232
- "gitHead": "166741e285a7112dfc6dd34206b43578dc4d19ec"
232
+ "gitHead": "ece0282e088042eeb03cb46bee01751c598fcf4a"
233
233
  }