egg-sequelize-autotrx
Advanced tools
Comparing version 0.0.11 to 0.0.12
module.exports = (options, app) => async (ctx, next) => { | ||
console.log('my plugin', options) | ||
console.log('app.config', app.config) | ||
// console.log('my plugin', options) | ||
// console.log('app.config', app.config) | ||
@@ -6,0 +6,0 @@ const { namespace } = app.config.sequelizeAutotrx |
{ | ||
"name": "egg-sequelize-autotrx", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Auto transaction based on cls-hooked for egg-sequelize plugin", | ||
@@ -5,0 +5,0 @@ "eggPlugin": { |
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
8773