@code-pushup/coverage-plugin 0.18.0 → 0.18.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 +3 -43
package/index.js
CHANGED
|
@@ -592,7 +592,7 @@ import chalk4 from "chalk";
|
|
|
592
592
|
|
|
593
593
|
// packages/plugin-coverage/package.json
|
|
594
594
|
var name = "@code-pushup/coverage-plugin";
|
|
595
|
-
var version = "0.18.
|
|
595
|
+
var version = "0.18.1";
|
|
596
596
|
|
|
597
597
|
// packages/plugin-coverage/src/lib/config.ts
|
|
598
598
|
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.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@code-pushup/models": "*",
|
|
6
6
|
"@code-pushup/utils": "*",
|
|
@@ -15,45 +15,5 @@
|
|
|
15
15
|
"@nx/devkit": {
|
|
16
16
|
"optional": true
|
|
17
17
|
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
"homepage": "https://github.com/code-pushup/cli#readme",
|
|
21
|
-
"bugs": {
|
|
22
|
-
"url": "https://github.com/code-pushup/cli/issues"
|
|
23
|
-
},
|
|
24
|
-
"repository": {
|
|
25
|
-
"type": "git",
|
|
26
|
-
"url": "https://github.com/code-pushup/cli.git",
|
|
27
|
-
"directory": "packages/plugin-coverage"
|
|
28
|
-
},
|
|
29
|
-
"contributors": [
|
|
30
|
-
{
|
|
31
|
-
"name": "Igor Katsuba",
|
|
32
|
-
"email": "igor@katsuba.dev",
|
|
33
|
-
"url": "https://katsuba.dev"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"name": "Kateřina Pilátová",
|
|
37
|
-
"email": "katerina.pilatova@flowup.cz",
|
|
38
|
-
"url": "https://github.com/Tlacenka"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"name": "Matěj Chalk",
|
|
42
|
-
"email": "matej.chalk@flowup.cz",
|
|
43
|
-
"url": "https://github.com/matejchalk"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"name": "Michael Hladky",
|
|
47
|
-
"email": "michael.hladky@push-based.io",
|
|
48
|
-
"url": "https://push-based.io"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"name": "Michael Seredenko",
|
|
52
|
-
"email": "misha.seredenko@push-based.io",
|
|
53
|
-
"url": "https://github.com/MishaSeredenkoPushBased"
|
|
54
|
-
}
|
|
55
|
-
],
|
|
56
|
-
"type": "module",
|
|
57
|
-
"main": "./index.js",
|
|
58
|
-
"types": "./src/index.d.ts"
|
|
59
|
-
}
|
|
18
|
+
}
|
|
19
|
+
}
|