@aspecto/core
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -64,3 +64,3 @@ "use strict"; | ||
requestHeaders: req.headers, | ||
responseHeaders: res.headers, | ||
responseHeaders: res.getHeaders(), | ||
hostname: req.hostname, | ||
@@ -67,0 +67,0 @@ ip: req.ip, |
{ | ||
"name": "@aspecto/core", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Aspecto metric collector", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -76,3 +76,3 @@ import uuid from "uuid"; | ||
requestHeaders:req.headers, | ||
responseHeaders:res.headers, | ||
responseHeaders:res.getHeaders(), | ||
hostname: req.hostname, | ||
@@ -79,0 +79,0 @@ ip: req.ip, |
Sorry, the diff of this file is not supported yet
61866