mutation-testing-elements
Advanced tools
Comparing version 3.0.2 to 3.0.4
import type { PropertyValues } from 'lit'; | ||
import type { MutationTestResult } from 'mutation-testing-report-schema/api'; | ||
import type { MetricsResult } from 'mutation-testing-metrics'; | ||
import type { MetricsResult, FileUnderTestModel, Metrics, MutationTestMetricsResult, TestFileModel, TestMetrics } from 'mutation-testing-metrics'; | ||
import { View } from '../../lib/router.js'; | ||
import type { Subscription } from 'rxjs'; | ||
import type { FileUnderTestModel, Metrics, MutationTestMetricsResult, TestFileModel, TestMetrics } from 'mutation-testing-metrics'; | ||
import { RealTimeElement } from '../real-time-element.js'; | ||
@@ -8,0 +7,0 @@ interface BaseContext { |
@@ -0,1 +1,2 @@ | ||
import type { TemplateResult } from 'lit'; | ||
import type { MutantModel } from 'mutation-testing-metrics'; | ||
@@ -9,3 +10,3 @@ import type { DrawerMode } from '../drawer/drawer.component.js'; | ||
constructor(); | ||
render(): import("lit-html").TemplateResult<1>; | ||
render(): TemplateResult<1>; | ||
private renderSummary; | ||
@@ -12,0 +13,0 @@ private renderDetail; |
/// <reference path="../../../src/typings/prism.d.ts" /> | ||
import 'prismjs/components/prism-core'; | ||
import 'prismjs/plugins/line-numbers/prism-line-numbers'; | ||
import 'prismjs/components/prism-clike'; | ||
@@ -5,0 +4,0 @@ import 'prismjs/components/prism-javascript'; |
{ | ||
"name": "mutation-testing-elements", | ||
"version": "3.0.2", | ||
"version": "3.0.4", | ||
"description": "A suite of web components for a mutation testing report.", | ||
@@ -51,3 +51,3 @@ "unpkg": "dist/mutation-test-elements.js", | ||
"devDependencies": { | ||
"@playwright/test": "1.40.1", | ||
"@playwright/test": "1.42.1", | ||
"@tailwindcss/forms": "0.5.7", | ||
@@ -57,23 +57,24 @@ "@types/express": "4.17.21", | ||
"@types/resemblejs": "4.1.3", | ||
"@vitest/browser": "1.1.0", | ||
"autoprefixer": "10.4.16", | ||
"browserslist-to-esbuild": "1.2.0", | ||
"@vitest/browser": "1.4.0", | ||
"autoprefixer": "10.4.19", | ||
"browserslist-to-esbuild": "2.1.1", | ||
"cross-env": "7.0.3", | ||
"cssnano": "6.0.2", | ||
"esbuild": "0.19.7", | ||
"cssnano": "6.1.2", | ||
"esbuild": "0.20.2", | ||
"eslint-config-mte": "*", | ||
"express": "4.18.2", | ||
"lit": "3.1.0", | ||
"mutation-testing-metrics": "3.0.2", | ||
"mutation-testing-report-schema": "3.0.2", | ||
"postcss": "8.4.32", | ||
"express": "4.19.2", | ||
"lit": "3.1.2", | ||
"mutation-testing-metrics": "3.0.4", | ||
"mutation-testing-real-time": "3.0.4", | ||
"mutation-testing-report-schema": "3.0.4", | ||
"postcss": "8.4.38", | ||
"prism-svelte": "0.5.0", | ||
"prismjs": "1.29.0", | ||
"rxjs": "7.8.1", | ||
"sass": "1.69.5", | ||
"tailwindcss": "3.4.0", | ||
"vite": "5.0.10", | ||
"vitest": "1.1.0" | ||
"sass": "1.74.1", | ||
"tailwindcss": "3.4.3", | ||
"vite": "5.2.8", | ||
"vitest": "1.4.0" | ||
}, | ||
"gitHead": "8a604e40610c22f1712b853051319f3cbd8b849e" | ||
"gitHead": "8072ed933affdb77b3c5c10c0c5bf2aa4b6e508d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
716370
25
9139
0