@code-pushup/core 0.23.0 → 0.23.1
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 +2 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1535,7 +1535,7 @@ var verboseUtils = (verbose = false) => ({
|
|
|
1535
1535
|
|
|
1536
1536
|
// packages/core/package.json
|
|
1537
1537
|
var name = "@code-pushup/core";
|
|
1538
|
-
var version = "0.23.
|
|
1538
|
+
var version = "0.23.1";
|
|
1539
1539
|
|
|
1540
1540
|
// packages/core/src/lib/implementation/execute-plugin.ts
|
|
1541
1541
|
import chalk5 from "chalk";
|
|
@@ -1859,9 +1859,7 @@ function auditToGQL(audit) {
|
|
|
1859
1859
|
formattedValue: audit.displayValue,
|
|
1860
1860
|
...audit.details && {
|
|
1861
1861
|
details: {
|
|
1862
|
-
|
|
1863
|
-
issues: audit.details.issues.map(issueToGQL)
|
|
1864
|
-
}
|
|
1862
|
+
issues: audit.details.issues.map(issueToGQL)
|
|
1865
1863
|
}
|
|
1866
1864
|
}
|
|
1867
1865
|
};
|