@rushstack/rush-sdk 5.67.0 → 5.68.0
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 +5 -2
- package/package.json +5 -5
package/dist/rush-lib.d.ts
CHANGED
|
@@ -1735,7 +1735,11 @@ export declare enum OperationStatus {
|
|
|
1735
1735
|
/**
|
|
1736
1736
|
* The Operation could not be executed because one or more of its dependencies failed
|
|
1737
1737
|
*/
|
|
1738
|
-
Blocked = "BLOCKED"
|
|
1738
|
+
Blocked = "BLOCKED",
|
|
1739
|
+
/**
|
|
1740
|
+
* The Operation was a no-op (for example, it had an empty script)
|
|
1741
|
+
*/
|
|
1742
|
+
NoOp = "NO OP"
|
|
1739
1743
|
}
|
|
1740
1744
|
|
|
1741
1745
|
/**
|
|
@@ -2705,7 +2709,6 @@ export declare class RushConfigurationProject {
|
|
|
2705
2709
|
get consumingProjects(): ReadonlySet<RushConfigurationProject>;
|
|
2706
2710
|
/**
|
|
2707
2711
|
* The parsed NPM "package.json" file from projectFolder.
|
|
2708
|
-
* @deprecated Use packageJsonEditor instead
|
|
2709
2712
|
*/
|
|
2710
2713
|
get packageJson(): IPackageJson;
|
|
2711
2714
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/rush-sdk",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.68.0",
|
|
4
4
|
"description": "An API for interacting with the Rush engine",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"tapable": "2.2.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@microsoft/rush-lib": "5.
|
|
20
|
+
"@microsoft/rush-lib": "5.68.0",
|
|
21
21
|
"@rushstack/eslint-config": "2.6.0",
|
|
22
22
|
"@rushstack/heft": "0.45.0",
|
|
23
|
-
"@rushstack/heft-node-rig": "1.9.
|
|
24
|
-
"@rushstack/stream-collator": "4.0.
|
|
23
|
+
"@rushstack/heft-node-rig": "1.9.1",
|
|
24
|
+
"@rushstack/stream-collator": "4.0.170",
|
|
25
25
|
"@rushstack/ts-command-line": "4.10.10",
|
|
26
|
-
"@rushstack/terminal": "0.3.
|
|
26
|
+
"@rushstack/terminal": "0.3.39",
|
|
27
27
|
"@types/heft-jest": "1.0.1",
|
|
28
28
|
"@types/semver": "7.3.5",
|
|
29
29
|
"@types/webpack-env": "1.13.0"
|