@rushstack/rush-sdk 5.70.0 → 5.71.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.
@@ -1457,7 +1457,7 @@ export declare interface ITelemetryData {
1457
1457
  */
1458
1458
  readonly rushVersion?: string;
1459
1459
  readonly extraData?: {
1460
- [key: string]: string;
1460
+ [key: string]: string | number | boolean;
1461
1461
  };
1462
1462
  }
1463
1463
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-sdk",
3
- "version": "5.70.0",
3
+ "version": "5.71.0",
4
4
  "description": "An API for interacting with the Rush engine",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,13 +17,13 @@
17
17
  "tapable": "2.2.1"
18
18
  },
19
19
  "devDependencies": {
20
- "@microsoft/rush-lib": "5.70.0",
20
+ "@microsoft/rush-lib": "5.71.0",
21
21
  "@rushstack/eslint-config": "2.6.0",
22
- "@rushstack/heft": "0.45.2",
23
- "@rushstack/heft-node-rig": "1.9.3",
24
- "@rushstack/stream-collator": "4.0.172",
22
+ "@rushstack/heft": "0.45.5",
23
+ "@rushstack/heft-node-rig": "1.9.6",
24
+ "@rushstack/stream-collator": "4.0.175",
25
25
  "@rushstack/ts-command-line": "4.11.0",
26
- "@rushstack/terminal": "0.3.41",
26
+ "@rushstack/terminal": "0.3.44",
27
27
  "@types/heft-jest": "1.0.1",
28
28
  "@types/semver": "7.3.5",
29
29
  "@types/webpack-env": "1.13.0"