@rushstack/heft
Advanced tools
Comparing version 0.55.2 to 0.56.0
@@ -20,5 +20,5 @@ /** | ||
import { IPackageJson } from '@rushstack/node-core-library'; | ||
import { IRigConfig } from '@rushstack/rig-package'; | ||
import { ITerminal } from '@rushstack/node-core-library'; | ||
import { ITerminalProvider } from '@rushstack/node-core-library'; | ||
import { RigConfig } from '@rushstack/rig-package'; | ||
@@ -139,3 +139,3 @@ /** | ||
*/ | ||
get rigConfig(): RigConfig; | ||
get rigConfig(): IRigConfig; | ||
/** | ||
@@ -142,0 +142,0 @@ * The rig package resolver, which can be used to rig-resolve a requested package. |
@@ -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.35.3" | ||
"packageVersion": "7.35.4" | ||
} | ||
] | ||
} |
import { type ITerminalProvider, type IPackageJson, type ITerminal } from '@rushstack/node-core-library'; | ||
import { RigConfig } from '@rushstack/rig-package'; | ||
import { type IRigConfig } from '@rushstack/rig-package'; | ||
import { type IRigPackageResolver } from './RigPackageResolver'; | ||
@@ -48,3 +48,3 @@ /** | ||
*/ | ||
get rigConfig(): RigConfig; | ||
get rigConfig(): IRigConfig; | ||
/** | ||
@@ -51,0 +51,0 @@ * The rig package resolver, which can be used to rig-resolve a requested package. |
import { type ITerminal, type IPackageJson } from '@rushstack/node-core-library'; | ||
import type { RigConfig } from '@rushstack/rig-package'; | ||
import type { IRigConfig } from '@rushstack/rig-package'; | ||
/** | ||
@@ -20,3 +20,3 @@ * Rig resolves requested tools from the project's Heft rig. | ||
projectPackageJson: IPackageJson; | ||
rigConfig: RigConfig; | ||
rigConfig: IRigConfig; | ||
} | ||
@@ -23,0 +23,0 @@ /** |
import { type ITerminal } from '@rushstack/node-core-library'; | ||
import type { RigConfig } from '@rushstack/rig-package'; | ||
import type { IRigConfig } from '@rushstack/rig-package'; | ||
import type { IDeleteOperation } from '../plugins/DeleteFilesPlugin'; | ||
@@ -47,5 +47,5 @@ import type { INodeServicePluginConfiguration } from '../plugins/NodeServicePlugin'; | ||
*/ | ||
static loadHeftConfigurationFileForProjectAsync(terminal: ITerminal, projectPath: string, rigConfig?: RigConfig | undefined): Promise<IHeftConfigurationJson>; | ||
static tryLoadNodeServiceConfigurationFileAsync(terminal: ITerminal, projectPath: string, rigConfig?: RigConfig | undefined): Promise<INodeServicePluginConfiguration | undefined>; | ||
static loadHeftConfigurationFileForProjectAsync(terminal: ITerminal, projectPath: string, rigConfig?: IRigConfig | undefined): Promise<IHeftConfigurationJson>; | ||
static tryLoadNodeServiceConfigurationFileAsync(terminal: ITerminal, projectPath: string, rigConfig?: IRigConfig | undefined): Promise<INodeServicePluginConfiguration | undefined>; | ||
} | ||
//# sourceMappingURL=CoreConfigFiles.d.ts.map |
{ | ||
"name": "@rushstack/heft", | ||
"version": "0.55.2", | ||
"version": "0.56.0", | ||
"description": "Build all your JavaScript projects the same way: A way that works.", | ||
@@ -40,5 +40,5 @@ "keywords": [ | ||
"watchpack": "2.4.0", | ||
"@rushstack/heft-config-file": "0.12.5", | ||
"@rushstack/heft-config-file": "0.13.0", | ||
"@rushstack/node-core-library": "3.59.4", | ||
"@rushstack/rig-package": "0.3.21", | ||
"@rushstack/rig-package": "0.4.0", | ||
"@rushstack/ts-command-line": "4.15.1" | ||
@@ -56,3 +56,3 @@ }, | ||
"typescript": "~5.0.4", | ||
"@microsoft/api-extractor": "7.35.4", | ||
"@microsoft/api-extractor": "7.36.0", | ||
"@rushstack/eslint-config": "3.3.2" | ||
@@ -59,0 +59,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1005142
+ Added@rushstack/heft-config-file@0.13.0(transitive)
+ Added@rushstack/rig-package@0.4.0(transitive)
- Removed@rushstack/heft-config-file@0.12.5(transitive)
- Removed@rushstack/rig-package@0.3.21(transitive)
Updated@rushstack/rig-package@0.4.0