@code-pushup/core 0.16.1 → 0.16.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
|
@@ -1546,7 +1546,7 @@ import chalk4 from "chalk";
|
|
|
1546
1546
|
|
|
1547
1547
|
// packages/core/package.json
|
|
1548
1548
|
var name = "@code-pushup/core";
|
|
1549
|
-
var version = "0.16.
|
|
1549
|
+
var version = "0.16.2";
|
|
1550
1550
|
|
|
1551
1551
|
// packages/core/src/lib/implementation/execute-plugin.ts
|
|
1552
1552
|
import chalk5 from "chalk";
|