@mintlify/validation
Advanced tools
Comparing version
@@ -40,2 +40,3 @@ import { z } from 'zod'; | ||
public: z.ZodOptional<z.ZodBoolean>; | ||
deprecated: z.ZodOptional<z.ZodBoolean>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -70,2 +71,3 @@ href: string; | ||
public?: boolean | undefined; | ||
deprecated?: boolean | undefined; | ||
}, { | ||
@@ -100,3 +102,4 @@ href: string; | ||
public?: boolean | undefined; | ||
deprecated?: boolean | undefined; | ||
}>; | ||
export type DecoratedPageConfig = z.infer<typeof decoratedPageSchema>; |
@@ -35,3 +35,4 @@ import { z } from 'zod'; | ||
public: z.boolean().optional(), | ||
deprecated: z.boolean().optional(), | ||
}) | ||
.describe('page metadata tags in the navigation'); |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.1.359", | ||
"version": "0.1.360", | ||
"description": "Validates mint.json files", | ||
@@ -63,3 +63,3 @@ "author": "Mintlify, Inc.", | ||
}, | ||
"gitHead": "8e3947b8af2fc45439cb51e0355069ffdb8acf4a" | ||
"gitHead": "212bec92baf66057a5539dd6c40509f003770159" | ||
} |
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1573931
0.01%36851
0.01%