@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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## 1.62.1 (2024-07-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ - **build-tools:** Resolve issue writing `include` paths ([63a1acb1](https://github.com/storm-software/storm-ops/commit/63a1acb1))
7
+
1
8
  ## 1.62.0 (2024-07-29)
2
9
 
3
10
 
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 Error "
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 Error "
67179
+ " \u2718 Error "
67180
67180
  )} ${_chalk.hex(colors.error ?? "#f85149")(formatLogMessage(message))}
67181
67181
  `
67182
67182
  );