We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39e129 commit e860448Copy full SHA for e860448
src/utils/kvMetadata.schema.ts
@@ -6,10 +6,10 @@ export type Libraries = z.infer<typeof librariesSchema>;
6
7
export const librarySchema = z.object({
8
name: z.string(),
9
- filename: z.string(),
10
- version: z.string(),
11
description: z.string(),
12
keywords: z.array(z.string()),
+ version: z.string(),
+ filename: z.string().optional(),
13
homepage: z.string().optional(),
14
license: z.string().optional(),
15
author: z.string().optional(),
0 commit comments