@stryke/fs 0.33.67 → 0.33.69
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.
- package/CHANGELOG.md +24 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Stryke - Fs
|
|
4
4
|
|
|
5
|
+
## [0.33.69](https://github.com/storm-software/stryke/releases/tag/fs%400.33.69) (04/26/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **string-format** to **v0.17.12**
|
|
10
|
+
- Updated **type-checks** to **v0.6.4**
|
|
11
|
+
- Updated **convert** to **v0.7.2**
|
|
12
|
+
- Updated **helpers** to **v0.10.11**
|
|
13
|
+
- Updated **types** to **v0.11.6**
|
|
14
|
+
- Updated **json** to **v0.14.15**
|
|
15
|
+
- Updated **path** to **v0.28.1**
|
|
16
|
+
|
|
17
|
+
## [0.33.68](https://github.com/storm-software/stryke/releases/tag/fs%400.33.68) (04/26/2026)
|
|
18
|
+
|
|
19
|
+
### Updated Dependencies
|
|
20
|
+
|
|
21
|
+
- Updated **string-format** to **v0.17.11**
|
|
22
|
+
- Updated **type-checks** to **v0.6.3**
|
|
23
|
+
- Updated **convert** to **v0.7.1**
|
|
24
|
+
- Updated **helpers** to **v0.10.10**
|
|
25
|
+
- Updated **types** to **v0.11.5**
|
|
26
|
+
- Updated **json** to **v0.14.14**
|
|
27
|
+
- Updated **path** to **v0.28.0**
|
|
28
|
+
|
|
5
29
|
## [0.33.67](https://github.com/storm-software/stryke/releases/tag/fs%400.33.67) (04/26/2026)
|
|
6
30
|
|
|
7
31
|
### Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/fs",
|
|
3
|
-
"version": "0.33.
|
|
3
|
+
"version": "0.33.69",
|
|
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,11 +105,11 @@
|
|
|
105
105
|
"types": "./dist/index.d.cts",
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@antfu/install-pkg": "^1.1.0",
|
|
108
|
-
"@storm-software/config-tools": "^1.189.
|
|
109
|
-
"@stryke/convert": "^0.7.
|
|
110
|
-
"@stryke/helpers": "^0.10.
|
|
111
|
-
"@stryke/path": "^0.
|
|
112
|
-
"@stryke/string-format": "^0.17.
|
|
108
|
+
"@storm-software/config-tools": "^1.189.78",
|
|
109
|
+
"@stryke/convert": "^0.7.2",
|
|
110
|
+
"@stryke/helpers": "^0.10.11",
|
|
111
|
+
"@stryke/path": "^0.28.1",
|
|
112
|
+
"@stryke/string-format": "^0.17.12",
|
|
113
113
|
"chalk": "^5.6.2",
|
|
114
114
|
"defu": "^6.1.7",
|
|
115
115
|
"glob": "^11.1.0",
|
|
@@ -122,12 +122,12 @@
|
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@types/node": "^24.12.2",
|
|
124
124
|
"@types/semver": "^7.7.1",
|
|
125
|
-
"nx": "22.
|
|
125
|
+
"nx": "22.7.0",
|
|
126
126
|
"tinyexec": "^0.3.2",
|
|
127
127
|
"tsdown": "^0.17.2"
|
|
128
128
|
},
|
|
129
|
-
"peerDependencies": { "nx": "22.
|
|
129
|
+
"peerDependencies": { "nx": "22.7.0" },
|
|
130
130
|
"peerDependenciesMeta": { "nx": { "optional": true } },
|
|
131
131
|
"publishConfig": { "access": "public" },
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "d934face11e0511f16942786bd609d4cec659ec6"
|
|
133
133
|
}
|