sergiodxa / remix-auth-oauth2

A OAuth2Strategy for Remix Auth
https://sergiodxa.github.io/remix-auth-oauth2/
MIT License
150 stars 56 forks source link

`uuid` dependency or dev dependency? #69

Closed lamplightdev closed 5 months ago

lamplightdev commented 11 months ago

In the latest release uuid has been moved from dependencies to devDependencies. In environments that prune the dev dependencies this then causes an error on running the build:

Error: Cannot find module 'uuid'

So it looks like uuid should be moved back to dependencies?

oswaldoacauan commented 5 months ago

we are seeing the same issue, any updates @sergiodxa?

sergiodxa commented 5 months ago

Fix released on v1.11.2