@rushstack/rush-sdk 5.117.9 → 5.117.10
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
|
@@ -4139,6 +4139,10 @@ export declare class RushConstants {
|
|
|
4139
4139
|
* The filename (".pnpmfile.cjs") used to add custom configuration to PNPM (PNPM version 6.x and later).
|
|
4140
4140
|
*/
|
|
4141
4141
|
static readonly pnpmfileV6Filename: '.pnpmfile.cjs';
|
|
4142
|
+
/**
|
|
4143
|
+
* The filename (".modules.yaml") used by pnpm to specify configurations in the node_modules directory
|
|
4144
|
+
*/
|
|
4145
|
+
static readonly pnpmModulesFilename: '.modules.yaml';
|
|
4142
4146
|
/**
|
|
4143
4147
|
* The filename ("global-pnpmfile.cjs") used to add custom configuration to subspaces
|
|
4144
4148
|
*/
|
package/dist/tsdoc-metadata.json
CHANGED
|
@@ -73,6 +73,10 @@ export declare class RushConstants {
|
|
|
73
73
|
* The filename (".pnpmfile.cjs") used to add custom configuration to PNPM (PNPM version 6.x and later).
|
|
74
74
|
*/
|
|
75
75
|
static readonly pnpmfileV6Filename: '.pnpmfile.cjs';
|
|
76
|
+
/**
|
|
77
|
+
* The filename (".modules.yaml") used by pnpm to specify configurations in the node_modules directory
|
|
78
|
+
*/
|
|
79
|
+
static readonly pnpmModulesFilename: '.modules.yaml';
|
|
76
80
|
/**
|
|
77
81
|
* The filename ("global-pnpmfile.cjs") used to add custom configuration to subspaces
|
|
78
82
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/rush-sdk",
|
|
3
|
-
"version": "5.117.
|
|
3
|
+
"version": "5.117.10",
|
|
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
|
-
"@
|
|
35
|
-
"@microsoft/rush-lib": "5.117.9",
|
|
34
|
+
"@microsoft/rush-lib": "5.117.10",
|
|
36
35
|
"local-node-rig": "1.0.0",
|
|
37
36
|
"@rushstack/ts-command-line": "4.19.1",
|
|
38
|
-
"@rushstack/
|
|
37
|
+
"@rushstack/heft": "0.66.2",
|
|
38
|
+
"@rushstack/stream-collator": "4.1.40"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "heft build --clean",
|