@visulima/fs 5.0.0-alpha.1 → 5.0.0-alpha.3

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 +28 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## @visulima/fs [5.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/fs@5.0.0-alpha.2...@visulima/fs@5.0.0-alpha.3) (2025-12-27)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **fs:** update package files ([be82cef](https://github.com/visulima/visulima/commit/be82cef29dfcc917ec0c4790649d7a29c90d0644))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * fixed project.json names and schema path ([964722f](https://github.com/visulima/visulima/commit/964722f691db205c7edb9aa6db29e849a647500b))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/path:** upgraded to 3.0.0-alpha.4
15
+ * **@visulima/error:** upgraded to 6.0.0-alpha.3
16
+
17
+ ## @visulima/fs [5.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/fs@5.0.0-alpha.1...@visulima/fs@5.0.0-alpha.2) (2025-12-11)
18
+
19
+ ### Bug Fixes
20
+
21
+ * update package OG images across multiple packages ([f08e4dd](https://github.com/visulima/visulima/commit/f08e4dd2b105ccb29c8412020a9c2be36d6c1e9e))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * **@visulima/path:** upgraded to 3.0.0-alpha.3
27
+ * **@visulima/error:** upgraded to 6.0.0-alpha.2
28
+
1
29
  ## @visulima/fs [5.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/fs@4.1.0...@visulima/fs@5.0.0-alpha.1) (2025-12-07)
2
30
 
3
31
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/fs",
3
- "version": "5.0.0-alpha.1",
3
+ "version": "5.0.0-alpha.3",
4
4
  "description": "Human friendly file system utilities for Node.js",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -113,8 +113,8 @@
113
113
  "LICENSE.md"
114
114
  ],
115
115
  "dependencies": {
116
- "@visulima/path": "3.0.0-alpha.2",
117
- "type-fest": "^5.3.0"
116
+ "@visulima/path": "3.0.0-alpha.4",
117
+ "type-fest": "^5.3.1"
118
118
  },
119
119
  "peerDependencies": {
120
120
  "yaml": "^2.7.1"