Skip to content

Releases: digitalnodecom/node-red-bin

v5.0.0-beta.4

02 Apr 22:08

Choose a tag to compare

Fix got ESM bundling for pkg binary builds

Bundle got (ESM-only) into a single CJS file via esbuild prebuild step,
patching Node-RED's httprequest and telemetry imports to use require()
instead of dynamic import() which pkg's snapshot can't resolve.

v4.1.4

02 Feb 16:05

Choose a tag to compare

Switch to @yao-pkg/pkg with Node 22 support