@rushstack/rush-sdk 5.133.0 → 5.133.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.
@@ -30,6 +30,8 @@ export interface IPnpmShrinkwrapDependencyYaml {
30
30
  /** The name of the tarball, if this was from a TGZ file */
31
31
  tarball?: string;
32
32
  };
33
+ /** The list of bundled dependencies in this package */
34
+ bundledDependencies?: ReadonlyArray<string>;
33
35
  /** The list of dependencies and the resolved version */
34
36
  dependencies?: Record<string, IPnpmVersionSpecifier>;
35
37
  /** The list of optional dependencies and the resolved version */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-sdk",
3
- "version": "5.133.0",
3
+ "version": "5.133.1",
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/lookup-by-path": "0.1.2",
38
+ "@rushstack/terminal": "0.14.0",
39
39
  "@rushstack/node-core-library": "5.7.0",
40
- "@rushstack/terminal": "0.14.0"
40
+ "@rushstack/lookup-by-path": "0.2.0"
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
- "@microsoft/rush-lib": "5.133.0",
47
- "@rushstack/heft-webpack5-plugin": "0.10.9",
46
+ "@microsoft/rush-lib": "5.133.1",
48
47
  "@rushstack/heft": "0.67.0",
49
- "@rushstack/ts-command-line": "4.22.6",
50
48
  "local-node-rig": "1.0.0",
51
- "@rushstack/stream-collator": "4.1.65",
52
- "@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.64"
49
+ "@rushstack/heft-webpack5-plugin": "0.10.9",
50
+ "@rushstack/ts-command-line": "4.22.6",
51
+ "@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.64",
52
+ "@rushstack/stream-collator": "4.1.65"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "heft build --clean",