resume-schema-zod
Advanced tools
Comparing version 0.2.0 to 0.2.1
import * as z from "zod"; | ||
import { schema } from "./schema"; | ||
type Resume = z.infer<typeof schema>; | ||
export type Resume = z.infer<typeof schema>; | ||
export declare const parseFromString: (str: string) => Resume; | ||
export {}; |
@@ -5,3 +5,3 @@ { | ||
"description": "Zod Schema for JSON Resume", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "main": "dist/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
33555
925