@ms-cloudpack/task-reporter
Advanced tools
Comparing version 0.14.2 to 0.14.3
@@ -10,3 +10,4 @@ import { Writer } from './Writer.js'; | ||
import { formatMemoryString } from './formatMemoryString.js'; | ||
import { bulletedList, defaultLoggingConfig } from './index.js'; | ||
import { defaultLoggingConfig } from './configs.js'; | ||
import { bulletedList } from './bulletedList.js'; | ||
/** Controls how many tasks should be displayed in the pending sticky list. */ | ||
@@ -13,0 +14,0 @@ const maxRunningTasksShown = 5; |
@@ -1,3 +0,5 @@ | ||
import { TaskReporter, bulletedList, bold } from './index.js'; | ||
import { bold } from './ansiHelpers.js'; | ||
import { bulletedList } from './bulletedList.js'; | ||
import { defaultLoggingConfig } from './configs.js'; | ||
import { TaskReporter } from './TaskReporter.js'; | ||
//const allIntervals: Set<NodeJS.Timer> = []; | ||
@@ -4,0 +6,0 @@ const allTimeouts = new Set(); |
{ | ||
"name": "@ms-cloudpack/task-reporter", | ||
"version": "0.14.2", | ||
"version": "0.14.3", | ||
"description": "Helpers for logging tasks to the console.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
290483
2700