@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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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.0";
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/coverage-plugin",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "dependencies": {
5
5
  "@code-pushup/models": "*",
6
6
  "@code-pushup/utils": "*",