z4nr34l / nemo

Missing polyfill for multiple next.js middlewares
https://nemo.rescale.build
MIT License
156 stars 6 forks source link

Next 15-rc dependency causes it not to work with next 14.x #58

Closed jthrilly closed 1 month ago

jthrilly commented 1 month ago

You're specifying Next 15 as a dependency, causing it to be installed along with the package in projects using Next 14. If you are actually using internal Next 15 APIs that's fine, but I believe the package should specify Next as a peer dependency instead, and with as wide a range as possible.

linear[bot] commented 1 month ago

NEM-22 Next 15-rc dependency causes it not to work with next 14.x

z4nr34l commented 1 month ago

Good catch! Will update this soon :)

jthrilly commented 1 month ago

Thank you! Appreciate your effort with this package :)

z4nr34l commented 1 month ago

Thanks! Glad to hear that 😀 I've also improved publishing/changelog workflow - now versions are even signed!