@rushstack/rush-sdk 5.118.2 → 5.118.4
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.
|
@@ -173,6 +173,7 @@ export declare class Utilities {
|
|
|
173
173
|
static syncFile(sourcePath: string, destinationPath: string): void;
|
|
174
174
|
static getRushConfigNotFoundError(): Error;
|
|
175
175
|
static usingAsync<TDisposable extends IDisposable>(getDisposableAsync: () => Promise<TDisposable> | IDisposable, doActionAsync: (disposable: TDisposable) => Promise<void> | void): Promise<void>;
|
|
176
|
+
static trimAfterLastSlash(filePath: string): string;
|
|
176
177
|
private static _executeLifecycleCommandInternal;
|
|
177
178
|
/**
|
|
178
179
|
* Returns a process.env environment suitable for executing lifecycle scripts.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/rush-sdk",
|
|
3
|
-
"version": "5.118.
|
|
3
|
+
"version": "5.118.4",
|
|
4
4
|
"description": "An API for interacting with the Rush engine",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/semver": "7.5.0",
|
|
33
33
|
"@types/webpack-env": "1.18.0",
|
|
34
|
-
"@microsoft/rush-lib": "5.118.
|
|
34
|
+
"@microsoft/rush-lib": "5.118.4",
|
|
35
35
|
"@rushstack/heft": "0.66.2",
|
|
36
36
|
"local-node-rig": "1.0.0",
|
|
37
37
|
"@rushstack/stream-collator": "4.1.40",
|