pg-error-enum: v1.0.0
1.0.0 (2025-03-19)
⚠ BREAKING CHANGES
- This drops support for Node 18, and switches to a pure ESM package. This means that you either have to use
"type": "module"
in yourpackage.json
, or upgrade to a Node version that supports require(esm), i.e. >= v20.19.0, >= v22.12.0, or v23 and above.