prisma-redis-middleware
prisma-redis-middleware copied to clipboard
Support for Node 19
Is there going to be support for nodejs version 19.x? If not, why?
I'd say it would be better for the package to not be restricted to only specific node versions
"^16.x || ^18.x || ^20.x" -> >=16
Instead of limiting the package and locking it, it would be better to mention tested versions in the readme. Everyone that can read and wants to use this package should be able to understand what it means to use the package with an untested node version.