multi-progress-bars
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [3.2.3](https://github.com/kamiyo/multi-progress-bars/compare/v3.2.2...v3.2.3) (2021-03-14) | ||
### Bug Fixes | ||
* **core:** incorrectly forced percentage to 0 on new addTask. ([aab9414](https://github.com/kamiyo/multi-progress-bars/commit/aab9414885c6424ec3ab3406539f9a0fe5b6f41f)) | ||
### [3.2.2](https://github.com/kamiyo/multi-progress-bars/compare/v3.2.1...v3.2.2) (2021-03-08) | ||
@@ -7,0 +14,0 @@ |
@@ -403,3 +403,2 @@ 'use strict'; | ||
else if (options.type === 'percentage') { | ||
this.tasks[name].percentage = 0; | ||
this.writeTask(this.tasks[name]); | ||
@@ -406,0 +405,0 @@ } |
@@ -395,3 +395,2 @@ import { green } from 'chalk'; | ||
else if (options.type === 'percentage') { | ||
this.tasks[name].percentage = 0; | ||
this.writeTask(this.tasks[name]); | ||
@@ -398,0 +397,0 @@ } |
{ | ||
"name": "multi-progress-bars", | ||
"version": "3.2.2", | ||
"version": "3.2.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
76922
1360