@lerna/profiler
Advanced tools
Comparing version 5.6.1 to 6.0.0-alpha.0
{ | ||
"name": "@lerna/profiler", | ||
"version": "5.6.1", | ||
"version": "6.0.0-alpha.0", | ||
"description": "An internal Lerna tool", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "c455b1ce9c6de70bd876c1304cc93124b6a1bbaa" | ||
"gitHead": "84597c511c4503562c641b481a2854137465ba5c" | ||
} |
@@ -24,2 +24,7 @@ "use strict"; | ||
function generateProfileOutputPath(/** @type {string} */ outputDirectory) { | ||
return upath.join(upath.resolve(outputDirectory || "."), getTimeBasedFilename()); | ||
} | ||
module.exports.generateProfileOutputPath = generateProfileOutputPath; | ||
/** | ||
@@ -42,3 +47,3 @@ * @typedef {object} ProfilerConfig | ||
this.logger = log; | ||
this.outputPath = upath.join(upath.resolve(outputDirectory || "."), getTimeBasedFilename()); | ||
this.outputPath = generateProfileOutputPath(outputDirectory); | ||
this.threads = range(concurrency); | ||
@@ -45,0 +50,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4450
75
1