@rushstack/rush-sdk 5.124.5 → 5.124.7

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.43.5"
8
+ "packageVersion": "7.43.7"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import * as child_process from 'child_process';
3
4
  import type { RushConfiguration } from '../api/RushConfiguration';
4
5
  import { syncNpmrc } from './npmrcUtilities';
@@ -126,7 +127,7 @@ export declare class Utilities {
126
127
  *
127
128
  * It's basically the same as executeCommand() except that it returns a Promise.
128
129
  */
129
- static executeCommandAndInspectOutputAsync(options: IExecuteCommandOptions, onStdoutStreamChunk?: (chunk: string) => string | void, onExit?: (code: number, signal: string) => void): Promise<void>;
130
+ static executeCommandAndInspectOutputAsync(options: IExecuteCommandOptions, onStdoutStreamChunk?: (chunk: string) => string | void, onExit?: (exitCode: number | null, signal: NodeJS.Signals | null) => void): Promise<void>;
130
131
  /**
131
132
  * Executes the command with the specified command-line parameters, and waits for it to complete.
132
133
  * The current directory will be set to the specified workingDirectory.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-sdk",
3
- "version": "5.124.5",
3
+ "version": "5.124.7",
4
4
  "description": "An API for interacting with the Rush engine",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,17 +25,17 @@
25
25
  "dependencies": {
26
26
  "@types/node-fetch": "2.6.2",
27
27
  "tapable": "2.2.1",
28
- "@rushstack/node-core-library": "4.3.0",
29
- "@rushstack/terminal": "0.11.0"
28
+ "@rushstack/terminal": "0.11.1",
29
+ "@rushstack/node-core-library": "5.0.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/semver": "7.5.0",
33
33
  "@types/webpack-env": "1.18.0",
34
- "@rushstack/heft": "0.66.8",
35
- "@rushstack/stream-collator": "4.1.46",
36
- "local-node-rig": "1.0.0",
37
- "@microsoft/rush-lib": "5.124.5",
38
- "@rushstack/ts-command-line": "4.20.1"
34
+ "@microsoft/rush-lib": "5.124.7",
35
+ "@rushstack/stream-collator": "4.1.48",
36
+ "@rushstack/heft": "0.66.10",
37
+ "@rushstack/ts-command-line": "4.21.1",
38
+ "local-node-rig": "1.0.0"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "heft build --clean",