@dotcom-reliability-kit/middleware-render-error-info
Advanced tools
Comparing version 5.1.10 to 5.1.11
{ | ||
"name": "@dotcom-reliability-kit/middleware-render-error-info", | ||
"version": "5.1.10", | ||
"version": "5.1.11", | ||
"description": "Express middleware to render error information in a way that makes local debugging easier and production error rendering more consistent.", | ||
@@ -14,4 +14,3 @@ "repository": { | ||
"engines": { | ||
"node": "18.x || 20.x || 22.x", | ||
"npm": "8.x || 9.x || 10.x" | ||
"node": "18.x || 20.x || 22.x" | ||
}, | ||
@@ -21,5 +20,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@dotcom-reliability-kit/app-info": "^3.3.0", | ||
"@dotcom-reliability-kit/log-error": "^4.2.4", | ||
"@dotcom-reliability-kit/serialize-error": "^3.2.0", | ||
"@dotcom-reliability-kit/app-info": "^3.3.1", | ||
"@dotcom-reliability-kit/log-error": "^4.2.5", | ||
"@dotcom-reliability-kit/serialize-error": "^3.2.1", | ||
"entities": "^5.0.0" | ||
@@ -26,0 +25,0 @@ }, |
26829