@code-pushup/core 0.44.1 → 0.44.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -2453,7 +2453,7 @@ var verboseUtils = (verbose = false) => ({
2453
2453
 
2454
2454
  // packages/core/package.json
2455
2455
  var name = "@code-pushup/core";
2456
- var version = "0.44.1";
2456
+ var version = "0.44.2";
2457
2457
 
2458
2458
  // packages/core/src/lib/implementation/execute-plugin.ts
2459
2459
  import chalk5 from "chalk";
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@code-pushup/core",
3
- "version": "0.44.1",
3
+ "version": "0.44.2",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
- "@code-pushup/models": "0.44.1",
7
- "@code-pushup/utils": "0.44.1",
6
+ "@code-pushup/models": "0.44.2",
7
+ "@code-pushup/utils": "0.44.2",
8
8
  "@code-pushup/portal-client": "^0.7.0",
9
9
  "chalk": "^5.3.0"
10
10
  },