@code-pushup/core 0.22.7 → 0.22.8
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
|
@@ -1536,7 +1536,7 @@ var verboseUtils = (verbose = false) => ({
|
|
|
1536
1536
|
|
|
1537
1537
|
// packages/core/package.json
|
|
1538
1538
|
var name = "@code-pushup/core";
|
|
1539
|
-
var version = "0.22.
|
|
1539
|
+
var version = "0.22.8";
|
|
1540
1540
|
|
|
1541
1541
|
// packages/core/src/lib/implementation/execute-plugin.ts
|
|
1542
1542
|
import chalk5 from "chalk";
|