@contrail/util 1.1.15-alpha-12 → 1.1.15-alpha-13

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.
@@ -182,7 +182,7 @@ function displayTimingTree(nodes = DEFAULT_TIMING_PROFILE.timingSpans, depth = 0
182
182
  if (depth === 0) {
183
183
  console.log('\n--- Performance Timing Tree ---');
184
184
  console.log(result);
185
- console.log('--- End Timing ---\n');
185
+ console.log('\n--- End Timing ---\n');
186
186
  }
187
187
  return result;
188
188
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/util",
3
- "version": "1.1.15-alpha-12",
3
+ "version": "1.1.15-alpha-13",
4
4
  "description": "General JavaScript utilities",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",