@mikandev/next-discord-auth 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <p align="center">JWT-based Discord authentication for Next.js that doesn't suck</p>
8
8
 
9
- - Works with Next.js 15
9
+ - Works with Next.js 16
10
10
  - No database required
11
11
  - Returns **all** user data from Discord
12
12
  - Fully server-side
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "dist"
9
9
  ],
10
10
  "license": "WTFPL",
11
- "version": "1.0.5",
11
+ "version": "1.0.7",
12
12
  "type": "module",
13
13
  "keywords": [
14
14
  "auth",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "jsonwebtoken": "^9.0.2",
43
- "next": "^15.5.4"
43
+ "next": "^16.0.8"
44
44
  },
45
45
  "exports": {
46
46
  ".": {