@code-pushup/core 0.20.2 → 0.21.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 +2 -2
package/index.js
CHANGED
|
@@ -1541,7 +1541,7 @@ var verboseUtils = (verbose = false) => ({
|
|
|
1541
1541
|
|
|
1542
1542
|
// packages/core/package.json
|
|
1543
1543
|
var name = "@code-pushup/core";
|
|
1544
|
-
var version = "0.
|
|
1544
|
+
var version = "0.21.0";
|
|
1545
1545
|
|
|
1546
1546
|
// packages/core/src/lib/implementation/execute-plugin.ts
|
|
1547
1547
|
import chalk5 from "chalk";
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-pushup/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.21.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@code-pushup/models": "*",
|
|
7
7
|
"@code-pushup/utils": "*",
|
|
8
|
-
"@code-pushup/portal-client": "^0.
|
|
8
|
+
"@code-pushup/portal-client": "^0.6.1",
|
|
9
9
|
"chalk": "^5.3.0"
|
|
10
10
|
},
|
|
11
11
|
"type": "module",
|