@rushstack/heft
Advanced tools
Comparing version 0.42.3 to 0.42.4
# Change Log - @rushstack/heft | ||
This log was last generated on Mon, 29 Nov 2021 07:26:16 GMT and should not be manually modified. | ||
This log was last generated on Fri, 03 Dec 2021 03:05:22 GMT and should not be manually modified. | ||
## 0.42.4 | ||
Fri, 03 Dec 2021 03:05:22 GMT | ||
_Version update only_ | ||
## 0.42.3 | ||
@@ -6,0 +11,0 @@ Mon, 29 Nov 2021 07:26:16 GMT |
@@ -92,3 +92,3 @@ "use strict"; | ||
newLinkPath: copyDescriptor.destinationFilePath, | ||
alreadyExistsBehavior: "overwrite" /* Overwrite */ | ||
alreadyExistsBehavior: node_core_library_1.AlreadyExistsBehavior.Overwrite | ||
}); | ||
@@ -101,3 +101,3 @@ } | ||
destinationPath: copyDescriptor.destinationFilePath, | ||
alreadyExistsBehavior: "overwrite" /* Overwrite */ | ||
alreadyExistsBehavior: node_core_library_1.AlreadyExistsBehavior.Overwrite | ||
}); | ||
@@ -104,0 +104,0 @@ } |
@@ -90,3 +90,3 @@ "use strict"; | ||
this.readFile = (filePath, options) => { | ||
let contents = this.readFileToBuffer(filePath).toString((options === null || options === void 0 ? void 0 : options.encoding) || "utf8" /* Utf8 */); | ||
let contents = this.readFileToBuffer(filePath).toString((options === null || options === void 0 ? void 0 : options.encoding) || node_core_library_1.Encoding.Utf8); | ||
if (options === null || options === void 0 ? void 0 : options.convertLineEndings) { | ||
@@ -93,0 +93,0 @@ contents = node_core_library_1.Text.convertTo(contents, options.convertLineEndings); |
{ | ||
"name": "@rushstack/heft", | ||
"version": "0.42.3", | ||
"version": "0.42.4", | ||
"description": "Build all your JavaScript projects the same way: A way that works.", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@rushstack/heft-config-file": "0.7.6", | ||
"@rushstack/node-core-library": "3.43.2", | ||
"@rushstack/heft-config-file": "0.7.7", | ||
"@rushstack/node-core-library": "3.44.0", | ||
"@rushstack/rig-package": "0.3.5", | ||
@@ -48,6 +48,6 @@ "@rushstack/ts-command-line": "4.10.4", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "7.18.19", | ||
"@microsoft/api-extractor": "7.18.20", | ||
"@rushstack/eslint-config": "2.4.5", | ||
"@rushstack/heft": "0.41.6", | ||
"@rushstack/heft-node-rig": "1.2.25", | ||
"@rushstack/heft": "0.42.3", | ||
"@rushstack/heft-node-rig": "1.2.32", | ||
"@types/argparse": "1.0.38", | ||
@@ -54,0 +54,0 @@ "@types/eslint": "7.2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
1188957
12662
+ Added@rushstack/heft-config-file@0.7.7(transitive)
+ Added@rushstack/node-core-library@3.44.0(transitive)
- Removed@rushstack/heft-config-file@0.7.6(transitive)
- Removed@rushstack/node-core-library@3.43.2(transitive)