@dotcom-reliability-kit/serialize-request
Advanced tools
Comparing version 3.1.1 to 4.0.0
{ | ||
"name": "@dotcom-reliability-kit/serialize-request", | ||
"version": "3.1.1", | ||
"version": "4.0.0", | ||
"description": "A utility function to serialize a request object in a way that's friendly to loggers, view engines, and converting to JSON", | ||
@@ -14,3 +14,3 @@ "repository": { | ||
"engines": { | ||
"node": "18.x || 20.x || 22.x" | ||
"node": "20.x || 22.x" | ||
}, | ||
@@ -17,0 +17,0 @@ "main": "lib/index.js", |
11528