kleydon / prisma-session-store

Express session store for Prisma
MIT License
116 stars 18 forks source link

Prisma Dependency #60

Closed agubler closed 2 years ago

agubler commented 2 years ago

It doesn't look like the prisma dependency is used by the session store as a runtime dependency, would it be possible to move this to a development dependency? At the moment this is inflating the size of the node_modules for a production installation as the prisma dependency and binaries is installed twice (due to differing versions)

simontaisne commented 2 years ago

It's even more problematic now that Prisma 3 is available. When running prisma -v with prisma-session-store installed this is what I get:

prisma                : 2.30.3
@prisma/client        : 3.6.0
kleydon commented 2 years ago

Fixed for v3.1.1