@stryke/fs 0.33.84 → 0.33.85

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 +16 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  # Changelog for Stryke - Fs
4
4
 
5
+ ## [0.33.84](https://github.com/storm-software/stryke/releases/tag/fs%400.33.84) (06/01/2026)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **monorepo:** Resolve issue causing `.test.ts` files to be included in package ([6fe5e79d](https://github.com/storm-software/stryke/commit/6fe5e79d))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **convert** to **v0.7.14**
14
+ - Updated **helpers** to **v0.10.23**
15
+ - Updated **json** to **v0.15.7**
16
+ - Updated **path** to **v0.29.10**
17
+ - Updated **string-format** to **v0.17.25**
18
+ - Updated **type-checks** to **v0.6.16**
19
+ - Updated **types** to **v0.12.11**
20
+
5
21
  ## [0.33.83](https://github.com/storm-software/stryke/releases/tag/fs%400.33.83) (06/01/2026)
6
22
 
7
23
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/fs",
3
- "version": "0.33.84",
3
+ "version": "0.33.85",
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": {
@@ -105,14 +105,14 @@
105
105
  "types": "./dist/index.d.cts",
106
106
  "dependencies": {
107
107
  "@antfu/install-pkg": "^1.1.0",
108
- "@storm-software/config-tools": "^1.190.37",
109
- "@stryke/convert": "^0.7.14",
110
- "@stryke/helpers": "^0.10.23",
111
- "@stryke/json": "^0.15.7",
112
- "@stryke/path": "^0.29.10",
113
- "@stryke/string-format": "^0.17.25",
114
- "@stryke/type-checks": "^0.6.16",
115
- "@stryke/types": "^0.12.11",
108
+ "@storm-software/config-tools": "^1.190.40",
109
+ "@stryke/convert": "^0.7.15",
110
+ "@stryke/helpers": "^0.10.24",
111
+ "@stryke/json": "^0.15.8",
112
+ "@stryke/path": "^0.29.11",
113
+ "@stryke/string-format": "^0.17.26",
114
+ "@stryke/type-checks": "^0.6.17",
115
+ "@stryke/types": "^0.12.12",
116
116
  "chalk": "^5.6.2",
117
117
  "defu": "^6.1.7",
118
118
  "glob": "^11.1.0",
@@ -129,5 +129,5 @@
129
129
  "tsdown": "^0.21.10"
130
130
  },
131
131
  "publishConfig": { "access": "public" },
132
- "gitHead": "d660a476f1e788523a32652b8c0f96da7735891b"
132
+ "gitHead": "bd69eed49ebce911858f4439a92b2d4e6e20c6df"
133
133
  }