@cypress/json-schemas
Advanced tools
Comparing version 4.2.4 to 4.2.5
@@ -148,3 +148,3 @@ "use strict"; | ||
startedAt: { | ||
type: 'string', | ||
type: ['string', 'null'], | ||
format: 'date-time', | ||
@@ -154,3 +154,3 @@ description: 'When the first instance has started', | ||
endedAt: { | ||
type: 'string', | ||
type: ['string', 'null'], | ||
format: 'date-time', | ||
@@ -207,2 +207,4 @@ description: 'When the very last instance has finished running', | ||
'projectWebUrl', | ||
'startedAt', | ||
'endedAt', | ||
], | ||
@@ -209,0 +211,0 @@ additionalProperties: true, |
{ | ||
"name": "@cypress/json-schemas", | ||
"version": "4.2.4", | ||
"version": "4.2.5", | ||
"description": "Cypress JSON schemas", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
78252
2351