Skip to content

pg-error-enum: v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 14:49
ac4313f

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 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.

Build System