@frontegg/nextjs 6.7.10-alpha.3923086413 → 6.7.10-alpha.3923350730

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/CHANGELOG.md +1 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -17,6 +17,7 @@
17
17
  - Bump json5 from 1.0.1 to 1.0.2
18
18
  - Update Frontegg AdminPortal to 6.58.0
19
19
  - FR-10153 - Fix app session bug without keepSessionAlive
20
+ - Bump minimatch from 3.0.4 to 3.0.5
20
21
 
21
22
  ## [6.7.9](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.8...v6.7.9) (2022-12-20)
22
23
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/nextjs",
3
3
  "libName": "FronteggNextJs",
4
- "version": "6.7.10-alpha.3923086413",
4
+ "version": "6.7.10-alpha.3923350730",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "types": "dist/index.d.ts",