@rushstack/rush-sdk
Advanced tools
Comparing version 5.113.0 to 5.113.1
@@ -256,3 +256,3 @@ import { type JsonNull, type PackageNameParser } from '@rushstack/node-core-library'; | ||
/** | ||
* Returns true if subspaces.json is present with "enabled=true". | ||
* Returns true if subspaces.json is present with "subspacesEnabled=true". | ||
*/ | ||
@@ -259,0 +259,0 @@ readonly subspacesFeatureEnabled: boolean; |
@@ -21,7 +21,4 @@ import type { RushConfiguration } from './RushConfiguration'; | ||
readonly subspaceJsonFilePath: string; | ||
readonly subspacesEnabled: boolean; | ||
/** | ||
* Determines if the subspace feature is enabled | ||
*/ | ||
readonly enabled: boolean; | ||
/** | ||
* This determines if the subspaces feature supports adding configuration files under the project folder itself | ||
@@ -31,2 +28,6 @@ */ | ||
/** | ||
* This determines if selectors are required when installing and building | ||
*/ | ||
readonly preventSelectingAllSubspaces: boolean; | ||
/** | ||
* A set of the available subspaces | ||
@@ -33,0 +34,0 @@ */ |
{ | ||
"name": "@rushstack/rush-sdk", | ||
"version": "5.113.0", | ||
"version": "5.113.1", | ||
"description": "An API for interacting with the Rush engine", | ||
@@ -33,8 +33,8 @@ "repository": { | ||
"@types/webpack-env": "1.18.0", | ||
"@microsoft/rush-lib": "5.113.0", | ||
"@rushstack/heft": "0.64.3", | ||
"local-node-rig": "1.0.0", | ||
"@microsoft/rush-lib": "5.113.1", | ||
"@rushstack/stream-collator": "4.1.21", | ||
"@rushstack/ts-command-line": "4.17.1", | ||
"@rushstack/terminal": "0.7.20", | ||
"@rushstack/stream-collator": "4.1.21", | ||
"@rushstack/heft": "0.64.3" | ||
"@rushstack/terminal": "0.7.20" | ||
}, | ||
@@ -41,0 +41,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
663981
14669