@breadstone-infrastructure/utilities 0.0.15 → 0.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,7 +39,7 @@ export declare function logTag(logger: ILogger, message: string, textStyle?: Tex
39
39
  * Logs a summary.
40
40
  *
41
41
  * @public
42
- * @param {Partial<{ error: [string, boolean]; succes: [string, boolean]; waring: [string, boolean] }>} line - The summary line.
42
+ * @param {Partial<{ error: [string, boolean]; success: [string, boolean]; waring: [string, boolean] }>} line - The summary line.
43
43
  */
44
44
  export declare function logSummary(logger: ILogger, line: Partial<{
45
45
  error: [string, boolean];
@@ -79,7 +79,7 @@ function logTag(logger, message, textStyle) {
79
79
  * Logs a summary.
80
80
  *
81
81
  * @public
82
- * @param {Partial<{ error: [string, boolean]; succes: [string, boolean]; waring: [string, boolean] }>} line - The summary line.
82
+ * @param {Partial<{ error: [string, boolean]; success: [string, boolean]; waring: [string, boolean] }>} line - The summary line.
83
83
  */
84
84
  function logSummary(logger, line, options) {
85
85
  logger.log((0, Style_1.t) `${space(options?.prefixSpaceLength)}${(0, StyleDirectives_1.bold)('Summary')}:`);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@breadstone-infrastructure/utilities",
3
3
  "description": "Common utility classes and functions",
4
- "version": "0.0.15",
4
+ "version": "0.0.17",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
7
7
  "repository": {