@rushstack/rush-sdk 5.104.0 → 5.104.1
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.
package/dist/rush-lib.d.ts
CHANGED
|
@@ -258,7 +258,7 @@ export declare class CobuildConfiguration {
|
|
|
258
258
|
private static _loadAsync;
|
|
259
259
|
createLockProviderAsync(terminal: ITerminal): Promise<void>;
|
|
260
260
|
destroyLockProviderAsync(): Promise<void>;
|
|
261
|
-
|
|
261
|
+
getCobuildLockProvider(): ICobuildLockProvider;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
/**
|
|
@@ -66,6 +66,6 @@ export declare class CobuildConfiguration {
|
|
|
66
66
|
private static _loadAsync;
|
|
67
67
|
createLockProviderAsync(terminal: ITerminal): Promise<void>;
|
|
68
68
|
destroyLockProviderAsync(): Promise<void>;
|
|
69
|
-
|
|
69
|
+
getCobuildLockProvider(): ICobuildLockProvider;
|
|
70
70
|
}
|
|
71
71
|
//# sourceMappingURL=CobuildConfiguration.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/rush-sdk",
|
|
3
|
-
"version": "5.104.
|
|
3
|
+
"version": "5.104.1",
|
|
4
4
|
"description": "An API for interacting with the Rush engine",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@types/node": "14.18.36",
|
|
32
32
|
"@types/semver": "7.5.0",
|
|
33
33
|
"@types/webpack-env": "1.18.0",
|
|
34
|
-
"@microsoft/rush-lib": "5.104.
|
|
34
|
+
"@microsoft/rush-lib": "5.104.1",
|
|
35
35
|
"@rushstack/eslint-config": "3.3.3",
|
|
36
36
|
"@rushstack/heft": "0.58.2",
|
|
37
37
|
"@rushstack/heft-node-rig": "2.2.22",
|