@magic/fs 0.0.30 → 0.0.31

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 +6 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -307,7 +307,12 @@ update dependencies
307
307
  - remove deprecated getFiles and getDirectories api
308
308
  - add minDepth option
309
309
 
310
- ##### 0.0.31 - unreleased
310
+ ##### 0.0.31
311
+
312
+ - add tests for [...threedot_dirs]
313
+ - update dependencies
314
+
315
+ ##### 0.0.32 - unreleased
311
316
 
312
317
  ...
313
318
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic/fs",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "author": "Wizards & Witches",
5
5
  "description": "nodejs fs promises + goodies",
6
6
  "license": "AGPL-3.0",
@@ -38,8 +38,8 @@
38
38
  "@magic-modules/pre": "0.0.12",
39
39
  "@magic-themes/docs": "0.0.15",
40
40
  "@magic/core": "0.0.156",
41
- "@magic/format": "0.0.54",
42
- "@magic/test": "0.2.18"
41
+ "@magic/format": "0.0.66",
42
+ "@magic/test": "0.2.20"
43
43
  },
44
44
  "dependencies": {
45
45
  "@magic/deep": "0.1.16",