@vergelijkdirect/comparison-forms 2.0.0-rc.23 → 2.0.0-rc.24

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.
@@ -303,7 +303,7 @@ declare interface AddressData {
303
303
 
304
304
  declare interface BaseVehicleData {
305
305
  LicensePlate: string;
306
- Brand: string;
306
+ Brand: string | null;
307
307
  Model: string;
308
308
  VehicleType: string;
309
309
  ManufacturingYear: string | number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vergelijkdirect/comparison-forms",
3
- "version": "2.0.0-rc.23",
3
+ "version": "2.0.0-rc.24",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --config vite.preview.config.ts --host",