@code-pushup/coverage-plugin 0.14.3 → 0.15.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 +4 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -610,9 +610,12 @@ function toOrdinal(value) {
|
|
|
610
610
|
return `${value}th`;
|
|
611
611
|
}
|
|
612
612
|
|
|
613
|
+
// packages/utils/src/lib/logging.ts
|
|
614
|
+
import chalk4 from "chalk";
|
|
615
|
+
|
|
613
616
|
// packages/plugin-coverage/package.json
|
|
614
617
|
var name = "@code-pushup/coverage-plugin";
|
|
615
|
-
var version = "0.
|
|
618
|
+
var version = "0.15.0";
|
|
616
619
|
|
|
617
620
|
// packages/plugin-coverage/src/lib/config.ts
|
|
618
621
|
import { z as z13 } from "zod";
|