Compare commits
2 commits
7c6aa7bb42
...
9e5a365d12
Author | SHA1 | Date | |
---|---|---|---|
9e5a365d12 | |||
3ea523efac |
2 changed files with 7 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
node_modules
|
||||
yarn.lock
|
||||
yarn.lock
|
||||
dist/
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nextauth-mongodb-realm",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"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,12 +29,13 @@
|
|||
"dist"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"realm-web": "^2.0.0",
|
||||
"next-auth": "^4"
|
||||
"next-auth": "^4",
|
||||
"realm-web": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next-auth/tsconfig": "https://gitpkg.now.sh/nextauthjs/next-auth/packages/tsconfig?main",
|
||||
"next-auth": "^4",
|
||||
"realm-web": "^2.0.0",
|
||||
"next-auth": "^4"
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue