@cypress/json-schemas
Advanced tools
Comparing version 4.12.7 to 4.12.8
@@ -66,23 +66,5 @@ "use strict"; | ||
}, | ||
browserName: { | ||
type: ['string', 'null'], | ||
}, | ||
browserVersion: { | ||
type: ['string', 'null'], | ||
}, | ||
stdout: { | ||
type: ['string', 'null'], | ||
}, | ||
osName: { | ||
type: ['string', 'null'], | ||
}, | ||
osVersion: { | ||
type: ['string', 'null'], | ||
}, | ||
osCpus: { | ||
type: ['array', 'null'], | ||
}, | ||
osMemory: { | ||
type: ['object', 'null'], | ||
}, | ||
duration: { | ||
@@ -89,0 +71,0 @@ type: ['number', 'null'], |
{ | ||
"name": "@cypress/json-schemas", | ||
"version": "4.12.7", | ||
"version": "4.12.8", | ||
"description": "Cypress JSON schemas", | ||
@@ -12,3 +12,3 @@ "main": "dist", | ||
"build": "tsc", | ||
"prebuild": "npm run deps && npm run prettier", | ||
"prebuild": "npm run deps && npm run prettier && npm run clean", | ||
"deps": "deps-ok", | ||
@@ -22,3 +22,4 @@ "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", | ||
"posttest": "npm run document", | ||
"document": "ts-node ./scripts/document.ts > schemas.md" | ||
"document": "ts-node ./scripts/document.ts > schemas.md", | ||
"clean": "rm -rf dist || true" | ||
}, | ||
@@ -25,0 +26,0 @@ "keywords": [], |
98749
2962