@code-pushup/core 0.14.3 → 0.14.4

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1530,7 +1530,7 @@ var verboseUtils = (verbose = false) => ({
1530
1530
 
1531
1531
  // packages/core/package.json
1532
1532
  var name = "@code-pushup/core";
1533
- var version = "0.14.3";
1533
+ var version = "0.14.4";
1534
1534
 
1535
1535
  // packages/core/src/lib/implementation/execute-plugin.ts
1536
1536
  import chalk4 from "chalk";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/core",
3
- "version": "0.14.3",
3
+ "version": "0.14.4",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "@code-pushup/models": "*",