@rushstack/heft
Advanced tools
Comparing version 0.46.1 to 0.46.2
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.28.1" | ||
"packageVersion": "7.28.2" | ||
} | ||
] | ||
} |
@@ -105,6 +105,7 @@ "use strict"; | ||
static getOptionsFromStandardParameters(standardParameters) { | ||
const localesParameterValues = standardParameters.localesParameter.values; | ||
return { | ||
production: standardParameters.productionFlag.value, | ||
lite: standardParameters.liteFlag.value, | ||
locales: standardParameters.localesParameter.values, | ||
locales: localesParameterValues.length > 0 ? localesParameterValues : undefined, | ||
maxOldSpaceSize: standardParameters.maxOldSpaceSizeParameter.value, | ||
@@ -111,0 +112,0 @@ typescriptMaxWriteParallelism: standardParameters.typescriptMaxWriteParallelismParameter.value |
{ | ||
"name": "@rushstack/heft", | ||
"version": "0.46.1", | ||
"version": "0.46.2", | ||
"description": "Build all your JavaScript projects the same way: A way that works.", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "7.28.2", | ||
"@microsoft/api-extractor": "7.28.3", | ||
"@rushstack/eslint-config": "2.6.2", | ||
@@ -50,0 +50,0 @@ "@rushstack/heft": "0.45.14", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1005255
9210