@magic/fs 0.0.16 → 0.0.20
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 +10 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -219,7 +219,16 @@ update @magic/types to avoid circular dependency
|
|
|
219
219
|
##### 0.0.16
|
|
220
220
|
add deprecation warning for calls to fs.getDirectories, fs.getFilePath and fs.getFiles that do not use an options object
|
|
221
221
|
|
|
222
|
-
##### 0.0.17
|
|
222
|
+
##### 0.0.17
|
|
223
|
+
update dependencies
|
|
224
|
+
|
|
225
|
+
##### 0.0.18
|
|
226
|
+
update mime-types
|
|
227
|
+
|
|
228
|
+
##### 0.0.19
|
|
229
|
+
update dependencies
|
|
230
|
+
|
|
231
|
+
##### 0.0.20 - unreleased
|
|
223
232
|
...
|
|
224
233
|
|
|
225
234
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic/fs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"author": "Wizards & Witches",
|
|
5
5
|
"description": "nodejs fs promises + goodies",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"@magic-modules/no-spy": "0.0.6",
|
|
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.
|
|
40
|
+
"@magic/core": "0.0.133",
|
|
41
|
+
"@magic/format": "0.0.34",
|
|
42
|
+
"@magic/test": "0.2.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@magic/deep": "0.1.
|
|
46
|
-
"@magic/error": "0.0.
|
|
47
|
-
"@magic/mime-types": "0.0.
|
|
48
|
-
"@magic/types": "0.1.
|
|
45
|
+
"@magic/deep": "0.1.9",
|
|
46
|
+
"@magic/error": "0.0.11",
|
|
47
|
+
"@magic/mime-types": "0.0.13",
|
|
48
|
+
"@magic/types": "0.1.17"
|
|
49
49
|
},
|
|
50
50
|
"files": [
|
|
51
51
|
"src"
|