@code-pushup/coverage-plugin 0.13.2 → 0.14.0

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
@@ -612,7 +612,7 @@ function toOrdinal(value) {
612
612
 
613
613
  // packages/plugin-coverage/package.json
614
614
  var name = "@code-pushup/coverage-plugin";
615
- var version = "0.13.2";
615
+ var version = "0.14.0";
616
616
 
617
617
  // packages/plugin-coverage/src/lib/config.ts
618
618
  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.13.2",
3
+ "version": "0.14.0",
4
4
  "dependencies": {
5
5
  "@code-pushup/models": "*",
6
6
  "@code-pushup/utils": "*",