@magic/fs 0.0.20 → 0.0.23
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 +11 -1
- package/package.json +9 -8
package/README.md
CHANGED
|
@@ -228,7 +228,17 @@ update mime-types
|
|
|
228
228
|
##### 0.0.19
|
|
229
229
|
update dependencies
|
|
230
230
|
|
|
231
|
-
##### 0.0.20
|
|
231
|
+
##### 0.0.20
|
|
232
|
+
update dependencies
|
|
233
|
+
|
|
234
|
+
##### 0.0.21
|
|
235
|
+
* add missing @magic/fs dependency
|
|
236
|
+
* update dependencies
|
|
237
|
+
|
|
238
|
+
##### 0.0.22
|
|
239
|
+
update dependencies
|
|
240
|
+
|
|
241
|
+
##### 0.0.23 - unreleased
|
|
232
242
|
...
|
|
233
243
|
|
|
234
244
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic/fs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23",
|
|
4
4
|
"author": "Wizards & Witches",
|
|
5
5
|
"description": "nodejs fs promises + goodies",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
@@ -37,15 +37,16 @@
|
|
|
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.2.
|
|
40
|
+
"@magic/core": "0.0.139",
|
|
41
|
+
"@magic/format": "0.0.38",
|
|
42
|
+
"@magic/test": "0.2.8"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@magic/deep": "0.1.
|
|
46
|
-
"@magic/error": "0.0.
|
|
47
|
-
"@magic/
|
|
48
|
-
"@magic/types": "0.
|
|
45
|
+
"@magic/deep": "0.1.11",
|
|
46
|
+
"@magic/error": "0.0.13",
|
|
47
|
+
"@magic/log": "0.1.14",
|
|
48
|
+
"@magic/mime-types": "0.0.14",
|
|
49
|
+
"@magic/types": "0.1.19"
|
|
49
50
|
},
|
|
50
51
|
"files": [
|
|
51
52
|
"src"
|