@equinor/fusion-framework-module-msal 8.0.0 → 8.0.1
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 +8 -0
- package/dist/esm/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 244b995: Internal: update resolved `@azure/msal-browser` from 5.4.0 to 5.6.3.
|
|
8
|
+
|
|
9
|
+
Includes minor feature additions (support for `supportsNestedAppAuth` in `BrowserUtils`, additional export utilities) and bug fixes (logout flow improvements, token cache consistency). No breaking changes — this is a lockfile-only bump within the existing `^5.0.2` range constraint.
|
|
10
|
+
|
|
3
11
|
## 8.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
package/dist/esm/version.js
CHANGED