@stryker-mutator/dashboard-common 0.15.2-pr-966.0 → 0.15.2-pr-968.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.0",
3
+ "version": "0.15.2-pr-968.0",
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": "3cd7eb1e4edea330a91c62e1f905c651ebf39af7"
25
+ "gitHead": "e6378d300b239521d10f76d15418f454ccc10259"
26
26
  }