@descope/nextjs-sdk 0.13.0 → 0.13.2
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const DESCOPE_SESSION_HEADER = 'x-descope-session';
|
|
4
4
|
const baseHeaders = {
|
|
5
5
|
'x-descope-sdk-name': 'nextjs',
|
|
6
|
-
'x-descope-sdk-version': "0.13.
|
|
6
|
+
'x-descope-sdk-version': "0.13.2"
|
|
7
7
|
};
|
|
8
8
|
const DEFAULT_PUBLIC_ROUTES = {
|
|
9
9
|
signIn: process.env.SIGN_IN_ROUTE || '/sign-in',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const DESCOPE_SESSION_HEADER = 'x-descope-session';
|
|
2
2
|
const baseHeaders = {
|
|
3
3
|
'x-descope-sdk-name': 'nextjs',
|
|
4
|
-
'x-descope-sdk-version': "0.13.
|
|
4
|
+
'x-descope-sdk-version': "0.13.2"
|
|
5
5
|
};
|
|
6
6
|
const DEFAULT_PUBLIC_ROUTES = {
|
|
7
7
|
signIn: process.env.SIGN_IN_ROUTE || '/sign-in',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/nextjs-sdk",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
4
4
|
"description": "Descope NextJS SDK",
|
|
5
5
|
"author": "Descope Team <info@descope.com>",
|
|
6
6
|
"homepage": "https://github.com/descope/descope-js",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@descope/node-sdk": "1.6.13",
|
|
67
67
|
"@descope/core-js-sdk": "2.43.1",
|
|
68
|
-
"@descope/react-sdk": "2.14.
|
|
69
|
-
"@descope/web-component": "3.43.
|
|
68
|
+
"@descope/react-sdk": "2.14.7",
|
|
69
|
+
"@descope/web-component": "3.43.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@babel/core": "7.26.0",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"jest-fetch-mock": "^3.0.3",
|
|
112
112
|
"lint-staged": "^13.3.0",
|
|
113
113
|
"msw": "^2.1.7",
|
|
114
|
-
"next": "15.
|
|
114
|
+
"next": "15.2.4",
|
|
115
115
|
"rollup": "^4.0.0",
|
|
116
116
|
"rollup-plugin-auto-external": "^2.0.0",
|
|
117
117
|
"rollup-plugin-browsersync": "^1.0.0",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
},
|
|
132
132
|
"peerDependencies": {
|
|
133
133
|
"@types/react": ">=18",
|
|
134
|
-
"next": ">=
|
|
134
|
+
"next": ">=15.2.4",
|
|
135
135
|
"react": ">=18"
|
|
136
136
|
},
|
|
137
137
|
"optionalDependencies": {
|