Comparing version 0.18.5 to 0.18.6
@@ -66,3 +66,3 @@ "use strict"; | ||
trimStrings: false, | ||
getAutoValues: true | ||
getAutoValues: !modifier | ||
}); | ||
@@ -69,0 +69,0 @@ model = modifier |
{ | ||
"name": "api-core", | ||
"version": "0.18.5", | ||
"version": "0.18.6", | ||
"description": "Model-based dynamic multi-level APIs for any provider, plus multiple consumption channels", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -85,3 +85,3 @@ const parse = require('obj-parse'), | ||
trimStrings: false, | ||
getAutoValues: true //Fill defaults | ||
getAutoValues: !modifier //Fill defaults | ||
}); | ||
@@ -88,0 +88,0 @@ |
Sorry, the diff of this file is not supported yet
618104