@ms-cloudpack/task-reporter
Advanced tools
Comparing version
@@ -72,3 +72,3 @@ import { write } from './write.js'; | ||
// Compute the rgb values for the current character where the first color should match "from" and the last should | ||
// match "to", and values inbetween should be interpolated. | ||
// match "to", and values in between should be interpolated. | ||
const r = Math.floor(from[0] + (to[0] - from[0]) * (i / text.length)); | ||
@@ -75,0 +75,0 @@ const g = Math.floor(from[1] + (to[1] - from[1]) * (i / text.length)); |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.37.1" | ||
"packageVersion": "7.38.1" | ||
} | ||
] | ||
} |
{ | ||
"name": "@ms-cloudpack/task-reporter", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Helpers for logging tasks to the console.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -37,3 +37,3 @@ # @ms-cloudpack/task-reporter | ||
2b. For tasks that may not be easily encapsulated within a wrapper function, you can use the `addtask` method: | ||
2b. For tasks that may not be easily encapsulated within a wrapper function, you can use the `addTask` method: | ||
@@ -72,3 +72,3 @@ ```ts | ||
4. When all your tasks are completed, or if you encounted an exit-early scenario, call `reporter.complete('reason')` | ||
1. When all your tasks are completed, or if you encountered an exit-early scenario, call `reporter.complete('reason')` | ||
to end task logging: | ||
@@ -75,0 +75,0 @@ |
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
244340
0