@mintlify/validation
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -42,7 +42,7 @@ import { z } from "zod"; | ||
koala: z.ZodOptional<z.ZodObject<{ | ||
projectId: z.ZodEffects<z.ZodString, string, string>; | ||
publicApiKey: z.ZodEffects<z.ZodString, string, string>; | ||
}, "strip", z.ZodTypeAny, { | ||
projectId: string; | ||
publicApiKey: string; | ||
}, { | ||
projectId: string; | ||
publicApiKey: string; | ||
}>>; | ||
@@ -105,3 +105,3 @@ logrocket: z.ZodOptional<z.ZodObject<{ | ||
koala?: { | ||
projectId: string; | ||
publicApiKey: string; | ||
} | undefined; | ||
@@ -142,3 +142,3 @@ logrocket?: { | ||
koala?: { | ||
projectId: string; | ||
publicApiKey: string; | ||
} | undefined; | ||
@@ -145,0 +145,0 @@ logrocket?: { |
@@ -280,7 +280,7 @@ import { z } from "zod"; | ||
koala: z.ZodOptional<z.ZodObject<{ | ||
projectId: z.ZodEffects<z.ZodString, string, string>; | ||
publicApiKey: z.ZodEffects<z.ZodString, string, string>; | ||
}, "strip", z.ZodTypeAny, { | ||
projectId: string; | ||
publicApiKey: string; | ||
}, { | ||
projectId: string; | ||
publicApiKey: string; | ||
}>>; | ||
@@ -343,3 +343,3 @@ logrocket: z.ZodOptional<z.ZodObject<{ | ||
koala?: { | ||
projectId: string; | ||
publicApiKey: string; | ||
} | undefined; | ||
@@ -380,3 +380,3 @@ logrocket?: { | ||
koala?: { | ||
projectId: string; | ||
publicApiKey: string; | ||
} | undefined; | ||
@@ -488,3 +488,3 @@ logrocket?: { | ||
koala?: { | ||
projectId: string; | ||
publicApiKey: string; | ||
} | undefined; | ||
@@ -613,3 +613,3 @@ logrocket?: { | ||
koala?: { | ||
projectId: string; | ||
publicApiKey: string; | ||
} | undefined; | ||
@@ -616,0 +616,0 @@ logrocket?: { |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "Validates mint.json files", | ||
@@ -5,0 +5,0 @@ "author": "Mintlify, Inc.", |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
129809
0