@spinajs/configuration-db-source
Advanced tools
Comparing version 1.2.57 to 1.2.58
@@ -85,4 +85,4 @@ "use strict"; | ||
// create raw connection to db | ||
const driver = di_1.DI.resolve(cfgConnectionOptions.Driver, [cfgConnectionOptions]); | ||
await driver.connect(); | ||
this.Connection = di_1.DI.resolve(cfgConnectionOptions.Driver, [cfgConnectionOptions]); | ||
await this.Connection.connect(); | ||
} | ||
@@ -89,0 +89,0 @@ }; |
{ | ||
"name": "@spinajs/configuration-db-source", | ||
"version": "1.2.57", | ||
"version": "1.2.58", | ||
"description": "> TODO: description", | ||
@@ -46,3 +46,3 @@ "author": "Grzegorz Beń <grzegorz.ben@coderush.pl>", | ||
}, | ||
"gitHead": "adc7cfe5190909c7613913fc62efacff5e65378a" | ||
"gitHead": "6aac84b059f1c4ca1956235a4823d41423d5b6fc" | ||
} |
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
26146