Comparing version
{ | ||
"name": "swiss-ak", | ||
"version": "2.14.1", | ||
"version": "3.0.0", | ||
"author": "Jack Cannon <jackc@annon.co.uk> (http://c.annon.co.uk/)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,2 @@ export * from './tools/types'; | ||
export * from './tools/timer'; | ||
export * from './tools/progressBar'; | ||
export * from './tools/ArrayTools'; | ||
@@ -9,0 +8,0 @@ export * from './tools/ObjectTools'; |
@@ -355,39 +355,2 @@ import * as swissak from '../'; | ||
// progress bar | ||
swissak.getProgressBar; | ||
swissak.progressBar.getProgressBar; | ||
swissak.progressBar.getFullOptions; | ||
const progressBar = swissak.getProgressBar(100); | ||
progressBar.update; | ||
progressBar.next; | ||
progressBar.set; | ||
progressBar.reset; | ||
progressBar.start; | ||
progressBar.finish; | ||
swissak.getMultiBarManager; | ||
swissak.progressBar.getMultiBarManager; | ||
swissak.progressBar.getFullMultiBarManagerOptions; | ||
const multiBarManager = swissak.getMultiBarManager(); | ||
multiBarManager.add; | ||
multiBarManager.addNew; | ||
multiBarManager.remove; | ||
multiBarManager.update; | ||
multiBarManager.getBars; | ||
swissak.progressBar.utils.printLn; | ||
swissak.progressBar.utils.multiPrintFn; | ||
type ProgressBar1 = swissak.ProgressBar; | ||
type MultiBarManager1 = swissak.MultiBarManager; | ||
type ProgressBarOptionsFull1 = swissak.progressBar.ProgressBarOptionsFull; | ||
type ProgressBarOptions1 = swissak.progressBar.ProgressBarOptions; | ||
type MultiBarManagerOptionsFull1 = swissak.progressBar.MultiBarManagerOptionsFull; | ||
type MultiBarManagerOptions1 = swissak.progressBar.MultiBarManagerOptions; | ||
// cachier | ||
@@ -394,0 +357,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1279357
-15.27%47
-4.08%30631
-13.99%6164
-9.05%