@magic/cli 0.0.36 → 0.0.37

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 +4 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -450,5 +450,8 @@ update dependencies
450
450
  * export execFile
451
451
  * update dependencies
452
452
 
453
- ##### 0.0.36 - unreleased
453
+ ##### 0.0.36
454
+ update dependencies
455
+
456
+ ##### 0.0.37 - unreleased
454
457
  ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic/cli",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "homepage": "https://magic.github.io/cli",
5
5
  "description": "declarative command line interfaces with aliasing, commands and environment sanitization",
6
6
  "scripts": {
@@ -33,10 +33,10 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@magic/cases": "0.0.6",
36
- "@magic/deep": "0.1.9",
37
- "@magic/error": "0.0.11",
38
- "@magic/log": "0.1.11",
39
- "@magic/types": "0.1.17"
36
+ "@magic/deep": "0.1.10",
37
+ "@magic/error": "0.0.12",
38
+ "@magic/log": "0.1.12",
39
+ "@magic/types": "0.1.18"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@magic-modules/git-badges": "0.0.11",
@@ -45,7 +45,7 @@
45
45
  "@magic-modules/pre": "0.0.11",
46
46
  "@magic-themes/docs": "0.0.14",
47
47
  "@magic/core": "0.0.133",
48
- "@magic/format": "0.0.34",
48
+ "@magic/format": "0.0.35",
49
49
  "@magic/test": "0.2.0"
50
50
  },
51
51
  "author": "Wizards & Witches",