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 e682038 commit 6091b82Copy full SHA for 6091b82
packages/platform-core/API.md
@@ -199,12 +199,12 @@ export const packageJsonSchema: z.ZodObject<{
199
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"module">, z.ZodLiteral<"commonjs">]>>;
200
}, "strip", z.ZodTypeAny, {
201
name?: string | undefined;
202
- version?: string | undefined;
203
type?: "module" | "commonjs" | undefined;
+ version?: string | undefined;
204
}, {
205
206
207
208
}>;
209
210
// @public
0 commit comments