sails-hook-better-sequelize
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -19,2 +19,3 @@ module.exports = sails => { | ||
configure () { | ||
this.configKey = 'sequelize'; | ||
conf = sails.config[this.configKey]; | ||
@@ -29,3 +30,3 @@ const cls = conf.clsNamespace; | ||
if (conf.exposeToGlobal) { | ||
sails.log.verbose('Exposing Sequelize globally'); | ||
sails.log.verbose('Exposing Sequelize globanpm lly'); | ||
global.Sequelize = Sequelize; | ||
@@ -32,0 +33,0 @@ global.Op = Sequelize.Op; |
{ | ||
"name": "sails-hook-better-sequelize", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Sails hook for sequelize ORM", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
15301
310