@code-pushup/core 0.12.0 → 0.12.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
|
@@ -1520,7 +1520,7 @@ var verboseUtils = (verbose) => ({
|
|
|
1520
1520
|
|
|
1521
1521
|
// packages/core/package.json
|
|
1522
1522
|
var name = "@code-pushup/core";
|
|
1523
|
-
var version = "0.12.
|
|
1523
|
+
var version = "0.12.1";
|
|
1524
1524
|
|
|
1525
1525
|
// packages/core/src/lib/implementation/execute-plugin.ts
|
|
1526
1526
|
import chalk4 from "chalk";
|