@spinajs/configuration
Advanced tools
Comparing version 2.0.206 to 2.0.207
@@ -81,2 +81,7 @@ "use strict"; | ||
this.CommonDirs = this.CommonDirs.concat([(0, path_1.join)(this.appBaseDir, `/${this.RunApp}/config`)]); | ||
// common dirs for app where config resides | ||
this.CommonDirs = this.CommonDirs.concat([(0, path_1.join)(process.cwd(), `/apps/${this.RunApp}/config`)]); | ||
this.CommonDirs = this.CommonDirs.concat([(0, path_1.join)(process.cwd(), `/dist/apps/${this.RunApp}/config`)]); | ||
this.CommonDirs = this.CommonDirs.concat([(0, path_1.join)(process.cwd(), `/lib/apps/${this.RunApp}/config`)]); | ||
this.CommonDirs = this.CommonDirs.concat([(0, path_1.join)(process.cwd(), `/build/apps/${this.RunApp}/config`)]); | ||
} | ||
@@ -83,0 +88,0 @@ if (this.CustomConfigPaths) { |
@@ -52,2 +52,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
this.CommonDirs = this.CommonDirs.concat([join(this.appBaseDir, `/${this.RunApp}/config`)]); | ||
// common dirs for app where config resides | ||
this.CommonDirs = this.CommonDirs.concat([join(process.cwd(), `/apps/${this.RunApp}/config`)]); | ||
this.CommonDirs = this.CommonDirs.concat([join(process.cwd(), `/dist/apps/${this.RunApp}/config`)]); | ||
this.CommonDirs = this.CommonDirs.concat([join(process.cwd(), `/lib/apps/${this.RunApp}/config`)]); | ||
this.CommonDirs = this.CommonDirs.concat([join(process.cwd(), `/build/apps/${this.RunApp}/config`)]); | ||
} | ||
@@ -54,0 +59,0 @@ if (this.CustomConfigPaths) { |
{ | ||
"name": "@spinajs/configuration", | ||
"version": "2.0.206", | ||
"version": "2.0.207", | ||
"description": "framework configuration module", | ||
@@ -55,7 +55,7 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration-common": "^2.0.206", | ||
"@spinajs/di": "^2.0.206", | ||
"@spinajs/exceptions": "^2.0.206", | ||
"@spinajs/internal-logger": "^2.0.206", | ||
"@spinajs/util": "2.0.206", | ||
"@spinajs/configuration-common": "^2.0.207", | ||
"@spinajs/di": "^2.0.207", | ||
"@spinajs/exceptions": "^2.0.207", | ||
"@spinajs/internal-logger": "^2.0.207", | ||
"@spinajs/util": "2.0.207", | ||
"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
253723
1608
+ Added@spinajs/util@2.0.207(transitive)
- Removed@spinajs/util@2.0.206(transitive)
Updated@spinajs/di@^2.0.207
Updated@spinajs/exceptions@^2.0.207
Updated@spinajs/util@2.0.207