@fraight/transaction-tools
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -7,3 +7,3 @@ const Context = require('./context'); | ||
return (req, res, next) => { | ||
const context = new this({ req, res }); | ||
const context = new RequestContext({ req, res }); | ||
req.context = context; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "@fraight/transaction-tools", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
18433