@frontegg/nextjs 6.7.18-alpha.4232818632 → 6.7.19-alpha.4382680862

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 CHANGED
@@ -1,15 +1,26 @@
1
1
  # Change Log
2
2
 
3
- ## [6.7.18](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.17...v6.7.18) (2023-2-21)
4
-
3
+ ## [6.7.19](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.18...v6.7.19) (2023-3-10)
4
+
5
+ - FR-9524 - Add missing RecaptchaTokens, Fix first load recaptcha
6
+ - FR-9524 - Update packages folder path in nextjs project
7
+ - FR-11009 - fix auth url default value for preview mode
8
+ - FR-11009 - add check for social config authorization url validity
9
+ - FR-10428 - fix rest-api imports
10
+ - FR-11022 - groups feature bugfix
11
+ - FR-9524 - Fix Recaptcha
12
+ - FR-10945 - add passkeys privacy page
5
13
  - FR-10851 - Admin portal SSO providers options are wrong
6
14
  - FR-10821 - Fix background for table pivot column
7
- - FR-10799 - Add-refresh
8
- - FR-10799 - Remove redirect from imperosnation
9
- - FR-10804 - Fix style reorder bug when using @emotion/react and Frontegg Next.JS
10
- - FR-10530 - add functionality for prompt passkeys
11
15
 
12
16
 
17
+ ## [6.7.18](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.17...v6.7.18) (2023-2-21)
18
+
19
+ - Fixed Admin portal SSO provider's options to be correlated with the vendor choice
20
+ - Fixed background for table pivot column
21
+ - Fixed impersonation by removing unnecessary redirects and adding a refresh call
22
+ - Fixed style reorder bug when using @emotion/react and Frontegg Next.JS
23
+
13
24
  ## [6.7.17](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.16...v6.7.17) (2023-2-8)
14
25
 
15
26
  - Updated M2M tokens to reflect the vendor choice
@@ -10,7 +10,7 @@ import { useRouter } from 'next/navigation';
10
10
 
11
11
  var AppContext = createContext(null);
12
12
 
13
- var sdkVersion = { version: '6.7.16' };
13
+ var sdkVersion = { version: '6.7.17' };
14
14
 
15
15
  var createOrGetFronteggApp = function (_a) {
16
16
  var _b, _c, _d, _e, _f, _g, _h, _j;
@@ -155,4 +155,4 @@ var FronteggClientProviderNext13 = function (_a) {
155
155
  };
156
156
 
157
157
  export { AppContext as A, FronteggClientProviderNext13 as F };
158
- //# sourceMappingURL=FronteggClientProviderNext13-80e1df91.js.map
158
+ //# sourceMappingURL=FronteggClientProviderNext13-3b374a89.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FronteggClientProviderNext13-3b374a89.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
package/client/index.js CHANGED
@@ -7,8 +7,8 @@ import '../api-25516652.js';
7
7
  import { useLoginWithRedirect, useLoginActions } from '@frontegg/react-hooks';
8
8
  import '@frontegg/rest-api';
9
9
  import { useContext, useEffect } from 'react';
10
- import { A as AppContext } from '../FronteggClientProviderNext13-80e1df91.js';
11
- export { F as FronteggClientProviderNext13 } from '../FronteggClientProviderNext13-80e1df91.js';
10
+ import { A as AppContext } from '../FronteggClientProviderNext13-3b374a89.js';
11
+ export { F as FronteggClientProviderNext13 } from '../FronteggClientProviderNext13-3b374a89.js';
12
12
  import '@frontegg/js';
13
13
  import { authInitialState } from '@frontegg/redux-store';
14
14
  import 'next/package.json';
package/index.js CHANGED
@@ -26,7 +26,7 @@ var httpProxy__default = /*#__PURE__*/_interopDefaultLegacy(httpProxy);
26
26
 
27
27
  var AppContext = React.createContext(null);
28
28
 
29
- var sdkVersion = { version: '6.7.16' };
29
+ var sdkVersion = { version: '6.7.17' };
30
30
 
31
31
  var createOrGetFronteggApp = function (_a) {
32
32
  var _b, _c, _d, _e, _f, _g, _h, _j;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/nextjs",
3
3
  "libName": "FronteggNextJs",
4
- "version": "6.7.18-alpha.4232818632",
4
+ "version": "6.7.19-alpha.4382680862",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "types": "dist/index.d.ts",
8
8
  "dependencies": {
9
- "@frontegg/js": "6.74.0",
10
- "@frontegg/react-hooks": "6.74.0",
9
+ "@frontegg/js": "6.77.0",
10
+ "@frontegg/react-hooks": "6.77.0",
11
11
  "@types/http-proxy": "^1.17.9",
12
12
  "cookie": "^0.5.0",
13
13
  "http-proxy": "^1.18.1",
package/server/index.js CHANGED
@@ -7,7 +7,7 @@ import { c as createGetSession } from '../createGetSession-2e1e4506.js';
7
7
  import 'jose';
8
8
  import '@frontegg/react-hooks';
9
9
  import '@frontegg/rest-api';
10
- import { F as FronteggClientProviderNext13 } from '../FronteggClientProviderNext13-80e1df91.js';
10
+ import { F as FronteggClientProviderNext13 } from '../FronteggClientProviderNext13-3b374a89.js';
11
11
  import '@frontegg/js';
12
12
  import '@frontegg/redux-store';
13
13
  import 'next/package.json';
@@ -1 +0,0 @@
1
- {"version":3,"file":"FronteggClientProviderNext13-80e1df91.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}