Comparing version 0.13.5 to 0.13.6
@@ -42,2 +42,4 @@ import { z } from "zod"; | ||
url: z.ZodString; | ||
selector: z.ZodOptional<z.ZodString>; | ||
target: z.ZodOptional<z.ZodString>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -47,2 +49,4 @@ type: UserEventType; | ||
key?: string | undefined; | ||
target?: string | undefined; | ||
selector?: string | undefined; | ||
}, { | ||
@@ -52,2 +56,4 @@ type: UserEventType; | ||
key?: string | undefined; | ||
target?: string | undefined; | ||
selector?: string | undefined; | ||
}>; |
@@ -21,2 +21,4 @@ "use strict"; | ||
url: zod_1.z.string(), | ||
selector: zod_1.z.string().optional(), | ||
target: zod_1.z.string().optional(), | ||
}); |
{ | ||
"name": "lz-schema", | ||
"version": "0.13.5", | ||
"version": "0.13.6", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
79326
2208