Comparing version 1.9.1 to 1.9.2
@@ -38,3 +38,3 @@ 'use strict'; | ||
if(typeof body === 'string' && !req._esiProcessed) { | ||
esi.process(body).then(oldSend); | ||
esi.process(body, req.esiOptions).then(oldSend); | ||
} | ||
@@ -41,0 +41,0 @@ else { |
{ | ||
"name": "nodesi", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "ESI: the good parts in node.js", | ||
@@ -5,0 +5,0 @@ "main": "esi.js", |
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
18834