Comparing version 1.0.11 to 1.0.12
@@ -125,6 +125,6 @@ "use strict"; | ||
module.exports = function (express, context) { | ||
return new InterceptorHandler(express, context); | ||
module.exports = function (context, express, appScope) { | ||
return new InterceptorHandler(context, express, appScope); | ||
}; | ||
module.exports.HttpInterceptor = HttpInterceptor; |
{ | ||
"name": "vweb-mvc", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "mvc ", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
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
61320