ssp-blogging-common
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -40,13 +40,10 @@ import { z } from 'zod'; | ||
content: z.ZodString; | ||
id: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
title: string; | ||
content: string; | ||
id: string; | ||
}, { | ||
title: string; | ||
content: string; | ||
id: string; | ||
}>; | ||
export type CreateBlogInput = z.infer<typeof createBlogInput>; | ||
export type UpdateBlogInput = z.infer<typeof updateBlogInput>; |
@@ -23,3 +23,2 @@ "use strict"; | ||
content: zod_1.z.string(), | ||
id: zod_1.z.string(), | ||
}); |
{ | ||
"name": "ssp-blogging-common", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
14075
171