@rushstack/rush-sdk 5.140.0 → 5.141.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.
@@ -2607,6 +2607,11 @@ export declare interface ITelemetryOperationResult {
2607
2607
  * Duration in milliseconds when the operation does not hit cache
2608
2608
  */
2609
2609
  nonCachedDurationMs?: number;
2610
+ /**
2611
+ * Was this operation built on this machine? If so, the duration can be calculated from `startTimestampMs` and `endTimestampMs`.
2612
+ * If not, you should use the metrics from the machine that built it.
2613
+ */
2614
+ wasExecutedOnThisMachine?: boolean;
2610
2615
  }
2611
2616
 
2612
2617
  /**
@@ -53,6 +53,11 @@ export interface ITelemetryOperationResult {
53
53
  * Duration in milliseconds when the operation does not hit cache
54
54
  */
55
55
  nonCachedDurationMs?: number;
56
+ /**
57
+ * Was this operation built on this machine? If so, the duration can be calculated from `startTimestampMs` and `endTimestampMs`.
58
+ * If not, you should use the metrics from the machine that built it.
59
+ */
60
+ wasExecutedOnThisMachine?: boolean;
56
61
  }
57
62
  /**
58
63
  * @beta
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-sdk",
3
- "version": "5.140.0",
3
+ "version": "5.141.0",
4
4
  "description": "An API for interacting with the Rush engine",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@types/node-fetch": "2.6.2",
37
37
  "tapable": "2.2.1",
38
- "@rushstack/lookup-by-path": "0.4.1",
39
- "@rushstack/package-deps-hash": "4.2.6",
38
+ "@rushstack/lookup-by-path": "0.4.2",
39
+ "@rushstack/package-deps-hash": "4.2.7",
40
40
  "@rushstack/terminal": "0.14.2",
41
41
  "@rushstack/node-core-library": "5.9.0"
42
42
  },
@@ -44,13 +44,13 @@
44
44
  "@types/semver": "7.5.0",
45
45
  "@types/webpack-env": "1.18.0",
46
46
  "webpack": "~5.95.0",
47
- "@microsoft/rush-lib": "5.140.0",
48
- "@rushstack/heft-webpack5-plugin": "0.11.3",
47
+ "@microsoft/rush-lib": "5.141.0",
48
+ "@rushstack/heft": "0.68.6",
49
+ "@rushstack/heft-webpack5-plugin": "0.11.4",
49
50
  "local-node-rig": "1.0.0",
50
- "@rushstack/heft": "0.68.5",
51
51
  "@rushstack/ts-command-line": "4.23.0",
52
- "@rushstack/stream-collator": "4.1.73",
53
- "@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.72"
52
+ "@rushstack/stream-collator": "4.1.74",
53
+ "@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.73"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "heft build --clean",