@contrail/util 1.1.15-alpha-15 → 1.1.15

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.
@@ -187,7 +187,7 @@ function displayTimingTree(nodes = DEFAULT_TIMING_PROFILE.timingSpans, depth = 0
187
187
  });
188
188
  const result = lines.join('\n');
189
189
  if (depth === 0) {
190
- console.log('\n--- Performance Timing Tree ---');
190
+ console.log('\n--- Performance Timing Tree ---\n');
191
191
  console.log(result);
192
192
  console.log('\n--- End Timing ---\n');
193
193
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/util",
3
- "version": "1.1.15-alpha-15",
3
+ "version": "1.1.15",
4
4
  "description": "General JavaScript utilities",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",