@stryker-mutator/dashboard-common 0.13.3-pr-331.2 → 0.13.3-pr-334.2

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.
@@ -10,6 +10,6 @@ export interface ReportIdentifier {
10
10
  /**
11
11
  * Represents the report
12
12
  */
13
- export type Report = (ReportIdentifier & MutationScoreOnlyResult) | (ReportIdentifier & MutationScoreOnlyResult & MutationTestResult);
13
+ export declare type Report = (ReportIdentifier & MutationScoreOnlyResult) | (ReportIdentifier & MutationScoreOnlyResult & MutationTestResult);
14
14
  export declare function isMutationTestResult(report: MutationScoreOnlyResult | MutationTestResult): report is MutationTestResult;
15
15
  //# sourceMappingURL=Report.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryker-mutator/dashboard-common",
3
- "version": "0.13.3-pr-331.2",
3
+ "version": "0.13.3-pr-334.2",
4
4
  "type": "module",
5
5
  "description": "This package contains common utilities to be shared between the different dashboard components.",
6
6
  "scripts": {
@@ -22,5 +22,5 @@
22
22
  "dependencies": {
23
23
  "mutation-testing-report-schema": "2.0.1"
24
24
  },
25
- "gitHead": "0152ef6114f8bc97166192f5cc96e9a8221c87fd"
25
+ "gitHead": "f8cdead40f6178a6f364634cf6beff6925d90fd1"
26
26
  }