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.8 to 0.7.0

17

CHANGELOG.json

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

{
"version": "0.7.0",
"tag": "@rushstack/heft-config-file_v0.7.0",
"date": "Tue, 05 Oct 2021 15:08:37 GMT",
"comments": {
"minor": [
{
"comment": "Use ITerminal instead of Terminal to allow for compatibility with other versions of @rushstack/node-core-library."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.42.0`"
}
]
}
},
{
"version": "0.6.8",

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

9

CHANGELOG.md
# Change Log - @rushstack/heft-config-file
This log was last generated on Fri, 24 Sep 2021 00:09:29 GMT and should not be manually modified.
This log was last generated on Tue, 05 Oct 2021 15:08:37 GMT and should not be manually modified.
## 0.7.0
Tue, 05 Oct 2021 15:08:37 GMT
### Minor changes
- Use ITerminal instead of Terminal to allow for compatibility with other versions of @rushstack/node-core-library.
## 0.6.8

@@ -6,0 +13,0 @@ Fri, 24 Sep 2021 00:09:29 GMT

6

dist/heft-config-file.d.ts

@@ -0,3 +1,3 @@

import { ITerminal } from '@rushstack/node-core-library';
import { RigConfig } from '@rushstack/rig-package';
import { Terminal } from '@rushstack/node-core-library';

@@ -23,3 +23,3 @@ /**

*/
loadConfigurationFileForProjectAsync(terminal: Terminal, projectPath: string, rigConfig?: RigConfig): Promise<TConfigurationFile>;
loadConfigurationFileForProjectAsync(terminal: ITerminal, projectPath: string, rigConfig?: RigConfig): Promise<TConfigurationFile>;
/**

@@ -29,3 +29,3 @@ * This function is identical to {@link ConfigurationFile.loadConfigurationFileForProjectAsync}, except

*/
tryLoadConfigurationFileForProjectAsync(terminal: Terminal, projectPath: string, rigConfig?: RigConfig): Promise<TConfigurationFile | undefined>;
tryLoadConfigurationFileForProjectAsync(terminal: ITerminal, projectPath: string, rigConfig?: RigConfig): Promise<TConfigurationFile | undefined>;
/**

@@ -32,0 +32,0 @@ * @internal

@@ -1,2 +0,2 @@

import { Terminal } from '@rushstack/node-core-library';
import { ITerminal } from '@rushstack/node-core-library';
import { RigConfig } from '@rushstack/rig-package';

@@ -143,3 +143,3 @@ /**

*/
loadConfigurationFileForProjectAsync(terminal: Terminal, projectPath: string, rigConfig?: RigConfig): Promise<TConfigurationFile>;
loadConfigurationFileForProjectAsync(terminal: ITerminal, projectPath: string, rigConfig?: RigConfig): Promise<TConfigurationFile>;
/**

@@ -149,3 +149,3 @@ * This function is identical to {@link ConfigurationFile.loadConfigurationFileForProjectAsync}, except

*/
tryLoadConfigurationFileForProjectAsync(terminal: Terminal, projectPath: string, rigConfig?: RigConfig): Promise<TConfigurationFile | undefined>;
tryLoadConfigurationFileForProjectAsync(terminal: ITerminal, projectPath: string, rigConfig?: RigConfig): Promise<TConfigurationFile | undefined>;
/**

@@ -152,0 +152,0 @@ * @internal

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

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

"dependencies": {
"@rushstack/node-core-library": "3.41.0",
"@rushstack/node-core-library": "3.42.0",
"@rushstack/rig-package": "0.3.1",

@@ -20,0 +20,0 @@ "jsonpath-plus": "~4.0.0"

Sorry, the diff of this file is not supported yet

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