@spinajs/configuration
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -140,6 +140,6 @@ "use strict"; | ||
if (process.env.NODE_ENV === "development") { | ||
return _.merge(common, this.load("*.dev.json", _load)); | ||
return _.mergeWith(common, this.load("*.dev.json", _load), mergeArrays); | ||
} | ||
else if (process.env.NODE_ENV === "production") { | ||
return _.merge(common, this.load("*.prod.json", _load)); | ||
return _.mergeWith(common, this.load("*.prod.json", _load), mergeArrays); | ||
} | ||
@@ -146,0 +146,0 @@ } |
{ | ||
"name": "@spinajs/configuration", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "framework configuration module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
33508