Skip to content

1.2.2

Latest
Compare
Choose a tag to compare
@lydell lydell released this 08 Feb 22:08
· 3 commits to main since this release

elm-watch 1.2.1 accidentally didn’t work in Node.js 16 and 18 (only in 19+). This was due to Node.js 19 introducing a crypto global variable, and I accidentally forgot to add import * as crypto from "crypto" in one file and therefore relied on the global.