Comparing version 3.1.1 to 3.1.2
@@ -0,1 +1,6 @@ | ||
### v3.1.2 | ||
* Update to `gauge@1.6.0` adding support for default values for template | ||
items. | ||
### v3.1.1 | ||
@@ -2,0 +7,0 @@ |
@@ -46,8 +46,7 @@ 'use strict' | ||
{type: 'activityIndicator', kerning: 1, length: 1}, | ||
{type: 'section'}, | ||
{type: 'section', default: ''}, | ||
':', | ||
{type: 'logline', kerning: 1} | ||
{type: 'logline', kerning: 1, default: ''} | ||
] | ||
}) | ||
log.gauge.show({section: '', logline: ''}) | ||
@@ -54,0 +53,0 @@ log.tracker = new Progress.TrackerGroup() |
@@ -5,3 +5,3 @@ { | ||
"description": "logger for npm", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"repository": { | ||
@@ -21,3 +21,3 @@ "type": "git", | ||
"console-control-strings": "~1.1.0", | ||
"gauge": "~2.5.3", | ||
"gauge": "~2.6.0", | ||
"set-blocking": "~2.0.0" | ||
@@ -24,0 +24,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17569
257
+ Addedgauge@2.6.0(transitive)
- Removedgauge@2.5.3(transitive)
Updatedgauge@~2.6.0