@mintlify/validation
Advanced tools
Comparing version 0.1.145 to 0.1.146
@@ -222,6 +222,9 @@ import { z } from 'zod'; | ||
name: z.ZodString; | ||
isDefaultHidden: z.ZodOptional<z.ZodBoolean>; | ||
}, "strict", z.ZodTypeAny, { | ||
name: string; | ||
isDefaultHidden?: boolean | undefined; | ||
}, { | ||
name: string; | ||
isDefaultHidden?: boolean | undefined; | ||
}>>; | ||
@@ -625,2 +628,3 @@ topAnchor: z.ZodOptional<z.ZodObject<{ | ||
name: string; | ||
isDefaultHidden?: boolean | undefined; | ||
} | undefined; | ||
@@ -792,2 +796,3 @@ topAnchor?: { | ||
name: string; | ||
isDefaultHidden?: boolean | undefined; | ||
} | undefined; | ||
@@ -794,0 +799,0 @@ topAnchor?: { |
@@ -20,6 +20,9 @@ import { z } from 'zod'; | ||
name: z.ZodString; | ||
isDefaultHidden: z.ZodOptional<z.ZodBoolean>; | ||
}, "strict", z.ZodTypeAny, { | ||
name: string; | ||
isDefaultHidden?: boolean | undefined; | ||
}, { | ||
name: string; | ||
isDefaultHidden?: boolean | undefined; | ||
}>; |
@@ -12,3 +12,4 @@ import { z } from 'zod'; | ||
name: z.string(), | ||
isDefaultHidden: z.boolean().optional(), | ||
}) | ||
.strict(); |
@@ -74,2 +74,3 @@ import { z } from 'zod'; | ||
name: string; | ||
isDefaultHidden?: boolean | undefined; | ||
} | undefined; | ||
@@ -244,2 +245,3 @@ topAnchor?: { | ||
name: string; | ||
isDefaultHidden?: boolean | undefined; | ||
} | undefined; | ||
@@ -246,0 +248,0 @@ topAnchor?: { |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.1.145", | ||
"version": "0.1.146", | ||
"description": "Validates mint.json files", | ||
@@ -39,3 +39,3 @@ "author": "Mintlify, Inc.", | ||
"dependencies": { | ||
"@mintlify/models": "0.0.85", | ||
"@mintlify/models": "0.0.86", | ||
"lcm": "^0.0.3", | ||
@@ -73,3 +73,3 @@ "lodash": "^4.17.21", | ||
}, | ||
"gitHead": "e3ceb42228831d0fa68679685eb98c42dd526fd0" | ||
"gitHead": "0388fc9f233f8de9015539403e99a9d5883b405c" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
200109
3692
+ Added@mintlify/models@0.0.86(transitive)
- Removed@mintlify/models@0.0.85(transitive)
Updated@mintlify/models@0.0.86