Skip to content

Commit 6091b82

Browse files
author
Dane Pilcher
committed
chore: fix api extract
1 parent e682038 commit 6091b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/platform-core/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,12 @@ export const packageJsonSchema: z.ZodObject<{
199199
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"module">, z.ZodLiteral<"commonjs">]>>;
200200
}, "strip", z.ZodTypeAny, {
201201
name?: string | undefined;
202-
version?: string | undefined;
203202
type?: "module" | "commonjs" | undefined;
203+
version?: string | undefined;
204204
}, {
205205
name?: string | undefined;
206-
version?: string | undefined;
207206
type?: "module" | "commonjs" | undefined;
207+
version?: string | undefined;
208208
}>;
209209

210210
// @public

0 commit comments

Comments
 (0)