@stryke/fs 0.33.80 → 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 +36 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -2,6 +2,42 @@
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
+
25
+ ## [0.33.80](https://github.com/storm-software/stryke/releases/tag/fs%400.33.80) (05/30/2026)
26
+
27
+ ### Miscellaneous
28
+
29
+ - **monorepo:** Update config file specified in `tsconfig.json` exludes ([359c616a](https://github.com/storm-software/stryke/commit/359c616a))
30
+
31
+ ### Updated Dependencies
32
+
33
+ - Updated **convert** to **v0.7.11**
34
+ - Updated **helpers** to **v0.10.20**
35
+ - Updated **json** to **v0.15.4**
36
+ - Updated **path** to **v0.29.7**
37
+ - Updated **string-format** to **v0.17.22**
38
+ - Updated **type-checks** to **v0.6.13**
39
+ - Updated **types** to **v0.12.8**
40
+
5
41
  ## [0.33.79](https://github.com/storm-software/stryke/releases/tag/fs%400.33.79) (05/27/2026)
6
42
 
7
43
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/fs",
3
- "version": "0.33.80",
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": {
@@ -198,7 +198,7 @@
198
198
  "import": "./dist/yaml.test.mjs",
199
199
  "require": "./dist/yaml.test.cjs"
200
200
  },
201
- "./*": "./*"
201
+ "./package.json": "./package.json"
202
202
  },
203
203
  "main": "./dist/index.cjs",
204
204
  "module": "./dist/index.mjs",
@@ -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.11",
210
- "@stryke/helpers": "^0.10.20",
211
- "@stryke/json": "^0.15.4",
212
- "@stryke/path": "^0.29.7",
213
- "@stryke/string-format": "^0.17.22",
214
- "@stryke/type-checks": "^0.6.13",
215
- "@stryke/types": "^0.12.8",
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": "004d35078864920425b41d1d90b45ef504f5a092"
232
+ "gitHead": "ece0282e088042eeb03cb46bee01751c598fcf4a"
233
233
  }