File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ export function defaultFormTransformer(transformErrors: TransformFn) {
4343 } )
4444}
4545
46+ /**
47+ * @deprecated With valibot 1.0.0 the adapter is no longer needed and will be soon removed.
48+ * If you were passing some parameters you can use the `standardSchemaValidator` instead.
49+ */
4650export const valibotValidator =
4751 (
4852 params : Params = { } ,
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ export function defaultFormTransformer(transformErrors: TransformFn) {
4040 } )
4141}
4242
43+ /**
44+ * @deprecated With zod 3.24.0 the adapter is no longer needed and will be soon removed.
45+ * If you were passing some parameters you can use the `standardSchemaValidator` instead.
46+ */
4347export const zodValidator =
4448 ( params : Params = { } ) : Validator < unknown , ZodType > =>
4549 ( ) => {
You can’t perform that action at this time.
0 commit comments