@spinajs/configuration
Advanced tools
Comparing version 2.0.241 to 2.0.242
@@ -131,3 +131,3 @@ "use strict"; | ||
const env = this.getEnvironment(config); | ||
const common = await this.load(`!(*.dev|*.prod|*.${env}).{cjs,js}`, _load); | ||
const common = await this.load(`!(*.*).{cjs,js}`, _load); | ||
const fExt = `*.${env}.{cjs,js}`; | ||
@@ -155,3 +155,3 @@ const cfg = await this.load(fExt, _load); | ||
const env = this.getEnvironment(config); | ||
const common = await this.load(`!(*.dev|*.prod|*.${env}).json`, _load); | ||
const common = await this.load(`!(*.*).json`, _load); | ||
const fExt = `*.${env}.json`; | ||
@@ -158,0 +158,0 @@ const cfg = await this.load(fExt, _load); |
@@ -101,3 +101,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
const env = this.getEnvironment(config); | ||
const common = await this.load(`!(*.dev|*.prod|*.${env}).{cjs,js}`, _load); | ||
const common = await this.load(`!(*.*).{cjs,js}`, _load); | ||
const fExt = `*.${env}.{cjs,js}`; | ||
@@ -125,3 +125,3 @@ const cfg = await this.load(fExt, _load); | ||
const env = this.getEnvironment(config); | ||
const common = await this.load(`!(*.dev|*.prod|*.${env}).json`, _load); | ||
const common = await this.load(`!(*.*).json`, _load); | ||
const fExt = `*.${env}.json`; | ||
@@ -128,0 +128,0 @@ const cfg = await this.load(fExt, _load); |
{ | ||
"name": "@spinajs/configuration", | ||
"version": "2.0.241", | ||
"version": "2.0.242", | ||
"description": "framework configuration module", | ||
@@ -55,7 +55,7 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration-common": "^2.0.241", | ||
"@spinajs/di": "^2.0.241", | ||
"@spinajs/exceptions": "^2.0.241", | ||
"@spinajs/internal-logger": "^2.0.241", | ||
"@spinajs/util": "2.0.241", | ||
"@spinajs/configuration-common": "^2.0.242", | ||
"@spinajs/di": "^2.0.242", | ||
"@spinajs/exceptions": "^2.0.242", | ||
"@spinajs/internal-logger": "^2.0.242", | ||
"@spinajs/util": "2.0.242", | ||
"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
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
255345
+ Added@spinajs/util@2.0.242(transitive)
- Removed@spinajs/util@2.0.241(transitive)
Updated@spinajs/di@^2.0.242
Updated@spinajs/exceptions@^2.0.242
Updated@spinajs/util@2.0.242