@code-pushup/core 0.30.0-alpha → 0.35.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 +3 -3
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -1645,7 +1645,7 @@ function formatDiffGroupsSection(diff) {
|
|
|
1645
1645
|
return "";
|
|
1646
1646
|
}
|
|
1647
1647
|
return paragraphs(
|
|
1648
|
-
h2("\u{
|
|
1648
|
+
h2("\u{1F5C3}\uFE0F Groups"),
|
|
1649
1649
|
formatGroupsOrAuditsDetails("group", diff.groups, {
|
|
1650
1650
|
headings: [
|
|
1651
1651
|
"\u{1F50C} Plugin",
|
|
@@ -1709,7 +1709,7 @@ function formatGroupsOrAuditsDetails(token, { changed, unchanged }, table) {
|
|
|
1709
1709
|
}
|
|
1710
1710
|
function formatScoreChange(diff) {
|
|
1711
1711
|
const marker = getDiffMarker(diff);
|
|
1712
|
-
const text = formatDiffNumber(Math.round(diff *
|
|
1712
|
+
const text = formatDiffNumber(Math.round(diff * 1e3) / 10);
|
|
1713
1713
|
return colorByScoreDiff(`${marker} ${text}`, diff);
|
|
1714
1714
|
}
|
|
1715
1715
|
function formatValueChange({
|
|
@@ -2034,7 +2034,7 @@ var verboseUtils = (verbose = false) => ({
|
|
|
2034
2034
|
|
|
2035
2035
|
// packages/core/package.json
|
|
2036
2036
|
var name = "@code-pushup/core";
|
|
2037
|
-
var version = "0.
|
|
2037
|
+
var version = "0.35.0";
|
|
2038
2038
|
|
|
2039
2039
|
// packages/core/src/lib/implementation/execute-plugin.ts
|
|
2040
2040
|
import chalk5 from "chalk";
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code-pushup/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@code-pushup/models": "
|
|
7
|
-
"@code-pushup/utils": "
|
|
6
|
+
"@code-pushup/models": "0.35.0",
|
|
7
|
+
"@code-pushup/utils": "0.35.0",
|
|
8
8
|
"@code-pushup/portal-client": "^0.6.1",
|
|
9
9
|
"chalk": "^5.3.0",
|
|
10
10
|
"simple-git": "^3.20.0"
|