@mqueue/amqplib@1.0.0
·
69 commits
to main
since this release
Major Changes
-
5b0192f
Thanks @domwebber! - Reduce bundle size by
removing CJS build. NodeJS v20.19.0 and above allow
require()for ESM -
consumers in a CJS environment should still be able to use the library as
before, with the current latest LTS NodeJS version.This update coincides with dropping support for EOL NodeJS v18, thus the
minimum supported NodeJS version is now v20. -
5b0192f
Thanks @domwebber! - Increase minimum NodeJS
version to latest LTS (v20.x)