@dotcom-reliability-kit/middleware-render-error-info
Advanced tools
{ | ||
"name": "@dotcom-reliability-kit/middleware-render-error-info", | ||
"version": "4.1.1", | ||
"version": "5.0.0", | ||
"description": "Express middleware to render error information in a way that makes local debugging easier and production error rendering more consistent.", | ||
@@ -14,10 +14,10 @@ "repository": { | ||
"engines": { | ||
"node": "16.x || 18.x || 20.x", | ||
"npm": "7.x || 8.x || 9.x" | ||
"node": "18.x || 20.x", | ||
"npm": "8.x || 9.x" | ||
}, | ||
"main": "lib", | ||
"dependencies": { | ||
"@dotcom-reliability-kit/app-info": "^2.3.0", | ||
"@dotcom-reliability-kit/log-error": "^3.1.7", | ||
"@dotcom-reliability-kit/serialize-error": "^2.2.1", | ||
"@dotcom-reliability-kit/app-info": "^3.0.0", | ||
"@dotcom-reliability-kit/log-error": "^4.0.0", | ||
"@dotcom-reliability-kit/serialize-error": "^3.0.0", | ||
"entities": "^4.5.0" | ||
@@ -24,0 +24,0 @@ }, |
@@ -8,2 +8,3 @@ | ||
* [`renderErrorInfoPage`](#rendererrorinfopage) | ||
* [Migrating](#migrating) | ||
* [Contributing](#contributing) | ||
@@ -56,2 +57,7 @@ * [License](#license) | ||
## Migrating | ||
Consult the [Migration Guide](./docs/migration.md) if you're trying to migrate to a later major version of this package. | ||
## Contributing | ||
@@ -58,0 +64,0 @@ |
28560
0.53%70
9.38%