get-convex / convex-lucia-auth

Convex database adapter for Lucia Auth
https://get-convex.github.io/convex-lucia-auth-demo/
Apache License 2.0
6 stars 1 forks source link

Update to use non-deprecated convex types #7

Closed sshader closed 4 months ago

sshader commented 4 months ago

Some of the types we were using were marked deprecated in 1.1.1, and removed fully in 1.11.0.

This PR changes us to use the non-deprecated versions and require a peer dependency of 1.1.1 or higher, which I think means this should work with 1.1.1 and upwards.