@yetnt/progressbar
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -1,2 +0,2 @@ | ||
export { ProgressBar } from "./progressbar/class"; | ||
export { progressBar } from "./progressbar/function"; | ||
export * from "./progressbar/class"; | ||
export * from "./progressbar/function"; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.progressBar = exports.ProgressBar = void 0; | ||
var class_1 = require("./progressbar/class"); | ||
Object.defineProperty(exports, "ProgressBar", { enumerable: true, get: function () { return class_1.ProgressBar; } }); | ||
var function_1 = require("./progressbar/function"); | ||
Object.defineProperty(exports, "progressBar", { enumerable: true, get: function () { return function_1.progressBar; } }); | ||
__exportStar(require("./progressbar/class"), exports); | ||
__exportStar(require("./progressbar/function"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -29,3 +29,3 @@ /** | ||
*/ | ||
constructor(percentage: number, barWidth: number, emptyChars: String, fullChars: String, firstEdgeOverride: String[], lastEdgeOverride: String[]); | ||
constructor(percentage: number, barWidth: number, emptyChars: String, fullChars: String, firstEdgeOverride?: String[], lastEdgeOverride?: String[]); | ||
/** | ||
@@ -32,0 +32,0 @@ * Update the bar |
{ | ||
"name": "@yetnt/progressbar", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "An easy, simple and customizable string progress bar", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24191
300
0