hapi-forest
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -14,3 +14,3 @@ 'use strict'; | ||
'Date': () => joi.date(), | ||
'Mixed': () => joi.object(), | ||
'Mixed': () => joi.any(), | ||
'Array': (schema) => { | ||
@@ -17,0 +17,0 @@ if (schema.schema !== undefined) { |
{ | ||
"name": "hapi-forest", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A hapi plugin to generate routes based on mongoose models", | ||
@@ -5,0 +5,0 @@ "main": "forest.js", |
Sorry, the diff of this file is not supported yet
169708