@code-pushup/core 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.
- package/index.js +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -2450,7 +2450,7 @@ var verboseUtils = (verbose = false) => ({
|
|
|
2450
2450
|
|
|
2451
2451
|
// packages/core/package.json
|
|
2452
2452
|
var name = "@code-pushup/core";
|
|
2453
|
-
var version = "0.
|
|
2453
|
+
var version = "0.56.0";
|
|
2454
2454
|
|
|
2455
2455
|
// packages/core/src/lib/implementation/execute-plugin.ts
|
|
2456
2456
|
import { bold as bold5 } from "ansis";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-pushup/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.56.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Core business logic for the used by the Code PushUp CLI",
|
|
6
6
|
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/core#readme",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"main": "./index.js",
|
|
42
42
|
"types": "./src/index.d.ts",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@code-pushup/models": "0.
|
|
45
|
-
"@code-pushup/utils": "0.
|
|
44
|
+
"@code-pushup/models": "0.56.0",
|
|
45
|
+
"@code-pushup/utils": "0.56.0",
|
|
46
46
|
"ansis": "^3.3.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|