@silvermoon82@strangeobject.space That's... very weird. Specifying engine constraints *at all* is generally frowned upon in Node.js-land, given the high cross-version compatibility and the likelihood of getting your constraints wrong.
Requiring the latest point release is completely absurd. Even if you're going to be specifying an engine constraint, it should generally be at most a specific set of major versions...