egg-sequelize-autotrx
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -12,3 +12,3 @@ const assert = require('assert') | ||
app.config.coreMiddleware.splice(index + 1, 0, 'sequelizeAutotrx') */ | ||
app.config.coreMiddleware.push('transaction') | ||
app.config.coreMiddleware.push('sequelizeAutotrx') | ||
} |
{ | ||
"name": "egg-sequelize-autotrx", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Auto transaction based on cls-hooked for egg-sequelize plugin", | ||
@@ -34,2 +34,3 @@ "eggPlugin": { | ||
"scripts": { | ||
"dev": "egg-bin dev", | ||
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local", | ||
@@ -36,0 +37,0 @@ "test-local": "egg-bin test", |
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
7189