@magic/fs 0.0.36 → 0.0.37

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/README.md +5 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -334,7 +334,11 @@ update dependencies
334
334
 
335
335
  - getFiles: options.root can be undefined, leading to correct depth calculations
336
336
 
337
- ##### 0.0.37 - unreleased
337
+ ##### 0.0.37
338
+
339
+ - update dependencies
340
+
341
+ ##### 0.0.38 - unreleased
338
342
 
339
343
  ...
340
344
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic/fs",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "author": "Wizards & Witches",
5
5
  "description": "nodejs fs promises + goodies",
6
6
  "license": "AGPL-3.0",
@@ -42,16 +42,16 @@
42
42
  "@magic-themes/docs": "0.0.15",
43
43
  "@magic/core": "0.0.156",
44
44
  "@magic/format": "0.0.68",
45
- "@magic/test": "0.2.24",
45
+ "@magic/test": "0.2.25",
46
46
  "@types/node": "24.9.2",
47
47
  "typescript": "5.9.3"
48
48
  },
49
49
  "dependencies": {
50
- "@magic/deep": "0.1.18",
51
- "@magic/error": "0.0.20",
52
- "@magic/log": "0.1.20",
53
- "@magic/mime-types": "0.0.21",
54
- "@magic/types": "0.1.29"
50
+ "@magic/deep": "0.1.20",
51
+ "@magic/error": "0.0.21",
52
+ "@magic/log": "0.1.21",
53
+ "@magic/mime-types": "0.0.22",
54
+ "@magic/types": "0.1.30"
55
55
  },
56
56
  "files": [
57
57
  "src",