Comparing version 1.1.4 to 1.1.5
@@ -37,2 +37,6 @@ const Ajv = require('ajv') | ||
Ajv.prototype.getSuperSchema = function (originalSchema) { | ||
if (typeof originalSchema !== 'object') { | ||
return originalSchema | ||
} | ||
// BUG not working... schema chages originalSchema object | ||
@@ -39,0 +43,0 @@ // const schema = Object.assign({}, originalSchema) |
{ | ||
"name": "super-ajv", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "AJV schema validator with super powers!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
41103
140