auth/core and convex-dev/auth seem to have diverged in typing
"@auth/core": "^0.34.1",
"@convex-dev/auth": "^0.0.61",
Now I've tried again and under
"@auth/core": "^0.37.0",
"@convex-dev/auth": "^0.0.71",
I get a type error on the authprovider in convex/auth.ts

