@spinajs/configuration
Advanced tools
Comparing version 2.0.251 to 2.0.252
@@ -265,2 +265,6 @@ "use strict"; | ||
const subconfig = this.Config[`${prop}`]; | ||
if (!subconfig) { | ||
internal_logger_1.InternalLogger.warn(`Configuration for ${prop} not exists, check configuration file`, 'configuration'); | ||
continue; | ||
} | ||
if (subconfig.configure && typeof subconfig.configure === 'function') { | ||
@@ -267,0 +271,0 @@ subconfig.configure.apply(this); |
@@ -259,2 +259,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
const subconfig = this.Config[`${prop}`]; | ||
if (!subconfig) { | ||
InternalLogger.warn(`Configuration for ${prop} not exists, check configuration file`, 'configuration'); | ||
continue; | ||
} | ||
if (subconfig.configure && typeof subconfig.configure === 'function') { | ||
@@ -261,0 +265,0 @@ subconfig.configure.apply(this); |
{ | ||
"name": "@spinajs/configuration", | ||
"version": "2.0.251", | ||
"version": "2.0.252", | ||
"description": "framework configuration module", | ||
@@ -55,7 +55,7 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration-common": "^2.0.251", | ||
"@spinajs/di": "^2.0.251", | ||
"@spinajs/exceptions": "^2.0.251", | ||
"@spinajs/internal-logger": "^2.0.251", | ||
"@spinajs/util": "2.0.251", | ||
"@spinajs/configuration-common": "^2.0.252", | ||
"@spinajs/di": "^2.0.252", | ||
"@spinajs/exceptions": "^2.0.252", | ||
"@spinajs/internal-logger": "^2.0.252", | ||
"@spinajs/util": "2.0.252", | ||
"ajv": "^8.12.0", | ||
@@ -62,0 +62,0 @@ "ajv-formats": "^2.1.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
256832
1654
+ Added@spinajs/util@2.0.252(transitive)
- Removed@spinajs/util@2.0.251(transitive)
Updated@spinajs/di@^2.0.252
Updated@spinajs/exceptions@^2.0.252
Updated@spinajs/util@2.0.252