@rushstack/rush-sdk 5.118.0 → 5.118.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.
@@ -22,6 +22,7 @@ export interface IPnpmfileShimSettings {
22
22
  }
23
23
  export interface IWorkspaceProjectInfo extends Pick<RushConfigurationProject, 'packageName' | 'projectRelativeFolder'> {
24
24
  packageVersion: RushConfigurationProject['packageJson']['version'];
25
+ injectedDependencies: Array<string>;
25
26
  }
26
27
  /**
27
28
  * The `settings` parameter passed to {@link IPnpmfileShim.hooks.readPackage} and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-sdk",
3
- "version": "5.118.0",
3
+ "version": "5.118.1",
4
4
  "description": "An API for interacting with the Rush engine",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,11 +31,11 @@
31
31
  "devDependencies": {
32
32
  "@types/semver": "7.5.0",
33
33
  "@types/webpack-env": "1.18.0",
34
+ "@microsoft/rush-lib": "5.118.1",
34
35
  "@rushstack/heft": "0.66.2",
35
- "@microsoft/rush-lib": "5.118.0",
36
36
  "local-node-rig": "1.0.0",
37
- "@rushstack/ts-command-line": "4.19.1",
38
- "@rushstack/stream-collator": "4.1.40"
37
+ "@rushstack/stream-collator": "4.1.40",
38
+ "@rushstack/ts-command-line": "4.19.1"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "heft build --clean",