Comparing version 5.0.0 to 5.0.1
@@ -0,1 +1,5 @@ | ||
### v5.0.1 | ||
* #66 | ||
### v5.0.0 | ||
@@ -2,0 +6,0 @@ |
@@ -311,3 +311,3 @@ | ||
const dateRegex ='(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])'; | ||
const timeRegex = '([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(Z|(\\+|-)([01][0-9]|2[0-3]):([0-5][0-9]))'; | ||
const timeRegex = '([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(.[0-9]{3})?(Z|(\\+|-)([01][0-9]|2[0-3]):([0-5][0-9]))'; | ||
const dateTimeRegex = dateRegex + 'T' + timeRegex; | ||
@@ -314,0 +314,0 @@ |
{ | ||
"name": "enjoi", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"license": "Apache 2.0", | ||
@@ -5,0 +5,0 @@ "description": "Converts json-schema to Joi schema.", |
73203