@stylish-cat/contracts
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -25,9 +25,6 @@ import { z } from "zod"; | ||
export declare const ResetPasswordSchema: z.ZodObject<{ | ||
email: z.ZodString; | ||
password: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
email: string; | ||
password: string; | ||
}, { | ||
email: string; | ||
password: string; | ||
@@ -34,0 +31,0 @@ }>; |
@@ -14,4 +14,3 @@ "use strict"; | ||
exports.ResetPasswordSchema = zod_1.z.object({ | ||
email: zod_1.z.string().email(), | ||
password: zod_1.z.string().min(8), | ||
}); |
{ | ||
"name": "@stylish-cat/contracts", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
20040
299