@modular-forms/preact
Advanced tools
Comparing version 0.5.4 to 0.6.0
@@ -0,2 +1,4 @@ | ||
export * from './valiField'; | ||
export * from './valiForm'; | ||
export * from './zodField'; | ||
export * from './zodForm'; |
/** | ||
* Creates a validation functions that validates the file type. | ||
* | ||
* @param requirement The maximum size. | ||
* @param requirement The MIME types. | ||
* @param error The error message. | ||
@@ -6,0 +6,0 @@ * |
@@ -0,2 +1,4 @@ | ||
export * from './valiField'; | ||
export * from './valiForm'; | ||
export * from './zodField'; | ||
export * from './zodForm'; |
@@ -6,3 +6,3 @@ import type { MaybeValue } from '../types'; | ||
* | ||
* @param requirement The maximum size. | ||
* @param requirement The MIME types. | ||
* @param error The error message. | ||
@@ -9,0 +9,0 @@ * |
{ | ||
"name": "@modular-forms/preact", | ||
"description": "The modular and type-safe form library for Preact", | ||
"version": "0.5.4", | ||
"version": "0.6.0", | ||
"license": "MIT", | ||
@@ -45,11 +45,12 @@ "author": "Fabian Hiller", | ||
"@preact/preset-vite": "^2.5.0", | ||
"@preact/signals": "^1.1.3", | ||
"@types/eslint": "^8.40.2", | ||
"@typescript-eslint/eslint-plugin": "^5.59.11", | ||
"@typescript-eslint/parser": "^5.59.11", | ||
"eslint": "^8.43.0", | ||
"@preact/signals": "^1.1.5", | ||
"@types/eslint": "^8.44.0", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"eslint": "^8.44.0", | ||
"eslint-config-preact": "^1.3.0", | ||
"preact": "^10.15.1", | ||
"preact": "^10.16.0", | ||
"typescript": "4.9.5", | ||
"vite": "^4.3.9", | ||
"valibot": "^0.1.0", | ||
"vite": "^4.4.3", | ||
"zod": "^3.21.4" | ||
@@ -56,0 +57,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
290070
198
7674
12