@rushstack/rush-sdk 5.94.1 → 5.95.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.
@@ -888,6 +888,10 @@ export declare interface IExperimentsJson {
888
888
  * `.npmrc` file has changed since the last install.
889
889
  */
890
890
  cleanInstallAfterNpmrcChanges?: boolean;
891
+ /**
892
+ * If true, print the outputs of shell commands defined in event hooks to the console.
893
+ */
894
+ printEventHooksOutputToConsole?: boolean;
891
895
  }
892
896
 
893
897
  /**
@@ -40,6 +40,10 @@ export interface IExperimentsJson {
40
40
  * `.npmrc` file has changed since the last install.
41
41
  */
42
42
  cleanInstallAfterNpmrcChanges?: boolean;
43
+ /**
44
+ * If true, print the outputs of shell commands defined in event hooks to the console.
45
+ */
46
+ printEventHooksOutputToConsole?: boolean;
43
47
  }
44
48
  /**
45
49
  * Use this class to load the "common/config/rush/experiments.json" config file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-sdk",
3
- "version": "5.94.1",
3
+ "version": "5.95.0",
4
4
  "description": "An API for interacting with the Rush engine",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "@types/heft-jest": "1.0.1",
21
21
  "@types/semver": "7.3.5",
22
22
  "@types/webpack-env": "1.18.0",
23
- "@microsoft/rush-lib": "5.94.1",
23
+ "@microsoft/rush-lib": "5.95.0",
24
24
  "@rushstack/eslint-config": "3.2.0",
25
25
  "@rushstack/heft": "0.50.0",
26
26
  "@rushstack/heft-node-rig": "1.12.5",