@rushstack/rush-sdk 5.117.4 → 5.117.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/rush-lib.d.ts
CHANGED
|
@@ -4634,13 +4634,6 @@ export declare class SubspacesConfiguration {
|
|
|
4634
4634
|
static requireValidSubspaceName(subspaceName: string, splitWorkspaceCompatibility?: boolean): void;
|
|
4635
4635
|
static tryLoadFromConfigurationFile(subspaceJsonFilePath: string): SubspacesConfiguration | undefined;
|
|
4636
4636
|
static tryLoadFromDefaultLocation(rushConfiguration: RushConfiguration): SubspacesConfiguration | undefined;
|
|
4637
|
-
/**
|
|
4638
|
-
* Returns a name of the form `_RUSH_SUBSPACE_XYZ_TEMP_FOLDER` where `XYZ` is
|
|
4639
|
-
* derived from the subspace name.
|
|
4640
|
-
*
|
|
4641
|
-
* @internal
|
|
4642
|
-
*/
|
|
4643
|
-
static _convertNameToEnvironmentVariable(subspaceName: string, splitWorkspaceCompatibility: boolean): string;
|
|
4644
4637
|
}
|
|
4645
4638
|
|
|
4646
4639
|
declare enum VersionFormatForCommit {
|
|
@@ -48,12 +48,5 @@ export declare class SubspacesConfiguration {
|
|
|
48
48
|
static requireValidSubspaceName(subspaceName: string, splitWorkspaceCompatibility?: boolean): void;
|
|
49
49
|
static tryLoadFromConfigurationFile(subspaceJsonFilePath: string): SubspacesConfiguration | undefined;
|
|
50
50
|
static tryLoadFromDefaultLocation(rushConfiguration: RushConfiguration): SubspacesConfiguration | undefined;
|
|
51
|
-
/**
|
|
52
|
-
* Returns a name of the form `_RUSH_SUBSPACE_XYZ_TEMP_FOLDER` where `XYZ` is
|
|
53
|
-
* derived from the subspace name.
|
|
54
|
-
*
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
static _convertNameToEnvironmentVariable(subspaceName: string, splitWorkspaceCompatibility: boolean): string;
|
|
58
51
|
}
|
|
59
52
|
//# sourceMappingURL=SubspacesConfiguration.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/rush-sdk",
|
|
3
|
-
"version": "5.117.
|
|
3
|
+
"version": "5.117.6",
|
|
4
4
|
"description": "An API for interacting with the Rush engine",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/semver": "7.5.0",
|
|
33
33
|
"@types/webpack-env": "1.18.0",
|
|
34
|
+
"@rushstack/heft": "0.66.0",
|
|
35
|
+
"@microsoft/rush-lib": "5.117.6",
|
|
34
36
|
"local-node-rig": "1.0.0",
|
|
35
37
|
"@rushstack/stream-collator": "4.1.38",
|
|
36
|
-
"@microsoft/rush-lib": "5.117.4",
|
|
37
|
-
"@rushstack/heft": "0.66.0",
|
|
38
38
|
"@rushstack/ts-command-line": "4.19.1"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|