@vergelijkdirect/comparison-forms 2.0.0-rc.25 → 2.0.0-rc.26

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.
@@ -669,7 +669,7 @@ declare interface UseComparisonSubmitOptions {
669
669
 
670
670
  declare interface VehicleFormData<TVehicle> {
671
671
  licensePlate: string;
672
- vehicle: TVehicle | null;
672
+ vehicle: TVehicle;
673
673
  }
674
674
 
675
675
  declare enum YesNo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vergelijkdirect/comparison-forms",
3
- "version": "2.0.0-rc.25",
3
+ "version": "2.0.0-rc.26",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --config vite.preview.config.ts --host",