@azure/msal-react 5.0.2 → 5.0.4
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/dist/MsalContext.js +1 -1
- package/dist/MsalProvider.js +1 -1
- package/dist/components/AuthenticatedTemplate.js +1 -1
- package/dist/components/MsalAuthenticationTemplate.js +1 -1
- package/dist/components/UnauthenticatedTemplate.js +1 -1
- package/dist/components/withMsal.js +1 -1
- package/dist/error/ReactAuthError.js +1 -1
- package/dist/hooks/useAccount.js +1 -1
- package/dist/hooks/useIsAuthenticated.js +1 -1
- package/dist/hooks/useMsal.js +1 -1
- package/dist/hooks/useMsalAuthentication.js +1 -1
- package/dist/index.js +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.js +2 -2
- package/dist/utils/utilities.js +1 -1
- package/lib/msal-react.cjs +2 -2
- package/lib/types/packageMetadata.d.ts +1 -1
- package/package.json +6 -4
- package/src/packageMetadata.ts +1 -1
package/dist/MsalContext.js
CHANGED
package/dist/MsalProvider.js
CHANGED
package/dist/hooks/useAccount.js
CHANGED
package/dist/hooks/useMsal.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-react v5.0.
|
|
1
|
+
/*! @azure/msal-react v5.0.4 2026-02-10 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { useState, useRef, useEffect, useCallback } from 'react';
|
|
4
4
|
import { InteractionStatus, BrowserUtils, InteractionRequiredAuthError, InteractionType, OIDC_DEFAULT_SCOPES } from '@azure/msal-browser';
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const name = "@azure/msal-react";
|
|
2
|
-
export declare const version = "5.0.
|
|
2
|
+
export declare const version = "5.0.4";
|
package/dist/packageMetadata.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! @azure/msal-react v5.0.
|
|
1
|
+
/*! @azure/msal-react v5.0.4 2026-02-10 */
|
|
2
2
|
'use strict';
|
|
3
3
|
/* eslint-disable header/header */
|
|
4
4
|
const name = "@azure/msal-react";
|
|
5
|
-
const version = "5.0.
|
|
5
|
+
const version = "5.0.4";
|
|
6
6
|
|
|
7
7
|
export { name, version };
|
|
8
8
|
//# sourceMappingURL=packageMetadata.js.map
|
package/dist/utils/utilities.js
CHANGED
package/lib/msal-react.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-react v5.0.
|
|
1
|
+
/*! @azure/msal-react v5.0.4 2026-02-10 */
|
|
2
2
|
'use strict';
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
@@ -104,7 +104,7 @@ function getAccountByIdentifiers(allAccounts, accountIdentifiers) {
|
|
|
104
104
|
|
|
105
105
|
/* eslint-disable header/header */
|
|
106
106
|
const name = "@azure/msal-react";
|
|
107
|
-
const version = "5.0.
|
|
107
|
+
const version = "5.0.4";
|
|
108
108
|
|
|
109
109
|
/*
|
|
110
110
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const name = "@azure/msal-react";
|
|
2
|
-
export declare const version = "5.0.
|
|
2
|
+
export declare const version = "5.0.4";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/msal-react",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Microsoft",
|
|
6
6
|
"email": "nugetaad@microsoft.com",
|
|
@@ -38,7 +38,9 @@
|
|
|
38
38
|
"node": ">=20"
|
|
39
39
|
},
|
|
40
40
|
"beachball": {
|
|
41
|
-
"disallowedChangeTypes": [
|
|
41
|
+
"disallowedChangeTypes": [
|
|
42
|
+
"major"
|
|
43
|
+
]
|
|
42
44
|
},
|
|
43
45
|
"scripts": {
|
|
44
46
|
"build": "rollup -c --strictDeprecations --bundleConfigAsCjs",
|
|
@@ -54,11 +56,11 @@
|
|
|
54
56
|
"apiExtractor": "api-extractor run"
|
|
55
57
|
},
|
|
56
58
|
"peerDependencies": {
|
|
57
|
-
"@azure/msal-browser": "^5.0
|
|
59
|
+
"@azure/msal-browser": "^5.2.0",
|
|
58
60
|
"react": "^19.2.1"
|
|
59
61
|
},
|
|
60
62
|
"devDependencies": {
|
|
61
|
-
"@azure/msal-browser": "^5.0
|
|
63
|
+
"@azure/msal-browser": "^5.2.0",
|
|
62
64
|
"@microsoft/api-extractor": "^7.43.4",
|
|
63
65
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
64
66
|
"@testing-library/jest-dom": "^5.11.5",
|
package/src/packageMetadata.ts
CHANGED