@code-pushup/coverage-plugin 0.45.1 → 0.46.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.
- package/index.js +1 -1
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -1085,7 +1085,7 @@ import chalk4 from "chalk";
|
|
|
1085
1085
|
|
|
1086
1086
|
// packages/plugin-coverage/package.json
|
|
1087
1087
|
var name = "@code-pushup/coverage-plugin";
|
|
1088
|
-
var version = "0.
|
|
1088
|
+
var version = "0.46.0";
|
|
1089
1089
|
|
|
1090
1090
|
// packages/plugin-coverage/src/lib/config.ts
|
|
1091
1091
|
import { z as z16 } from "zod";
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-pushup/coverage-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.46.0",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@code-pushup/models": "0.
|
|
6
|
-
"@code-pushup/utils": "0.
|
|
5
|
+
"@code-pushup/models": "0.46.0",
|
|
6
|
+
"@code-pushup/utils": "0.46.0",
|
|
7
7
|
"parse-lcov": "^1.0.4",
|
|
8
8
|
"chalk": "^5.3.0",
|
|
9
9
|
"zod": "^3.22.4"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@nx/devkit": "^17.0.0"
|
|
12
|
+
"@nx/devkit": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
13
13
|
},
|
|
14
14
|
"peerDependenciesMeta": {
|
|
15
15
|
"@nx/devkit": {
|