@cypress/json-schemas
Advanced tools
Comparing version 4.2.10 to 4.2.11
@@ -22,2 +22,3 @@ import { ObjectSchema } from '@cypress/schema-tools'; | ||
spec: string | null; | ||
specPattern: string | null; | ||
id: uuid; | ||
@@ -24,0 +25,0 @@ machineId: uuid; |
@@ -53,2 +53,3 @@ "use strict"; | ||
spec: 'users_list_spec.js', | ||
specPattern: null, | ||
wallClockStartedAt: '2016-05-13T02:30:10.000Z', | ||
@@ -122,2 +123,6 @@ wallClockEndedAt: null, | ||
}, | ||
specPattern: { | ||
type: ['string', 'null'], | ||
description: 'Spec selection wildcard, if used', | ||
}, | ||
wallClockStartedAt: { | ||
@@ -168,2 +173,3 @@ type: ['string', 'null'], | ||
'spec', | ||
'specPattern', | ||
'wallClockStartedAt', | ||
@@ -170,0 +176,0 @@ 'status', |
{ | ||
"name": "@cypress/json-schemas", | ||
"version": "4.2.10", | ||
"version": "4.2.11", | ||
"description": "Cypress JSON schemas", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
81075
2443