Compare commits
No commits in common. "9e5a365d12a9722a3dab35e25d19e95c66b721d6" and "7c6aa7bb42b1cc0700045bf3dabbd8495c624c18" have entirely different histories.
9e5a365d12
...
7c6aa7bb42
2 changed files with 5 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
||||||
node_modules
|
node_modules
|
||||||
yarn.lock
|
yarn.lock
|
||||||
dist/
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "nextauth-mongodb-realm",
|
"name": "nextauth-mongodb-realm",
|
||||||
"version": "1.0.1",
|
"version": "1.0.0",
|
||||||
"description": "mongoDB Realm adapter for next-auth.",
|
"description": "mongoDB Realm adapter for next-auth.",
|
||||||
"homepage": "https://git.skye.vg/me/nextauth-mongodb-realm",
|
"homepage": "https://git.skye.vg/me/nextauth-mongodb-realm",
|
||||||
"repository": "https://git.skye.vg/me/nextauth-mongodb-realm",
|
"repository": "https://git.skye.vg/me/nextauth-mongodb-realm",
|
||||||
|
@ -29,13 +29,12 @@
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"next-auth": "^4",
|
"realm-web": "^2.0.0",
|
||||||
"realm-web": "^2.0.0"
|
"next-auth": "^4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@next-auth/tsconfig": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/tsconfig?main",
|
"@next-auth/tsconfig": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/tsconfig?main",
|
||||||
"next-auth": "^4",
|
|
||||||
"realm-web": "^2.0.0",
|
"realm-web": "^2.0.0",
|
||||||
"typescript": "^4.9.5"
|
"next-auth": "^4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue