Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rushstack/heft-config-file

Package Overview
Dependencies
Maintainers
2
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/heft-config-file - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

17

CHANGELOG.json

@@ -5,2 +5,19 @@ {

{
"version": "0.6.2",
"tag": "@rushstack/heft-config-file_v0.6.2",
"date": "Wed, 11 Aug 2021 00:07:21 GMT",
"comments": {
"patch": [
{
"comment": "Move detailed logging from verbose to debug severity."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.40.0`"
}
]
}
},
{
"version": "0.6.1",

@@ -7,0 +24,0 @@ "tag": "@rushstack/heft-config-file_v0.6.1",

9

CHANGELOG.md
# Change Log - @rushstack/heft-config-file
This log was last generated on Mon, 12 Jul 2021 23:08:26 GMT and should not be manually modified.
This log was last generated on Wed, 11 Aug 2021 00:07:21 GMT and should not be manually modified.
## 0.6.2
Wed, 11 Aug 2021 00:07:21 GMT
### Patches
- Move detailed logging from verbose to debug severity.
## 0.6.1

@@ -6,0 +13,0 @@ Mon, 12 Jul 2021 23:08:26 GMT

2

dist/tsdoc-metadata.json

@@ -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.16.1"
"packageVersion": "7.18.2"
}
]
}

@@ -168,3 +168,3 @@ "use strict";

if (rigConfig) {
terminal.writeVerboseLine(`Config file "${resolvedConfigurationFilePathForLogging}" does not exist. Attempting to load via rig.`);
terminal.writeDebugLine(`Config file "${resolvedConfigurationFilePathForLogging}" does not exist. Attempting to load via rig.`);
const rigResult = await this._tryLoadConfigurationFileInRigAsync(terminal, rigConfig, visitedConfigurationFilePaths);

@@ -176,3 +176,3 @@ if (rigResult) {

else {
terminal.writeVerboseLine(`Configuration file "${resolvedConfigurationFilePathForLogging}" not found.`);
terminal.writeDebugLine(`Configuration file "${resolvedConfigurationFilePathForLogging}" not found.`);
}

@@ -345,3 +345,3 @@ e.message = `File does not exist: ${resolvedConfigurationFilePathForLogging}`;

else {
terminal.writeVerboseLine(`Configuration file "${this.projectRelativeFilePath}" not found in rig ("${ConfigurationFile._formatPathForLogging(rigProfileFolder)}")`);
terminal.writeDebugLine(`Configuration file "${this.projectRelativeFilePath}" not found in rig ("${ConfigurationFile._formatPathForLogging(rigProfileFolder)}")`);
}

@@ -351,3 +351,3 @@ }

else {
terminal.writeVerboseLine(`No rig found for "${ConfigurationFile._formatPathForLogging(rigConfig.projectFolderPath)}"`);
terminal.writeDebugLine(`No rig found for "${ConfigurationFile._formatPathForLogging(rigConfig.projectFolderPath)}"`);
}

@@ -354,0 +354,0 @@ return undefined;

{
"name": "@rushstack/heft-config-file",
"version": "0.6.1",
"version": "0.6.2",
"description": "Configuration file loader for @rushstack/heft",

@@ -17,3 +17,3 @@ "repository": {

"dependencies": {
"@rushstack/node-core-library": "3.39.1",
"@rushstack/node-core-library": "3.40.0",
"@rushstack/rig-package": "0.2.13",

@@ -24,4 +24,4 @@ "jsonpath-plus": "~4.0.0"

"@rushstack/eslint-config": "2.4.0",
"@rushstack/heft": "0.32.0",
"@rushstack/heft-node-rig": "1.0.31",
"@rushstack/heft": "0.34.6",
"@rushstack/heft-node-rig": "1.1.11",
"@types/heft-jest": "1.0.1",

@@ -28,0 +28,0 @@ "@types/node": "10.17.13"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc