@rushstack/rush-sdk 5.115.0 → 5.116.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.
|
@@ -233,4 +233,5 @@ export declare class RushConfigurationProject {
|
|
|
233
233
|
*/
|
|
234
234
|
get isMainProject(): boolean;
|
|
235
235
|
}
|
|
236
|
+
export declare function validateRelativePathField(relativePath: string, field: string, file: string): void;
|
|
236
237
|
//# sourceMappingURL=RushConfigurationProject.d.ts.map
|
|
@@ -65,6 +65,7 @@ export declare class PublishUtilities {
|
|
|
65
65
|
private static _addChange;
|
|
66
66
|
private static _updateDownstreamDependencies;
|
|
67
67
|
private static _updateDownstreamDependency;
|
|
68
|
+
private static _getPublishDependencyVersion;
|
|
68
69
|
private static _updateDependencyVersion;
|
|
69
70
|
}
|
|
70
71
|
//# sourceMappingURL=PublishUtilities.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/rush-sdk",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.116.0",
|
|
4
4
|
"description": "An API for interacting with the Rush engine",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/semver": "7.5.0",
|
|
33
33
|
"@types/webpack-env": "1.18.0",
|
|
34
|
-
"@microsoft/rush-lib": "5.115.0",
|
|
35
34
|
"@rushstack/heft": "0.65.4",
|
|
36
|
-
"
|
|
35
|
+
"local-node-rig": "1.0.0",
|
|
37
36
|
"@rushstack/stream-collator": "4.1.31",
|
|
38
|
-
"
|
|
37
|
+
"@microsoft/rush-lib": "5.116.0",
|
|
38
|
+
"@rushstack/ts-command-line": "4.17.3"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "heft build --clean",
|