@cypress/json-schemas
Advanced tools
Comparing version 4.2.13 to 4.3.0
@@ -21,2 +21,3 @@ import { ObjectSchema } from '@cypress/schema-tools'; | ||
createdAt: ISODateString; | ||
claimedAt: ISODateString | null; | ||
spec: string | null; | ||
@@ -23,0 +24,0 @@ id: uuid; |
@@ -43,2 +43,3 @@ "use strict"; | ||
createdAt: '2016-05-13T02:35:12.748Z', | ||
claimedAt: '2016-05-13T02:40:10.000Z', | ||
error: null, | ||
@@ -77,2 +78,7 @@ failed: 4, | ||
}, | ||
claimedAt: { | ||
type: ['string', 'null'], | ||
format: 'date-time', | ||
description: 'When this instance was claimed by a test runner', | ||
}, | ||
wallClockDuration: { | ||
@@ -156,2 +162,3 @@ type: ['integer', 'null'], | ||
'createdAt', | ||
'claimedAt', | ||
'error', | ||
@@ -158,0 +165,0 @@ 'failed', |
{ | ||
"name": "@cypress/json-schemas", | ||
"version": "4.2.13", | ||
"version": "4.3.0", | ||
"description": "Cypress JSON schemas", | ||
@@ -33,3 +33,3 @@ "main": "dist", | ||
"devDependencies": { | ||
"@types/node": "9.6.11", | ||
"@types/node": "9.6.12", | ||
"ava": "0.25.0", | ||
@@ -36,0 +36,0 @@ "ava-ts": "0.24.5", |
81431
2447