Comparing version 4.0.2 to 4.1.0
@@ -0,5 +1,9 @@ | ||
### v4.0.2 | ||
* Added installation instructions. | ||
### v4.0.1 | ||
* Fix bugs where `log.progressEnabled` got out of sync with how `gauge` kept | ||
track of these things resulting in a progressbar that couldn't be disabled. | ||
track of these things resulting in a progressbar that couldn't be disabled. | ||
@@ -6,0 +10,0 @@ ### v4.0.0 |
@@ -296,3 +296,5 @@ 'use strict' | ||
log.addLevel('info', 2000, { fg: 'green' }) | ||
log.addLevel('timing', 2500, { fg: 'green', bg: 'black' }) | ||
log.addLevel('http', 3000, { fg: 'green', bg: 'black' }) | ||
log.addLevel('notice', 3500, { fg: 'blue', bg: 'black' }) | ||
log.addLevel('warn', 4000, { fg: 'black', bg: 'yellow' }, 'WARN') | ||
@@ -299,0 +301,0 @@ log.addLevel('error', 5000, { fg: 'red', bg: 'black' }, 'ERR!') |
@@ -5,3 +5,3 @@ { | ||
"description": "logger for npm", | ||
"version": "4.0.2", | ||
"version": "4.1.0", | ||
"repository": { | ||
@@ -21,3 +21,3 @@ "type": "git", | ||
"console-control-strings": "~1.1.0", | ||
"gauge": "~2.7.1", | ||
"gauge": "~2.7.3", | ||
"set-blocking": "~2.0.0" | ||
@@ -27,5 +27,5 @@ }, | ||
"standard": "~7.1.2", | ||
"tap": "~5.7.0" | ||
"tap": "~5.7.3" | ||
}, | ||
"license": "ISC" | ||
} |
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
17317
263
Updatedgauge@~2.7.3