@code-pushup/models
Advanced tools
Comparing version 0.35.0 to 0.39.0
@@ -586,6 +586,10 @@ // packages/models/src/lib/audit.ts | ||
} | ||
var scorableMetaSchema = z14.object({ slug: slugSchema, title: titleSchema }); | ||
var scorableMetaSchema = z14.object({ | ||
slug: slugSchema, | ||
title: titleSchema, | ||
docsUrl: docsUrlSchema | ||
}); | ||
var scorableWithPluginMetaSchema = scorableMetaSchema.merge( | ||
z14.object({ | ||
plugin: pluginMetaSchema.pick({ slug: true, title: true }).describe("Plugin which defines it") | ||
plugin: pluginMetaSchema.pick({ slug: true, title: true, docsUrl: true }).describe("Plugin which defines it") | ||
}) | ||
@@ -592,0 +596,0 @@ ); |
{ | ||
"name": "@code-pushup/models", | ||
"version": "0.35.0", | ||
"version": "0.39.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
1839012
19765