@code-pushup/cli 0.20.1 → 0.20.2
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 +1 -1
package/index.js
CHANGED
|
@@ -1562,7 +1562,7 @@ var verboseUtils = (verbose = false) => ({
|
|
|
1562
1562
|
|
|
1563
1563
|
// packages/core/package.json
|
|
1564
1564
|
var name = "@code-pushup/core";
|
|
1565
|
-
var version = "0.20.
|
|
1565
|
+
var version = "0.20.2";
|
|
1566
1566
|
|
|
1567
1567
|
// packages/core/src/lib/implementation/execute-plugin.ts
|
|
1568
1568
|
import chalk5 from "chalk";
|