multi-progress-bars
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.0.3](https://github.com/kamiyo/multi-progress-bars/compare/v2.0.2...v2.0.3) (2020-09-25) | ||
### Bug Fixes | ||
* **bug:** Attach warn() and error() methods to the VirtualConsole. ([5f2c66c](https://github.com/kamiyo/multi-progress-bars/commit/5f2c66c0e045a22b94a721ea31cade6ab8b02a96)) | ||
### [2.0.2](https://github.com/kamiyo/multi-progress-bars/compare/v2.0.1...v2.0.2) (2020-08-30) | ||
@@ -7,0 +14,0 @@ |
@@ -93,2 +93,4 @@ 'use strict'; | ||
this.consoleBuffer = []; | ||
this.warn = this.log; | ||
this.error = this.log; | ||
console = this; | ||
@@ -95,0 +97,0 @@ this.init(); |
@@ -87,2 +87,4 @@ import { green } from 'chalk'; | ||
this.consoleBuffer = []; | ||
this.warn = this.log; | ||
this.error = this.log; | ||
console = this; | ||
@@ -89,0 +91,0 @@ this.init(); |
@@ -22,2 +22,4 @@ /// <reference types="node" /> | ||
private stream; | ||
warn: Console['warn']; | ||
error: Console['error']; | ||
constructor(options: VirtualConsoleCtorOptions); | ||
@@ -24,0 +26,0 @@ cleanup(): void; |
{ | ||
"name": "multi-progress-bars", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Multiple progress bars with option for indefinite spinners", | ||
@@ -5,0 +5,0 @@ "main": "dist/multi-progress-bars.cjs.js", |
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
57270
1064