@storm-software/config-tools 1.60.1 → 1.61.0
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 +25 -25
- package/utilities/logger.js +25 -25
package/CHANGELOG.md
CHANGED
package/index.cjs
CHANGED
|
@@ -67229,7 +67229,7 @@ ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.er
|
|
|
67229
67229
|
return (message) => {
|
|
67230
67230
|
console.warn(
|
|
67231
67231
|
`
|
|
67232
|
-
${_chalk.bold.hex(colors.warning ?? "#e3b341")(">
|
|
67232
|
+
${_chalk.bold.hex(colors.warning ?? "#e3b341")(">")} ${_chalk.bold.bgHex(colors.warning ?? "#e3b341").whiteBright(
|
|
67233
67233
|
" \u26A0 Warn "
|
|
67234
67234
|
)} ${_chalk.hex(colors.warning ?? "#e3b341")(formatLogMessage(message))}
|
|
67235
67235
|
`
|
package/index.js
CHANGED
|
@@ -67186,7 +67186,7 @@ ${_chalk.bold.hex(colors.error ?? "#f85149")(">")} ${_chalk.bold.bgHex(colors.er
|
|
|
67186
67186
|
return (message) => {
|
|
67187
67187
|
console.warn(
|
|
67188
67188
|
`
|
|
67189
|
-
${_chalk.bold.hex(colors.warning ?? "#e3b341")(">
|
|
67189
|
+
${_chalk.bold.hex(colors.warning ?? "#e3b341")(">")} ${_chalk.bold.bgHex(colors.warning ?? "#e3b341").whiteBright(
|
|
67190
67190
|
" \u26A0 Warn "
|
|
67191
67191
|
)} ${_chalk.hex(colors.warning ?? "#e3b341")(formatLogMessage(message))}
|
|
67192
67192
|
`
|