@spinajs/configuration
Advanced tools
Comparing version 2.0.61 to 2.0.62
@@ -72,3 +72,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
result | ||
.filter((v) => v !== null) | ||
.filter((v) => v !== undefined && v !== null) | ||
// load & merge configs | ||
@@ -75,0 +75,0 @@ .map((c) => _.mergeWith(config, c.default ?? c, mergeArrays)); |
{ | ||
"name": "@spinajs/configuration", | ||
"version": "2.0.61", | ||
"version": "2.0.62", | ||
"description": "framework configuration module", | ||
@@ -49,6 +49,6 @@ "exports": "./lib/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration-common": "^2.0.61", | ||
"@spinajs/di": "^2.0.61", | ||
"@spinajs/exceptions": "^2.0.61", | ||
"@spinajs/internal-logger": "^2.0.61", | ||
"@spinajs/configuration-common": "^2.0.62", | ||
"@spinajs/di": "^2.0.62", | ||
"@spinajs/exceptions": "^2.0.62", | ||
"@spinajs/internal-logger": "^2.0.62", | ||
"ajv": "^8.12.0", | ||
@@ -55,0 +55,0 @@ "ajv-formats": "^2.1.1", |
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
49563