@spinajs/configuration-db-source
Advanced tools
Comparing version 1.2.58 to 1.2.59
@@ -30,3 +30,3 @@ "use strict"; | ||
internal_logger_1.InternalLogger.warn(`Table for db configuration source not exists. Please run migration before use !`, 'configuration-db-source'); | ||
return; | ||
return null; | ||
} | ||
@@ -33,0 +33,0 @@ const final = await this.LoadConfigurationFromDB(); |
{ | ||
"name": "@spinajs/configuration-db-source", | ||
"version": "1.2.58", | ||
"version": "1.2.59", | ||
"description": "> TODO: description", | ||
@@ -42,7 +42,7 @@ "author": "Grzegorz Beń <grzegorz.ben@coderush.pl>", | ||
"@spinajs/internal-logger": "^1.2.32", | ||
"@spinajs/orm": "^1.2.57", | ||
"@spinajs/orm": "^1.2.59", | ||
"lodash": "^4.17.21", | ||
"luxon": "^2.3.0" | ||
}, | ||
"gitHead": "6aac84b059f1c4ca1956235a4823d41423d5b6fc" | ||
"gitHead": "b96e59b558c2a7d5758f886ce7f856888078ddd9" | ||
} |
Sorry, the diff of this file is not supported yet
26161
Updated@spinajs/orm@^1.2.59