@storm-software/config-tools 1.102.2 → 1.104.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config-tools",
3
- "version": "1.102.2",
3
+ "version": "1.104.0",
4
4
  "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -5869,7 +5869,7 @@ var getStopwatch = (name) => {
5869
5869
  );
5870
5870
  };
5871
5871
  };
5872
- var MAX_DEPTH = 6;
5872
+ var MAX_DEPTH = 4;
5873
5873
  var formatLogMessage = (message, prefix = "-", depth = 0) => {
5874
5874
  if (depth > MAX_DEPTH) {
5875
5875
  return "<max depth>";
@@ -5853,7 +5853,7 @@ var getStopwatch = (name) => {
5853
5853
  );
5854
5854
  };
5855
5855
  };
5856
- var MAX_DEPTH = 6;
5856
+ var MAX_DEPTH = 4;
5857
5857
  var formatLogMessage = (message, prefix = "-", depth = 0) => {
5858
5858
  if (depth > MAX_DEPTH) {
5859
5859
  return "<max depth>";