Compare commits

...

2 commits

Author SHA1 Message Date
9e5a365d12
bump 2023-02-22 00:45:53 +09:00
3ea523efac
oops 2023-02-22 00:43:16 +09:00
2 changed files with 7 additions and 5 deletions

3
.gitignore vendored
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "nextauth-mongodb-realm", "name": "nextauth-mongodb-realm",
"version": "1.0.0", "version": "1.0.1",
"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,12 +29,13 @@
"dist" "dist"
], ],
"peerDependencies": { "peerDependencies": {
"realm-web": "^2.0.0", "next-auth": "^4",
"next-auth": "^4" "realm-web": "^2.0.0"
}, },
"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",
"next-auth": "^4" "typescript": "^4.9.5"
} }
} }