@spinajs/configuration
Advanced tools
Comparing version 1.2.210 to 1.2.211
@@ -149,2 +149,3 @@ "use strict"; | ||
const sCfg = await source.Load(this); | ||
this.Sources.push(source); | ||
if (sCfg) { | ||
@@ -151,0 +152,0 @@ this.validateAndMerge(sCfg); |
{ | ||
"name": "@spinajs/configuration", | ||
"version": "1.2.210", | ||
"version": "1.2.211", | ||
"description": "framework configuration module", | ||
@@ -43,6 +43,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration-common": "^1.2.210", | ||
"@spinajs/di": "^1.2.208", | ||
"@spinajs/configuration-common": "^1.2.211", | ||
"@spinajs/di": "^1.2.211", | ||
"@spinajs/exceptions": "^1.2.127", | ||
"@spinajs/internal-logger": "^1.2.208", | ||
"@spinajs/internal-logger": "^1.2.211", | ||
"ajv": "^8.11.0", | ||
@@ -55,3 +55,3 @@ "ajv-formats": "^2.1.1", | ||
}, | ||
"gitHead": "b609dc439728933e0a1b945734e7f0335e2063c3" | ||
"gitHead": "70d07e9437552855ac6c986465929a31ee49f5c3" | ||
} |
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
44696
708