@drzl/validation-core 3.2.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -231,7 +231,7 @@ interface Table {
|
|
|
231
231
|
columns: string[];
|
|
232
232
|
};
|
|
233
233
|
}
|
|
234
|
-
type ValidationLibrary = 'zod' | 'valibot' | 'arktype';
|
|
234
|
+
type ValidationLibrary = 'zod' | 'valibot' | 'arktype' | 'typebox';
|
|
235
235
|
interface FormatOptions {
|
|
236
236
|
enabled?: boolean;
|
|
237
237
|
engine?: 'auto' | 'prettier' | 'biome';
|
package/dist/index.d.ts
CHANGED
|
@@ -231,7 +231,7 @@ interface Table {
|
|
|
231
231
|
columns: string[];
|
|
232
232
|
};
|
|
233
233
|
}
|
|
234
|
-
type ValidationLibrary = 'zod' | 'valibot' | 'arktype';
|
|
234
|
+
type ValidationLibrary = 'zod' | 'valibot' | 'arktype' | 'typebox';
|
|
235
235
|
interface FormatOptions {
|
|
236
236
|
enabled?: boolean;
|
|
237
237
|
engine?: 'auto' | 'prettier' | 'biome';
|