Compare commits

..

No commits in common. "9e5a365d12a9722a3dab35e25d19e95c66b721d6" and "7c6aa7bb42b1cc0700045bf3dabbd8495c624c18" have entirely different histories.

2 changed files with 5 additions and 7 deletions

3
.gitignore vendored
View file

@ -1,3 +1,2 @@
node_modules
yarn.lock
dist/
yarn.lock

View file

@ -1,6 +1,6 @@
{
"name": "nextauth-mongodb-realm",
"version": "1.0.1",
"version": "1.0.0",
"description": "mongoDB Realm adapter for next-auth.",
"homepage": "https://git.skye.vg/me/nextauth-mongodb-realm",
"repository": "https://git.skye.vg/me/nextauth-mongodb-realm",
@ -29,13 +29,12 @@
"dist"
],
"peerDependencies": {
"next-auth": "^4",
"realm-web": "^2.0.0"
"realm-web": "^2.0.0",
"next-auth": "^4"
},
"devDependencies": {
"@next-auth/tsconfig": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/tsconfig?main",
"next-auth": "^4",
"realm-web": "^2.0.0",
"typescript": "^4.9.5"
"next-auth": "^4"
}
}