Comparing version 3.1.0 to 3.1.1
@@ -55,2 +55,3 @@ 'use strict'; | ||
routeArgsByReq.set(req, args); | ||
/*jshint validthis:true */ | ||
return onMatch.apply(this, [ req ].concat(args)); | ||
@@ -63,4 +64,3 @@ } | ||
dynamicSegments: dynamicSegments, | ||
onMatch: onMatch, | ||
context: context | ||
onMatch: onMatch | ||
}); | ||
@@ -95,3 +95,3 @@ | ||
value: createMatcher(method, strings, params, descriptor.value) | ||
} | ||
}; | ||
} | ||
@@ -98,0 +98,0 @@ }; |
{ | ||
"name": "wegweiser", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "A router for Quinn", | ||
@@ -5,0 +5,0 @@ "main": "wegweiser.js", |
4142