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 05534b2 commit 5ffc59bCopy full SHA for 5ffc59b
packages/platform-core/API.md
@@ -166,12 +166,12 @@ export const packageJsonSchema: z.ZodObject<{
166
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"module">, z.ZodLiteral<"commonjs">]>>;
167
}, "strip", z.ZodTypeAny, {
168
name?: string | undefined;
169
- type?: "module" | "commonjs" | undefined;
170
version?: string | undefined;
+ type?: "module" | "commonjs" | undefined;
171
}, {
172
173
174
175
}>;
176
177
// @public
0 commit comments