@magic/fs 0.0.25 → 0.0.26
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/README.md +4 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -247,7 +247,10 @@ getFiles: allow files to be filtered by extension, using the .extension key of t
|
|
|
247
247
|
##### 0.0.25
|
|
248
248
|
update dependencies
|
|
249
249
|
|
|
250
|
-
##### 0.0.26
|
|
250
|
+
##### 0.0.26
|
|
251
|
+
update dependencies
|
|
252
|
+
|
|
253
|
+
##### 0.0.27 - unreleased
|
|
251
254
|
...
|
|
252
255
|
|
|
253
256
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic/fs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"author": "Wizards & Witches",
|
|
5
5
|
"description": "nodejs fs promises + goodies",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
"@magic-modules/no-spy": "0.0.7",
|
|
38
38
|
"@magic-modules/pre": "0.0.11",
|
|
39
39
|
"@magic-themes/docs": "0.0.14",
|
|
40
|
-
"@magic/core": "0.0.
|
|
41
|
-
"@magic/format": "0.0.
|
|
42
|
-
"@magic/test": "0.2.
|
|
40
|
+
"@magic/core": "0.0.141",
|
|
41
|
+
"@magic/format": "0.0.40",
|
|
42
|
+
"@magic/test": "0.2.11"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@magic/deep": "0.1.
|
|
46
|
-
"@magic/error": "0.0.
|
|
47
|
-
"@magic/log": "0.1.
|
|
48
|
-
"@magic/mime-types": "0.0.
|
|
49
|
-
"@magic/types": "0.1.
|
|
45
|
+
"@magic/deep": "0.1.14",
|
|
46
|
+
"@magic/error": "0.0.15",
|
|
47
|
+
"@magic/log": "0.1.16",
|
|
48
|
+
"@magic/mime-types": "0.0.16",
|
|
49
|
+
"@magic/types": "0.1.21"
|
|
50
50
|
},
|
|
51
51
|
"files": [
|
|
52
52
|
"src"
|