@rushstack/rush-sdk
Advanced tools
Comparing version 5.94.0 to 5.94.1
@@ -20,3 +20,3 @@ import { RushConfiguration } from '../api/RushConfiguration'; | ||
prepareAsync(): Promise<void>; | ||
update(): void; | ||
updateAsync(): Promise<void>; | ||
private _logIfConsoleOutputIsNotRestricted; | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "@rushstack/rush-sdk", | ||
"version": "5.94.0", | ||
"version": "5.94.1", | ||
"description": "An API for interacting with the Rush engine", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
"@types/webpack-env": "1.18.0", | ||
"@microsoft/rush-lib": "5.94.0", | ||
"@microsoft/rush-lib": "5.94.1", | ||
"@rushstack/eslint-config": "3.2.0", | ||
@@ -26,0 +26,0 @@ "@rushstack/heft": "0.50.0", |
537995