@rushstack/rush-sdk 5.133.3 → 5.134.0
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/tsdoc-metadata.json
CHANGED
|
@@ -119,6 +119,8 @@ export interface IPnpmShrinkwrapYaml {
|
|
|
119
119
|
overrides?: {
|
|
120
120
|
[dependency: string]: string;
|
|
121
121
|
};
|
|
122
|
+
/** The checksum of package extensions fields for extending dependencies */
|
|
123
|
+
packageExtensionsChecksum?: string;
|
|
122
124
|
}
|
|
123
125
|
export interface ILoadFromFileOptions {
|
|
124
126
|
withCaching?: boolean;
|
|
@@ -141,6 +143,7 @@ export declare class PnpmShrinkwrapFile extends BaseShrinkwrapFile {
|
|
|
141
143
|
readonly specifiers: ReadonlyMap<string, string>;
|
|
142
144
|
readonly packages: ReadonlyMap<string, IPnpmShrinkwrapDependencyYaml>;
|
|
143
145
|
readonly overrides: ReadonlyMap<string, string>;
|
|
146
|
+
readonly packageExtensionsChecksum: undefined | string;
|
|
144
147
|
private readonly _shrinkwrapJson;
|
|
145
148
|
private readonly _integrities;
|
|
146
149
|
private _pnpmfileConfiguration;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/rush-sdk",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.134.0",
|
|
4
4
|
"description": "An API for interacting with the Rush engine",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@types/node-fetch": "2.6.2",
|
|
37
37
|
"tapable": "2.2.1",
|
|
38
|
-
"@rushstack/
|
|
39
|
-
"@rushstack/node-core-library": "5.
|
|
40
|
-
"@rushstack/
|
|
38
|
+
"@rushstack/lookup-by-path": "0.2.2",
|
|
39
|
+
"@rushstack/node-core-library": "5.9.0",
|
|
40
|
+
"@rushstack/terminal": "0.14.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/semver": "7.5.0",
|
|
44
44
|
"@types/webpack-env": "1.18.0",
|
|
45
45
|
"webpack": "~5.82.1",
|
|
46
|
-
"@rushstack/heft": "0.67.
|
|
47
|
-
"@microsoft/rush-lib": "5.133.3",
|
|
48
|
-
"@rushstack/heft-webpack5-plugin": "0.10.9",
|
|
46
|
+
"@rushstack/heft": "0.67.2",
|
|
49
47
|
"local-node-rig": "1.0.0",
|
|
50
|
-
"@rushstack/
|
|
51
|
-
"@
|
|
52
|
-
"@rushstack/
|
|
48
|
+
"@rushstack/heft-webpack5-plugin": "0.10.11",
|
|
49
|
+
"@microsoft/rush-lib": "5.134.0",
|
|
50
|
+
"@rushstack/ts-command-line": "4.22.8",
|
|
51
|
+
"@rushstack/stream-collator": "4.1.67",
|
|
52
|
+
"@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.66"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"build": "heft build --clean",
|