@aspecto/core
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@aspecto/core", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Aspecto metric collector", | ||
@@ -25,2 +25,3 @@ "main": "index.js", | ||
"@types/pidusage": "^2.0.1", | ||
"husky": "^2.1.0", | ||
"typescript": "^3.2.4" | ||
@@ -38,3 +39,8 @@ }, | ||
"ws": "^6.1.2" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run tsc && npm run test" | ||
} | ||
} | ||
} |
@@ -39,2 +39,3 @@ import uuid from "uuid"; | ||
url: req.path, | ||
requestBody: req.body, | ||
fullUrl: req.url, | ||
@@ -41,0 +42,0 @@ query: req.query, |
58517
1155
3