Skip to content

Commit be5c42e

Browse files
committed
Merge branch 'main' of github.com:nextauthjs/next-auth
2 parents b68f461 + 95c5ba0 commit be5c42e

File tree

22 files changed

+29
-20
lines changed

22 files changed

+29
-20
lines changed

apps/dev/nextjs/next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
/// <reference types="next/image-types/global" />
33
/// <reference types="next/navigation-types/compat/navigation" />
44

5-
65
// NOTE: This file should not be edited
76
// see https://nextjs.org/docs/basic-features/typescript for more information.

packages/adapter-dgraph/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

packages/adapter-dgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/dgraph-adapter",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Dgraph adapter for next-auth.",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",

packages/adapter-dynamodb/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

packages/adapter-dynamodb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next-auth/dynamodb-adapter",
33
"repository": "https://github.com/nextauthjs/next-auth",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"description": "AWS DynamoDB adapter for next-auth.",
66
"keywords": [
77
"next-auth",
@@ -59,4 +59,4 @@
5959
"dependencies": {
6060
"uuid": "^9.0.0"
6161
}
62-
}
62+
}

packages/adapter-mongodb/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

packages/adapter-mongodb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/mongodb-adapter",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "mongoDB adapter for next-auth.",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -44,4 +44,4 @@
4444
"jest": {
4545
"preset": "@next-auth/adapter-test/jest"
4646
}
47-
}
47+
}

packages/adapter-pouchdb/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

packages/adapter-pouchdb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-auth/pouchdb-adapter",
3-
"version": "0.1.6",
3+
"version": "1.0.0",
44
"description": "PouchDB adapter for next-auth.",
55
"homepage": "https://authjs.dev",
66
"repository": "https://github.com/nextauthjs/next-auth",
@@ -58,4 +58,4 @@
5858
"jest": {
5959
"preset": "@next-auth/adapter-test/jest"
6060
}
61-
}
61+
}

packages/adapter-prisma/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

0 commit comments

Comments
 (0)