@rushstack/rush-sdk
Advanced tools
Comparing version 5.124.6 to 5.124.7
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.43.6" | ||
"packageVersion": "7.43.7" | ||
} | ||
] | ||
} |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import * as child_process from 'child_process'; | ||
@@ -129,3 +130,3 @@ import type { RushConfiguration } from '../api/RushConfiguration'; | ||
*/ | ||
static executeCommandAndInspectOutputAsync(options: IExecuteCommandOptions, onStdoutStreamChunk?: (chunk: string) => string | void, onExit?: (code: number, signal: string) => void): Promise<void>; | ||
static executeCommandAndInspectOutputAsync(options: IExecuteCommandOptions, onStdoutStreamChunk?: (chunk: string) => string | void, onExit?: (exitCode: number | null, signal: NodeJS.Signals | null) => void): Promise<void>; | ||
/** | ||
@@ -132,0 +133,0 @@ * Executes the command with the specified command-line parameters, and waits for it to complete. |
{ | ||
"name": "@rushstack/rush-sdk", | ||
"version": "5.124.6", | ||
"version": "5.124.7", | ||
"description": "An API for interacting with the Rush engine", | ||
@@ -28,4 +28,4 @@ "repository": { | ||
"tapable": "2.2.1", | ||
"@rushstack/node-core-library": "4.3.0", | ||
"@rushstack/terminal": "0.11.0" | ||
"@rushstack/terminal": "0.11.1", | ||
"@rushstack/node-core-library": "5.0.0" | ||
}, | ||
@@ -35,7 +35,7 @@ "devDependencies": { | ||
"@types/webpack-env": "1.18.0", | ||
"@rushstack/heft": "0.66.8", | ||
"@microsoft/rush-lib": "5.124.6", | ||
"@rushstack/stream-collator": "4.1.46", | ||
"local-node-rig": "1.0.0", | ||
"@rushstack/ts-command-line": "4.20.1" | ||
"@microsoft/rush-lib": "5.124.7", | ||
"@rushstack/stream-collator": "4.1.48", | ||
"@rushstack/heft": "0.66.10", | ||
"@rushstack/ts-command-line": "4.21.1", | ||
"local-node-rig": "1.0.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
683370
15116
+ Added@rushstack/node-core-library@5.0.0(transitive)
+ Added@rushstack/terminal@0.11.1(transitive)
+ Added@types/node@22.9.3(transitive)
+ Addedajv@8.13.0(transitive)
+ Addedajv-draft-04@1.0.0(transitive)
+ Addedajv-formats@3.0.1(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedrequire-from-string@2.0.2(transitive)
+ Addedundici-types@6.19.8(transitive)
+ Addeduri-js@4.4.1(transitive)
- Removed@rushstack/node-core-library@4.3.0(transitive)
- Removed@rushstack/terminal@0.11.0(transitive)
- Removed@types/node@22.10.1(transitive)
- Removedcommander@10.0.1(transitive)
- Removedlodash.get@4.4.2(transitive)
- Removedlodash.isequal@4.5.0(transitive)
- Removedundici-types@6.20.0(transitive)
- Removedvalidator@13.12.0(transitive)
- Removedz-schema@5.0.6(transitive)
Updated@rushstack/terminal@0.11.1