@code-pushup/cli 0.55.0 → 0.56.0

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 +2 -2
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -2564,7 +2564,7 @@ var verboseUtils = (verbose = false) => ({
2564
2564
 
2565
2565
  // packages/core/package.json
2566
2566
  var name = "@code-pushup/core";
2567
- var version = "0.55.0";
2567
+ var version = "0.56.0";
2568
2568
 
2569
2569
  // packages/core/src/lib/implementation/execute-plugin.ts
2570
2570
  import { bold as bold5 } from "ansis";
@@ -4108,7 +4108,7 @@ import { blue, dim as dim2, green as green4 } from "ansis";
4108
4108
  import yargs2 from "yargs";
4109
4109
 
4110
4110
  // packages/cli/package.json
4111
- var version2 = "0.55.0";
4111
+ var version2 = "0.56.0";
4112
4112
 
4113
4113
  // packages/cli/src/lib/implementation/formatting.ts
4114
4114
  import { bold as bold13, dim, green as green3 } from "ansis";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/cli",
3
- "version": "0.55.0",
3
+ "version": "0.56.0",
4
4
  "license": "MIT",
5
5
  "description": "A CLI to run all kinds of code quality measurements to align your team with company goals",
6
6
  "homepage": "https://code-pushup.dev",
@@ -44,9 +44,9 @@
44
44
  "code-pushup": "index.js"
45
45
  },
46
46
  "dependencies": {
47
- "@code-pushup/models": "0.55.0",
48
- "@code-pushup/core": "0.55.0",
49
- "@code-pushup/utils": "0.55.0",
47
+ "@code-pushup/models": "0.56.0",
48
+ "@code-pushup/core": "0.56.0",
49
+ "@code-pushup/utils": "0.56.0",
50
50
  "yargs": "^17.7.2",
51
51
  "ansis": "^3.3.0",
52
52
  "simple-git": "^3.20.0"