Comparing version 3.2.0 to 3.2.1
@@ -52,3 +52,3 @@ const merge = require('lodash.merge') | ||
if (typeof currentValue === 'object' && !Array.isArray(currentValue)) { | ||
value = Object.assign({}, value, currentValue) | ||
value = merge(currentValue, value) | ||
} | ||
@@ -55,0 +55,0 @@ } |
{ | ||
"name": "trails", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Modern Web Application Framework for Node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105275