@yamato-daiwa/es-extensions-nodejs 1.5.2 → 1.5.3
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.
|
@@ -279,7 +279,7 @@ class ConsoleApplicationLogger {
|
|
|
279
279
|
]));
|
|
280
280
|
}
|
|
281
281
|
static highlightText(targetString) {
|
|
282
|
-
return `\x1b[43m${targetString}\x1b[
|
|
282
|
+
return `\x1b[43m${targetString}\x1b[49m`;
|
|
283
283
|
}
|
|
284
284
|
static generateConsoleMethodParametersForFormattedOutput(formattedOutputData) {
|
|
285
285
|
const logsTextings = [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamato-daiwa/es-extensions-nodejs",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "Additional to @yamato-daiwa/es-extensions functionality for Node.js environment. Helper functions and classes aimed to reduce the routine code. Build-in TypeScript type safety.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nodejs",
|