@code-pushup/utils
Advanced tools
Comparing version 0.4.2 to 0.4.3
15
index.js
@@ -241,2 +241,8 @@ // packages/utils/src/lib/execute-process.ts | ||
); | ||
var auditGroupMetaSchema = metaSchema({ | ||
titleDescription: "Descriptive name for the group", | ||
descriptionDescription: "Description of the group (markdown)", | ||
docsUrlDescription: "Group documentation site", | ||
description: "Group metadata" | ||
}); | ||
var auditGroupSchema = scorableSchema( | ||
@@ -247,10 +253,3 @@ 'An audit group aggregates a set of audits into a single score which can be referenced from a category. E.g. the group slug "performance" groups audits and can be referenced in a category', | ||
duplicateRefsInGroupsErrorMsg | ||
).merge( | ||
metaSchema({ | ||
titleDescription: "Descriptive name for the group", | ||
descriptionDescription: "Description of the group (markdown)", | ||
docsUrlDescription: "Group documentation site", | ||
description: "Group metadata" | ||
}) | ||
); | ||
).merge(auditGroupMetaSchema); | ||
var auditGroupsSchema = z5.array(auditGroupSchema, { | ||
@@ -257,0 +256,0 @@ description: "List of groups" |
{ | ||
"name": "@code-pushup/utils", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@code-pushup/models": "*", |
71940
1906