@spinajs/configuration-db-source
Advanced tools
Comparing version 2.0.250 to 2.0.251
@@ -52,3 +52,5 @@ "use strict"; | ||
const grouped = lodash_1.default.groupBy(dbOptions, 'Group'); | ||
const final = {}; | ||
const final = { | ||
onConfigLoad: null, | ||
}; | ||
for (const k in grouped) { | ||
@@ -55,0 +57,0 @@ final[k] = {}; |
@@ -46,3 +46,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
const grouped = _.groupBy(dbOptions, 'Group'); | ||
const final = {}; | ||
const final = { | ||
onConfigLoad: null, | ||
}; | ||
for (const k in grouped) { | ||
@@ -49,0 +51,0 @@ final[k] = {}; |
{ | ||
"name": "@spinajs/configuration-db-source", | ||
"version": "2.0.250", | ||
"version": "2.0.251", | ||
"description": "> TODO: description", | ||
@@ -56,6 +56,6 @@ "author": "Grzegorz Beń <grzegorz.ben@coderush.pl>", | ||
"dependencies": { | ||
"@spinajs/configuration-common": "^2.0.250", | ||
"@spinajs/di": "^2.0.250", | ||
"@spinajs/internal-logger": "^2.0.250", | ||
"@spinajs/orm": "^2.0.250", | ||
"@spinajs/configuration-common": "^2.0.251", | ||
"@spinajs/di": "^2.0.251", | ||
"@spinajs/internal-logger": "^2.0.251", | ||
"@spinajs/orm": "^2.0.251", | ||
"lodash": "^4.17.21", | ||
@@ -62,0 +62,0 @@ "luxon": "^3.2.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
215767
927
Updated@spinajs/di@^2.0.251
Updated@spinajs/orm@^2.0.251