egg-sequelize-autotrx
Advanced tools
Comparing version 0.0.4 to 0.0.5
module.exports = (options, app) => async (ctx, next) => { | ||
console.log('my plugin', options) | ||
console.log('---> ctx.model', ctx.model) | ||
await next() | ||
} |
{ | ||
"name": "egg-sequelize-autotrx", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"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
7332
21