cortex-auth 1.5.6 → 1.5.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 (1) hide show
  1. package/package.json +8 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cortex-auth",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "Shared authentication utilities for Node.js and Next.js applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -39,11 +39,17 @@
39
39
  "peerDependencies": {
40
40
  "next": ">=15.0.0",
41
41
  "next-auth": ">=5.0.0-beta.30",
42
- "payload": ">=3.70.0"
42
+ "payload": "^3.x"
43
43
  },
44
44
  "peerDependenciesMeta": {
45
45
  "next": {
46
46
  "optional": true
47
+ },
48
+ "next-auth": {
49
+ "optional": true
50
+ },
51
+ "payload": {
52
+ "optional": true
47
53
  }
48
54
  },
49
55
  "devDependencies": {