@mintlify/validation
Advanced tools
Comparing version 0.1.193 to 0.1.194
@@ -149,8 +149,11 @@ import { z } from 'zod'; | ||
url: z.ZodString; | ||
default: z.ZodOptional<z.ZodLiteral<true>>; | ||
}, "strict", z.ZodTypeAny, { | ||
name: string; | ||
url: string; | ||
default?: true | undefined; | ||
}, { | ||
name: string; | ||
url: string; | ||
default?: true | undefined; | ||
}>]>, "many">>; | ||
@@ -815,2 +818,3 @@ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>; | ||
url: string; | ||
default?: true | undefined; | ||
})[] | undefined; | ||
@@ -1030,2 +1034,3 @@ metadata?: Record<string, string> | undefined; | ||
url: string; | ||
default?: true | undefined; | ||
})[] | undefined; | ||
@@ -1032,0 +1037,0 @@ metadata?: Record<string, string> | undefined; |
@@ -5,8 +5,11 @@ import { z } from 'zod'; | ||
url: z.ZodString; | ||
default: z.ZodOptional<z.ZodLiteral<true>>; | ||
}, "strict", z.ZodTypeAny, { | ||
name: string; | ||
url: string; | ||
default?: true | undefined; | ||
}, { | ||
name: string; | ||
url: string; | ||
default?: true | undefined; | ||
}>]>, "many">; |
@@ -7,3 +7,4 @@ import { z } from 'zod'; | ||
name: z.string().nonempty(), | ||
url: z.string().nonempty(), | ||
url: z.string().url().nonempty(), | ||
default: z.literal(true).optional(), | ||
}) | ||
@@ -10,0 +11,0 @@ .strict(), |
@@ -68,2 +68,3 @@ import { z } from 'zod'; | ||
url: string; | ||
default?: true | undefined; | ||
})[] | undefined; | ||
@@ -286,2 +287,3 @@ metadata?: Record<string, string> | undefined; | ||
url: string; | ||
default?: true | undefined; | ||
})[] | undefined; | ||
@@ -288,0 +290,0 @@ metadata?: Record<string, string> | undefined; |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.1.193", | ||
"version": "0.1.194", | ||
"description": "Validates mint.json files", | ||
@@ -38,3 +38,3 @@ "author": "Mintlify, Inc.", | ||
"dependencies": { | ||
"@mintlify/models": "0.0.125", | ||
"@mintlify/models": "0.0.126", | ||
"lcm": "^0.0.3", | ||
@@ -72,3 +72,3 @@ "lodash": "^4.17.21", | ||
}, | ||
"gitHead": "83d37f6cb5f6b472b629c5999d7909e038e6f24b" | ||
"gitHead": "d034d51cfa514dc5ee089371f36d51426ccac7ad" | ||
} |
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
264187
5045
+ Added@mintlify/models@0.0.126(transitive)
- Removed@mintlify/models@0.0.125(transitive)
Updated@mintlify/models@0.0.126