@code-pushup/coverage-plugin 0.25.6 → 0.25.7

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -579,7 +579,7 @@ import CliTable3 from "cli-table3";
579
579
 
580
580
  // packages/plugin-coverage/package.json
581
581
  var name = "@code-pushup/coverage-plugin";
582
- var version = "0.25.6";
582
+ var version = "0.25.7";
583
583
 
584
584
  // packages/plugin-coverage/src/lib/config.ts
585
585
  import { z as z13 } from "zod";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/coverage-plugin",
3
- "version": "0.25.6",
3
+ "version": "0.25.7",
4
4
  "dependencies": {
5
5
  "@code-pushup/models": "*",
6
6
  "@code-pushup/utils": "*",