fix: missing gitlab as download type
This commit is contained in:
parent
4271f268c3
commit
bb8f716201
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export const EmulatorPackageSchema = z.object({
|
||||||
keywords: z.array(z.string()).optional(),
|
keywords: z.array(z.string()).optional(),
|
||||||
downloads: z.record(z.string(), z.array(z.discriminatedUnion('type', [
|
downloads: z.record(z.string(), z.array(z.discriminatedUnion('type', [
|
||||||
z.object({
|
z.object({
|
||||||
type: z.literal('github'),
|
type: z.literal(['github', 'gitlab']),
|
||||||
pattern: z.string(),
|
pattern: z.string(),
|
||||||
path: z.string()
|
path: z.string()
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue