@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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## 1.61.0 (2024-07-28)
2
+
3
+
4
+ ### Features
5
+
6
+ - **build-tools:** Calculate the tsconfig paths during unbuild process ([469485ff](https://github.com/storm-software/storm-ops/commit/469485ff))
7
+
1
8
  ## 1.60.1 (2024-07-26)
2
9
 
3
10
 
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")("> ")} ${_chalk.bold.bgHex(colors.warning ?? "#e3b341").whiteBright(
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")("> ")} ${_chalk.bold.bgHex(colors.warning ?? "#e3b341").whiteBright(
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
  `