@storm-software/config-tools 1.62.0 → 1.62.1
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.
- package/CHANGELOG.md +7 -0
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/meta.cjs.json +1 -1
- package/meta.esm.json +1 -1
- package/package.json +1 -1
- package/utilities/logger.cjs +1 -1
- package/utilities/logger.js +1 -1
package/CHANGELOG.md
CHANGED
package/index.cjs
CHANGED
|
@@ -67219,7 +67219,7 @@ ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fa
|
|
|
67219
67219
|
console.error(
|
|
67220
67220
|
`
|
|
67221
67221
|
${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.error ?? "#f85149").whiteBright(
|
|
67222
|
-
" \u2718
|
|
67222
|
+
" \u2718 Error "
|
|
67223
67223
|
)} ${_chalk.hex(colors.error ?? "#f85149")(formatLogMessage(message))}
|
|
67224
67224
|
`
|
|
67225
67225
|
);
|
package/index.js
CHANGED
|
@@ -67176,7 +67176,7 @@ ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.fa
|
|
|
67176
67176
|
console.error(
|
|
67177
67177
|
`
|
|
67178
67178
|
${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.error ?? "#f85149").whiteBright(
|
|
67179
|
-
" \u2718
|
|
67179
|
+
" \u2718 Error "
|
|
67180
67180
|
)} ${_chalk.hex(colors.error ?? "#f85149")(formatLogMessage(message))}
|
|
67181
67181
|
`
|
|
67182
67182
|
);
|