ee-templates
Advanced tools
Comparing version 0.4.13 to 0.4.14
@@ -51,2 +51,4 @@ "use strict"; | ||
ctx.status = data.status; | ||
ctx.path = data.path; | ||
ctx.query = data.query; | ||
@@ -53,0 +55,0 @@ // need to remove leading slash |
@@ -49,2 +49,3 @@ "use strict"; | ||
, path : request.pathname | ||
, query : request.query | ||
, ip : request.ip | ||
@@ -51,0 +52,0 @@ , env : this.env |
{ | ||
"name" : "ee-templates" | ||
, "description" : "Templating integration for the ee-soa-transport-rest based on Nunjucks" | ||
, "version" : "0.4.13" | ||
, "version" : "0.4.14" | ||
, "license" : "MIT" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael Rüfenacht <ruefe@rcky.ch> (http://www.rcky.ch)" |
53091
1064