@rushstack/heft
Advanced tools
Comparing version 0.38.0 to 0.38.1
# Change Log - @rushstack/heft | ||
This log was last generated on Tue, 14 Sep 2021 01:17:04 GMT and should not be manually modified. | ||
This log was last generated on Sat, 18 Sep 2021 03:05:57 GMT and should not be manually modified. | ||
## 0.38.1 | ||
Sat, 18 Sep 2021 03:05:57 GMT | ||
### Patches | ||
- Fix an issue where setting the emitMjsExtensionForESModule typescript.json option in a project whose tsconfig emits CommonJS will only emit .mjs files. | ||
## 0.38.0 | ||
@@ -6,0 +13,0 @@ Tue, 14 Sep 2021 01:17:04 GMT |
@@ -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.18.8" | ||
"packageVersion": "7.18.9" | ||
} | ||
] | ||
} |
@@ -524,3 +524,3 @@ "use strict"; | ||
}; | ||
specifiedKinds.set(ts.ModuleKind.CommonJS, mjsReason); | ||
specifiedKinds.set(ts.ModuleKind.ESNext, mjsReason); | ||
specifiedOutDirs.set(`${tsconfig.options.outDir}:.mjs`, mjsReason); | ||
@@ -527,0 +527,0 @@ } |
{ | ||
"name": "@rushstack/heft", | ||
"version": "0.38.0", | ||
"version": "0.38.1", | ||
"description": "Build all your JavaScript projects the same way: A way that works.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1131039
11837