@magic/cli 0.0.51 → 0.0.52

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -576,6 +576,10 @@ update dependencies
576
576
 
577
577
  - exec and execFile options are correctly typed
578
578
 
579
- ##### 0.0.52 - unreleased
579
+ ##### 0.0.52
580
+
581
+ - actually publish the types from 0.0.51.
582
+
583
+ ##### 0.0.53 - unreleased
580
584
 
581
585
  - ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic/cli",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "homepage": "https://magic.github.io/cli",
5
5
  "description": "declarative command line interfaces with aliasing, commands and environment sanitization",
6
6
  "scripts": {