@rushstack/rush-sdk 5.129.2 → 5.129.4
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.
|
@@ -20,7 +20,7 @@ export interface IDependencyAnalysis {
|
|
|
20
20
|
export declare class DependencyAnalyzer {
|
|
21
21
|
private static _dependencyAnalyzerByRushConfiguration;
|
|
22
22
|
private _rushConfiguration;
|
|
23
|
-
private
|
|
23
|
+
private _analysisBySubspace;
|
|
24
24
|
private constructor();
|
|
25
25
|
static forRushConfiguration(rushConfiguration: RushConfiguration): DependencyAnalyzer;
|
|
26
26
|
getAnalysis(subspace?: Subspace, addAction?: boolean): IDependencyAnalysis;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/rush-sdk",
|
|
3
|
-
"version": "5.129.
|
|
3
|
+
"version": "5.129.4",
|
|
4
4
|
"description": "An API for interacting with the Rush engine",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@types/node-fetch": "2.6.2",
|
|
27
27
|
"tapable": "2.2.1",
|
|
28
|
-
"@rushstack/
|
|
29
|
-
"@rushstack/
|
|
28
|
+
"@rushstack/node-core-library": "5.4.1",
|
|
29
|
+
"@rushstack/terminal": "0.13.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/semver": "7.5.0",
|
|
33
33
|
"@types/webpack-env": "1.18.0",
|
|
34
|
-
"@microsoft/rush-lib": "5.129.2",
|
|
35
34
|
"@rushstack/heft": "0.66.18",
|
|
36
35
|
"local-node-rig": "1.0.0",
|
|
36
|
+
"@microsoft/rush-lib": "5.129.4",
|
|
37
37
|
"@rushstack/stream-collator": "4.1.56",
|
|
38
38
|
"@rushstack/ts-command-line": "4.22.0"
|
|
39
39
|
},
|