Comparing version 1.1.5 to 1.1.6
@@ -67,6 +67,6 @@ const Ajv = require('ajv') | ||
// Extends the prop attributes | ||
delete props[key].type | ||
Object.assign( | ||
props[key], | ||
this.superTypes[props[key].type], | ||
{ type: 'string' }) | ||
this.superTypes[props[key].type]) | ||
} | ||
@@ -73,0 +73,0 @@ |
{ | ||
"name": "super-ajv", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "AJV schema validator with super powers!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
41104