@visulima/fs 4.0.1 → 4.0.2
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 +17 -0
- package/LICENSE.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## @visulima/fs [4.0.2](https://github.com/visulima/visulima/compare/@visulima/fs@4.0.1...@visulima/fs@4.0.2) (2025-10-21)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* allow node v25 and updated dev deps ([8158cc5](https://github.com/visulima/visulima/commit/8158cc53ec92bd0331e8c6bd0fcbc8ab61b9320f))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* update copyright year in LICENSE.md files ([c46a28d](https://github.com/visulima/visulima/commit/c46a28d2afb4cc7d73a7edde9a271a7156f87eae))
|
|
10
|
+
* update license years and add validation rules ([b97811e](https://github.com/visulima/visulima/commit/b97811ed2d253d908c0d86b4579a0a6bc33673a8))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* **@visulima/path:** upgraded to 2.0.1
|
|
16
|
+
* **@visulima/error:** upgraded to 5.0.2
|
|
17
|
+
|
|
1
18
|
## @visulima/fs [4.0.1](https://github.com/visulima/visulima/compare/@visulima/fs@4.0.0...@visulima/fs@4.0.1) (2025-10-20)
|
|
2
19
|
|
|
3
20
|
### Bug Fixes
|
package/LICENSE.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/fs",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Human friendly file system utilities for Node.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"LICENSE.md"
|
|
114
114
|
],
|
|
115
115
|
"dependencies": {
|
|
116
|
-
"@visulima/path": "2.0.
|
|
116
|
+
"@visulima/path": "2.0.1",
|
|
117
117
|
"type-fest": "^5.1.0"
|
|
118
118
|
},
|
|
119
119
|
"peerDependencies": {
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"engines": {
|
|
128
|
-
"node": ">=20.19 <=
|
|
128
|
+
"node": ">=20.19 <=25.x"
|
|
129
129
|
},
|
|
130
130
|
"os": [
|
|
131
131
|
"darwin",
|