@rushstack/rush-sdk
Advanced tools
Comparing version 5.131.3 to 5.131.4
@@ -46,4 +46,12 @@ import type { RushConfiguration } from './RushConfiguration'; | ||
*/ | ||
getSubspaceConfigFolder(): string; | ||
getSubspaceConfigFolderPath(): string; | ||
/** | ||
* Returns the full path of the folder containing this subspace's configuration files such as `pnpm-lock.yaml`. | ||
* | ||
* Example: `common/config/subspaces/my-subspace/pnpm-patches` (subspaces feature enabled) | ||
* Example: `common/config/pnpm-patches` (subspaces feature disabled) | ||
* @beta | ||
*/ | ||
getSubspacePnpmPatchesFolderPath(): string; | ||
/** | ||
* The folder where the subspace's node_modules and other temporary files will be stored. | ||
@@ -54,3 +62,3 @@ * | ||
*/ | ||
getSubspaceTempFolder(): string; | ||
getSubspaceTempFolderPath(): string; | ||
/** | ||
@@ -57,0 +65,0 @@ * Returns full path of the temporary shrinkwrap file for a specific subspace and returns the common workspace |
{ | ||
"name": "@rushstack/rush-sdk", | ||
"version": "5.131.3", | ||
"version": "5.131.4", | ||
"description": "An API for interacting with the Rush engine", | ||
@@ -38,4 +38,4 @@ "repository": { | ||
"tapable": "2.2.1", | ||
"@rushstack/lookup-by-path": "0.1.0", | ||
"@rushstack/node-core-library": "5.5.1", | ||
"@rushstack/lookup-by-path": "0.1.0", | ||
"@rushstack/terminal": "0.13.3" | ||
@@ -47,9 +47,9 @@ }, | ||
"webpack": "~5.82.1", | ||
"@microsoft/rush-lib": "5.131.4", | ||
"local-node-rig": "1.0.0", | ||
"@rushstack/heft": "0.66.25", | ||
"@microsoft/rush-lib": "5.131.3", | ||
"local-node-rig": "1.0.0", | ||
"@rushstack/stream-collator": "4.1.63", | ||
"@rushstack/ts-command-line": "4.22.4", | ||
"@rushstack/heft-webpack5-plugin": "0.10.7", | ||
"@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.62" | ||
"@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.62", | ||
"@rushstack/ts-command-line": "4.22.4" | ||
}, | ||
@@ -56,0 +56,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
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
871580
17141