@code-pushup/cli 0.44.2 → 0.45.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.
- package/index.js +1 -1
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -2570,7 +2570,7 @@ var verboseUtils = (verbose = false) => ({
|
|
|
2570
2570
|
|
|
2571
2571
|
// packages/core/package.json
|
|
2572
2572
|
var name = "@code-pushup/core";
|
|
2573
|
-
var version = "0.
|
|
2573
|
+
var version = "0.45.0";
|
|
2574
2574
|
|
|
2575
2575
|
// packages/core/src/lib/implementation/execute-plugin.ts
|
|
2576
2576
|
import chalk5 from "chalk";
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-pushup/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.45.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"bin": {
|
|
6
6
|
"code-pushup": "index.js"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@code-pushup/models": "0.
|
|
10
|
-
"@code-pushup/core": "0.
|
|
11
|
-
"@code-pushup/utils": "0.
|
|
9
|
+
"@code-pushup/models": "0.45.0",
|
|
10
|
+
"@code-pushup/core": "0.45.0",
|
|
11
|
+
"@code-pushup/utils": "0.45.0",
|
|
12
12
|
"yargs": "^17.7.2",
|
|
13
13
|
"chalk": "^5.3.0",
|
|
14
14
|
"simple-git": "^3.20.0"
|