@code-pushup/cli 0.25.6 → 0.25.7
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
|
@@ -1575,7 +1575,7 @@ var verboseUtils = (verbose = false) => ({
|
|
|
1575
1575
|
|
|
1576
1576
|
// packages/core/package.json
|
|
1577
1577
|
var name = "@code-pushup/core";
|
|
1578
|
-
var version = "0.25.
|
|
1578
|
+
var version = "0.25.7";
|
|
1579
1579
|
|
|
1580
1580
|
// packages/core/src/lib/implementation/execute-plugin.ts
|
|
1581
1581
|
import chalk5 from "chalk";
|