@cypress/json-schemas
Advanced tools
Comparing version 5.25.2 to 5.25.3
@@ -40,3 +40,3 @@ "use strict"; | ||
osName: { | ||
type: 'string', | ||
type: ['string', 'null'], | ||
enum: ['linux', 'darwin', 'win32'], | ||
@@ -46,3 +46,3 @@ description: 'Operating system name, for example "win32"', | ||
osVersion: { | ||
type: 'string', | ||
type: ['string', 'null'], | ||
description: 'Operating system version', | ||
@@ -49,0 +49,0 @@ }, |
{ | ||
"name": "@cypress/json-schemas", | ||
"version": "5.25.2", | ||
"version": "5.25.3", | ||
"description": "Cypress JSON schemas", | ||
@@ -41,3 +41,3 @@ "main": "dist", | ||
"prettier": "1.14.0", | ||
"semantic-release": "15.9.1", | ||
"semantic-release": "15.9.2", | ||
"stop-build": "1.1.0", | ||
@@ -44,0 +44,0 @@ "ts-node": "7.0.0", |
110544