@stryker-mutator/dashboard-common 0.15.2-pr-966.7 → 0.15.2-pr-1007.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.
@@ -18,5 +18,4 @@ export declare class Slug {
18
18
  */
19
19
  static parse(rawSlug: string | undefined): Slug;
20
20
  }
21
- export declare function buildReportUrl(slug: string): string;
22
21
  //# sourceMappingURL=slug.d.ts.map
package/dist/src/slug.js CHANGED
@@ -50,7 +50,4 @@ function sanitize(rawSlug) {
50
50
  return rawSlug;
51
51
  }
52
52
  }
53
- export function buildReportUrl(slug) {
54
- return `${window.location.origin}/reports/${slug}`;
55
- }
56
53
  //# sourceMappingURL=slug.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryker-mutator/dashboard-common",
3
- "version": "0.15.2-pr-966.7",
3
+ "version": "0.15.2-pr-1007.1",
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": "3.3.0"
24
24
  },
25
- "gitHead": "e838c1221e9a8ec28c68ff9025cd074107cff847"
25
+ "gitHead": "2defc775d99fe07382376e77839e378cccaf48fd"
26
26
  }