Skip to content

pg-error-enum: v1.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 21:46
34e5550

1.0.2 (2025-03-21)

⚠ BREAKING CHANGES (v1.0.0)

  • This drops support for Node 18, and switches to a pure ESM package. This means that you either have to use "type": "module" in your package.json, or upgrade to a Node version that supports require(esm), i.e. >= v20.19.0, >= v22.12.0, or v23 and above.

Bug Fixes