@cypress/json-schemas
Advanced tools
Comparing version 5.30.3 to 5.30.4
@@ -38,3 +38,3 @@ "use strict"; | ||
description: 'version string with numerical parts "major.minor.patch", example "1.2.10"', | ||
detect: /^\d+\.\d+\.\d+$/, | ||
detect: /^\d+\.\d+\.\d+(-[a-zA-z0-9]+)?$/, | ||
example: '1.2.10', | ||
@@ -41,0 +41,0 @@ }; |
{ | ||
"name": "@cypress/json-schemas", | ||
"version": "5.30.3", | ||
"version": "5.30.4", | ||
"description": "Cypress JSON schemas", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
115816