@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 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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drzl/validation-core",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
4
4
  "private": false,
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",