@frontegg/nextjs 6.7.19 → 6.7.20-alpha.4435189813
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.
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [6.7.20](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.19...v6.7.20) (2023-3-16)
|
|
4
|
+
|
|
5
|
+
- FR-10976 - Remove idle session export from default items
|
|
6
|
+
|
|
7
|
+
- FR-9469 - Added support for customized social login providers
|
|
8
|
+
|
|
9
|
+
|
|
3
10
|
## [6.7.19](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.18...v6.7.19) (2023-3-10)
|
|
4
11
|
|
|
5
12
|
- Fixed resend OTC with reCaptcha
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/nextjs",
|
|
3
3
|
"libName": "FronteggNextJs",
|
|
4
|
-
"version": "6.7.
|
|
4
|
+
"version": "6.7.20-alpha.4435189813",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@frontegg/js": "6.
|
|
10
|
-
"@frontegg/react-hooks": "6.
|
|
9
|
+
"@frontegg/js": "6.80.0",
|
|
10
|
+
"@frontegg/react-hooks": "6.80.0",
|
|
11
11
|
"@types/http-proxy": "^1.17.9",
|
|
12
12
|
"cookie": "^0.5.0",
|
|
13
13
|
"http-proxy": "^1.18.1",
|