@spinajs/configuration
Advanced tools
Comparing version 2.0.300 to 2.0.301
@@ -189,3 +189,7 @@ "use strict"; | ||
}; | ||
this.Config = proxyFunc((0, util_js_1.mapObject)(this.Config, proxyFunc)); | ||
// omit system config prop couse dir dynamic loading | ||
this.Config = { | ||
system: { ...this.Config.system }, | ||
...proxyFunc((0, util_js_1.mapObject)(lodash_1.default.omit(this.Config, ['system']), proxyFunc)), | ||
}; | ||
} | ||
@@ -192,0 +196,0 @@ async loadProtocolVars() { |
@@ -183,3 +183,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
}; | ||
this.Config = proxyFunc(mapObject(this.Config, proxyFunc)); | ||
// omit system config prop couse dir dynamic loading | ||
this.Config = { | ||
system: { ...this.Config.system }, | ||
...proxyFunc(mapObject(_.omit(this.Config, ['system']), proxyFunc)), | ||
}; | ||
} | ||
@@ -186,0 +190,0 @@ async loadProtocolVars() { |
{ | ||
"name": "@spinajs/configuration", | ||
"version": "2.0.300", | ||
"version": "2.0.301", | ||
"description": "framework configuration module", | ||
@@ -55,7 +55,7 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration-common": "^2.0.300", | ||
"@spinajs/di": "^2.0.300", | ||
"@spinajs/exceptions": "^2.0.300", | ||
"@spinajs/internal-logger": "^2.0.300", | ||
"@spinajs/util": "2.0.300", | ||
"@spinajs/configuration-common": "^2.0.301", | ||
"@spinajs/di": "^2.0.301", | ||
"@spinajs/exceptions": "^2.0.301", | ||
"@spinajs/internal-logger": "^2.0.301", | ||
"@spinajs/util": "2.0.301", | ||
"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
276089
1937
14
+ Added@spinajs/util@2.0.301(transitive)
- Removed@spinajs/util@2.0.300(transitive)
Updated@spinajs/di@^2.0.301
Updated@spinajs/exceptions@^2.0.301
Updated@spinajs/util@2.0.301