@code-pushup/core 0.26.0 → 0.26.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 +1 -1
package/index.js
CHANGED
|
@@ -1567,7 +1567,7 @@ var verboseUtils = (verbose = false) => ({
|
|
|
1567
1567
|
|
|
1568
1568
|
// packages/core/package.json
|
|
1569
1569
|
var name = "@code-pushup/core";
|
|
1570
|
-
var version = "0.26.
|
|
1570
|
+
var version = "0.26.1";
|
|
1571
1571
|
|
|
1572
1572
|
// packages/core/src/lib/implementation/execute-plugin.ts
|
|
1573
1573
|
import chalk5 from "chalk";
|