@dotcom-reliability-kit/serialize-error
Advanced tools
Comparing version 2.2.1 to 3.0.0
{ | ||
"name": "@dotcom-reliability-kit/serialize-error", | ||
"version": "2.2.1", | ||
"version": "3.0.0", | ||
"description": "A utility function to serialize an error object in a way that's friendly to loggers, view engines, and converting to JSON", | ||
@@ -14,6 +14,6 @@ "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" | ||
} |
@@ -19,2 +19,3 @@ | ||
* [`SerializedError.data`](#serializederrordata) | ||
* [Migrating](#migrating) | ||
* [Contributing](#contributing) | ||
@@ -116,2 +117,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 | ||
@@ -118,0 +124,0 @@ |
11014
130
6844