@code-pushup/coverage-plugin 0.26.0 → 0.26.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.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -599,7 +599,7 @@ import CliTable3 from "cli-table3";
|
|
|
599
599
|
|
|
600
600
|
// packages/plugin-coverage/package.json
|
|
601
601
|
var name = "@code-pushup/coverage-plugin";
|
|
602
|
-
var version = "0.26.
|
|
602
|
+
var version = "0.26.1";
|
|
603
603
|
|
|
604
604
|
// packages/plugin-coverage/src/lib/config.ts
|
|
605
605
|
import { z as z14 } from "zod";
|