@rushstack/rush-sdk 5.107.2 → 5.107.3
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
|
@@ -3335,11 +3335,11 @@ export declare class RushConfiguration {
|
|
|
3335
3335
|
*/
|
|
3336
3336
|
readonly currentVariantJsonFilename: string;
|
|
3337
3337
|
/**
|
|
3338
|
-
* The version of the locally
|
|
3338
|
+
* The version of the locally package manager tool. (Example: "1.2.3")
|
|
3339
3339
|
*/
|
|
3340
3340
|
readonly packageManagerToolVersion: string;
|
|
3341
3341
|
/**
|
|
3342
|
-
* The absolute path to the locally
|
|
3342
|
+
* The absolute path to the locally package manager tool. If "rush install" has not
|
|
3343
3343
|
* been run, then this file may not exist yet.
|
|
3344
3344
|
* Example: `C:\MyRepo\common\temp\npm-local\node_modules\.bin\npm`
|
|
3345
3345
|
*/
|
|
@@ -261,11 +261,11 @@ export declare class RushConfiguration {
|
|
|
261
261
|
*/
|
|
262
262
|
readonly currentVariantJsonFilename: string;
|
|
263
263
|
/**
|
|
264
|
-
* The version of the locally
|
|
264
|
+
* The version of the locally package manager tool. (Example: "1.2.3")
|
|
265
265
|
*/
|
|
266
266
|
readonly packageManagerToolVersion: string;
|
|
267
267
|
/**
|
|
268
|
-
* The absolute path to the locally
|
|
268
|
+
* The absolute path to the locally package manager tool. If "rush install" has not
|
|
269
269
|
* been run, then this file may not exist yet.
|
|
270
270
|
* Example: `C:\MyRepo\common\temp\npm-local\node_modules\.bin\npm`
|
|
271
271
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/rush-sdk",
|
|
3
|
-
"version": "5.107.
|
|
3
|
+
"version": "5.107.3",
|
|
4
4
|
"description": "An API for interacting with the Rush engine",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/semver": "7.5.0",
|
|
32
32
|
"@types/webpack-env": "1.18.0",
|
|
33
|
-
"@microsoft/rush-lib": "5.107.
|
|
33
|
+
"@microsoft/rush-lib": "5.107.3",
|
|
34
34
|
"@rushstack/eslint-config": "3.3.4",
|
|
35
35
|
"@rushstack/heft": "0.61.0",
|
|
36
36
|
"local-node-rig": "1.0.0",
|