@rushstack/heft-config-file
Advanced tools
Comparing version 0.6.8 to 0.7.0
@@ -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", |
# 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 |
@@ -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
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
104795
1572
+ Added@rushstack/node-core-library@3.42.0(transitive)
- Removed@rushstack/node-core-library@3.41.0(transitive)