@frontegg/react 7.13.8 → 7.13.9-alpha.28800819844
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 +22 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.13.9](https://github.com/frontegg/frontegg-react/compare/v7.13.8...v7.13.9) (2026-7-6)
|
|
4
|
+
|
|
5
|
+
- FR-23757 - Fixed the actor of system audit logs to not be unknown
|
|
6
|
+
|
|
7
|
+
- FR-25580 - Fixed token refresh resilience with retry backoff
|
|
8
|
+
|
|
9
|
+
<!-- CURSOR_SUMMARY -->
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
> [!NOTE]
|
|
13
|
+
> **Medium Risk**
|
|
14
|
+
> Touches auth-related upstream behavior (token refresh); scope is limited to version pins with no local code edits.
|
|
15
|
+
>
|
|
16
|
+
> **Overview**
|
|
17
|
+
> Bumps **`@frontegg/js`** and **`@frontegg/react-hooks`** in `packages/react` from **7.115.0** to **7.117.0**, with **`yarn.lock`** updated for the aligned **`@frontegg/types`**, **`redux-store`**, and **`rest-api`** versions.
|
|
18
|
+
>
|
|
19
|
+
> This pulls in upstream AdminPortal/SDK fixes noted in the PR: **system audit logs** should show a proper actor instead of *unknown* (FR-23757), and **token refresh** is more resilient via retry backoff (FR-25580). No local React package source changes—only dependency pins and lockfile.
|
|
20
|
+
>
|
|
21
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 850aa02375413c5df9654f60e18a43f18bfcee33. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
|
|
22
|
+
<!-- /CURSOR_SUMMARY -->
|
|
23
|
+
|
|
24
|
+
|
|
3
25
|
## [7.13.8](https://github.com/frontegg/frontegg-react/compare/v7.13.7...v7.13.8) (2026-7-6)
|
|
4
26
|
|
|
5
27
|
- FR-24939 - Fixed step-up gate ignoring max_age when the token has no auth_time
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "7.13.
|
|
4
|
+
"version": "7.13.9-alpha.28800819844",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"types": "index.d.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"build:watch": "rm -rf dist && mkdir dist && rollup -w -c ./rollup.config.js"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@frontegg/js": "7.
|
|
23
|
-
"@frontegg/react-hooks": "7.
|
|
22
|
+
"@frontegg/js": "7.117.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.117.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|