@magic/cli 0.0.39 → 0.0.42
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 +12 -12
package/README.md
CHANGED
|
@@ -463,5 +463,14 @@ update dependencies
|
|
|
463
463
|
* update devdependencies
|
|
464
464
|
* parse.argv does not error if args do not have a length
|
|
465
465
|
|
|
466
|
-
##### 0.0.40
|
|
466
|
+
##### 0.0.40
|
|
467
|
+
update dependencies
|
|
468
|
+
|
|
469
|
+
##### 0.0.41
|
|
470
|
+
update dependencies
|
|
471
|
+
|
|
472
|
+
##### 0.0.42
|
|
473
|
+
update dependencies
|
|
474
|
+
|
|
475
|
+
##### 0.0.43 - unreleased
|
|
467
476
|
...
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.42",
|
|
4
4
|
"homepage": "https://magic.github.io/cli",
|
|
5
5
|
"description": "declarative command line interfaces with aliasing, commands and environment sanitization",
|
|
6
6
|
"scripts": {
|
|
@@ -32,21 +32,21 @@
|
|
|
32
32
|
"declarative"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@magic/cases": "0.0.
|
|
36
|
-
"@magic/deep": "0.1.
|
|
37
|
-
"@magic/error": "0.0.
|
|
38
|
-
"@magic/log": "0.1.
|
|
39
|
-
"@magic/types": "0.1.
|
|
35
|
+
"@magic/cases": "0.0.8",
|
|
36
|
+
"@magic/deep": "0.1.14",
|
|
37
|
+
"@magic/error": "0.0.15",
|
|
38
|
+
"@magic/log": "0.1.16",
|
|
39
|
+
"@magic/types": "0.1.21"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@magic-modules/git-badges": "0.0.
|
|
43
|
-
"@magic-modules/light-switch": "0.0.
|
|
44
|
-
"@magic-modules/no-spy": "0.0.
|
|
42
|
+
"@magic-modules/git-badges": "0.0.12",
|
|
43
|
+
"@magic-modules/light-switch": "0.0.11",
|
|
44
|
+
"@magic-modules/no-spy": "0.0.7",
|
|
45
45
|
"@magic-modules/pre": "0.0.11",
|
|
46
46
|
"@magic-themes/docs": "0.0.14",
|
|
47
|
-
"@magic/core": "0.0.
|
|
48
|
-
"@magic/format": "0.0.
|
|
49
|
-
"@magic/test": "0.2.
|
|
47
|
+
"@magic/core": "0.0.141",
|
|
48
|
+
"@magic/format": "0.0.40",
|
|
49
|
+
"@magic/test": "0.2.11"
|
|
50
50
|
},
|
|
51
51
|
"author": "Wizards & Witches",
|
|
52
52
|
"license": "AGPL-3.0",
|