@rushstack/rush-sdk
Advanced tools
Comparing version 5.118.3 to 5.118.4
@@ -176,2 +176,3 @@ /// <reference types="node" /> | ||
static usingAsync<TDisposable extends IDisposable>(getDisposableAsync: () => Promise<TDisposable> | IDisposable, doActionAsync: (disposable: TDisposable) => Promise<void> | void): Promise<void>; | ||
static trimAfterLastSlash(filePath: string): string; | ||
private static _executeLifecycleCommandInternal; | ||
@@ -178,0 +179,0 @@ /** |
{ | ||
"name": "@rushstack/rush-sdk", | ||
"version": "5.118.3", | ||
"version": "5.118.4", | ||
"description": "An API for interacting with the Rush engine", | ||
@@ -34,7 +34,7 @@ "repository": { | ||
"@types/webpack-env": "1.18.0", | ||
"@microsoft/rush-lib": "5.118.3", | ||
"@microsoft/rush-lib": "5.118.4", | ||
"@rushstack/heft": "0.66.2", | ||
"local-node-rig": "1.0.0", | ||
"@rushstack/stream-collator": "4.1.40", | ||
"@rushstack/heft": "0.66.2", | ||
"@rushstack/ts-command-line": "4.19.1", | ||
"local-node-rig": "1.0.0" | ||
"@rushstack/ts-command-line": "4.19.1" | ||
}, | ||
@@ -41,0 +41,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
671901
14862