@stryker-mutator/dashboard-data-access 0.20.4 → 0.20.6

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.
@@ -23,7 +23,7 @@ export declare class MutationTestingReport implements ReportIdentifier {
23
23
  static createRowKey(identifier: Pick<MutationTestingReport, 'moduleName'>): string | undefined;
24
24
  static createPartitionKey(identifier: Pick<MutationTestingReport, 'version' | 'projectName'>): string;
25
25
  static identify(entity: Partial<MutationTestingReport>, partitionKeyValue: string, rowKeyValue: string): void;
26
- static readonly persistedFields: readonly ["mutationScore"];
26
+ static readonly persistedFields: readonly ['mutationScore'];
27
27
  static readonly tableName = "MutationTestingReport";
28
28
  }
29
29
  //# sourceMappingURL=MutationTestingReport.d.ts.map
@@ -3,7 +3,7 @@ export declare class Project {
3
3
  name: string;
4
4
  enabled: boolean;
5
5
  apiKeyHash: string;
6
- static readonly persistedFields: readonly ["enabled", "apiKeyHash"];
6
+ static readonly persistedFields: readonly ['enabled', 'apiKeyHash'];
7
7
  static readonly tableName = "Project";
8
8
  static createRowKey(identifier: Pick<Project, 'name'>): string;
9
9
  static createPartitionKey(identifier: Pick<Project, 'owner'>): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryker-mutator/dashboard-data-access",
3
- "version": "0.20.4",
3
+ "version": "0.20.6",
4
4
  "type": "module",
5
5
  "description": "This package contains the data access layer of the stryker dashboard application.",
6
6
  "scripts": {
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@azure/core-rest-pipeline": "1.23.0",
28
+ "@azure/core-rest-pipeline": "1.25.0",
29
29
  "@azure/data-tables": "13.3.2",
30
- "@azure/storage-blob": "12.31.0",
31
- "@stryker-mutator/dashboard-common": "0.20.4",
32
- "mutation-testing-metrics": "3.7.3",
33
- "mutation-testing-report-schema": "3.7.3"
30
+ "@azure/storage-blob": "12.33.0",
31
+ "@stryker-mutator/dashboard-common": "0.20.6",
32
+ "mutation-testing-metrics": "3.9.0",
33
+ "mutation-testing-report-schema": "3.9.0"
34
34
  },
35
- "gitHead": "48e1e0ee49fb77ce3130d3a98eb14a9dfd1e75c8"
35
+ "gitHead": "53b9ecc0488216773b479e8eeb1301056474ee1b"
36
36
  }