@rushstack/rush-sdk 5.86.0-pr3813.0 → 5.87.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.
Files changed (2) hide show
  1. package/dist/rush-lib.d.ts +0 -17
  2. package/package.json +2 -2
@@ -341,7 +341,6 @@ export declare class EnvironmentConfiguration {
341
341
  private static _buildCacheWriteAllowed;
342
342
  private static _gitBinaryPath;
343
343
  private static _tarBinaryPath;
344
- private static _logFoldingStyle;
345
344
  /**
346
345
  * An override for the common/temp folder path.
347
346
  */
@@ -405,12 +404,6 @@ export declare class EnvironmentConfiguration {
405
404
  * See {@link EnvironmentVariableNames.RUSH_TAR_BINARY_PATH}
406
405
  */
407
406
  static get tarBinaryPath(): string | undefined;
408
- /**
409
- * If defined, when Rush runs any bulk or phased command in verbose mode, the selected log
410
- * folding style will be used to print a header and footer above and below the build output.
411
- * See {@link EnvironmentVariableNames.RUSH_LOG_FOLDING_STYLE}
412
- */
413
- static get logFoldingStyle(): string | undefined;
414
407
  /**
415
408
  * The front-end RushVersionSelector relies on `RUSH_GLOBAL_FOLDER`, so its value must be read before
416
409
  * `EnvironmentConfiguration` is initialized (and actually before the correct version of `EnvironmentConfiguration`
@@ -566,12 +559,6 @@ export declare enum EnvironmentVariableNames {
566
559
  * Explicitly specifies the path for the `tar` binary that is invoked by certain Rush operations.
567
560
  */
568
561
  RUSH_TAR_BINARY_PATH = "RUSH_TAR_BINARY_PATH",
569
- /**
570
- * If defined, when Rush runs any bulk or phased command in verbose mode, operations will
571
- * be wrapped in the folding header and footer defined for this style in the `logging.json`
572
- * configuration file.
573
- */
574
- RUSH_LOG_FOLDING_STYLE = "RUSH_LOG_FOLDING_STYLE",
575
562
  /**
576
563
  * When Rush executes shell scripts, it sometimes changes the working directory to be a project folder or
577
564
  * the repository root folder. The original working directory (where the Rush command was invoked) is assigned
@@ -3281,10 +3268,6 @@ export declare class RushConstants {
3281
3268
  * Build cache configuration file.
3282
3269
  */
3283
3270
  static readonly buildCacheFilename: string;
3284
- /**
3285
- * The logging.json configuration file name.
3286
- */
3287
- static readonly loggingConfigFilename: string;
3288
3271
  /**
3289
3272
  * Build cache version number, incremented when the logic to create cache entries changes.
3290
3273
  * Changing this ensures that cache entries generated by an old version will no longer register as a cache hit.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-sdk",
3
- "version": "5.86.0-pr3813.0",
3
+ "version": "5.87.0",
4
4
  "description": "An API for interacting with the Rush engine",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  "tapable": "2.2.1"
18
18
  },
19
19
  "devDependencies": {
20
- "@microsoft/rush-lib": "5.86.0-pr3813.0",
20
+ "@microsoft/rush-lib": "5.87.0",
21
21
  "@rushstack/eslint-config": "3.1.1",
22
22
  "@rushstack/heft": "0.48.9",
23
23
  "@rushstack/heft-node-rig": "1.11.10",