Skip to content

Commit

Permalink
Updates for msal-node, msal-browser, and identity packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Turner committed Mar 21, 2024
1 parent 5c89971 commit baaa114
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 195 deletions.
2 changes: 1 addition & 1 deletion docs/msaljsclient/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const options: MSALOptions = {
clientId: "{client id}",
},
cache: {
cacheLocation: "localStorage" // in order to avoid re-login after page refresh
claimsBasedCachingEnabled: true // in order to avoid network call to refresh a token every time claims are requested
}
},
authParams: {
Expand Down
273 changes: 85 additions & 188 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"version": "4.0.0-alpha0",
"description": "A JavaScript library for SharePoint & Graph development.",
"devDependencies": {
"@azure/identity": "3.4.1",
"@azure/msal-browser": "3.5.0",
"@azure/msal-node": "1.18.4",
"@azure/identity": "4.0.1",
"@azure/msal-browser": "3.10.0",
"@azure/msal-node": "2.6.4",
"@microsoft/microsoft-graph-types": "2.40.0",
"@pnp/buildsystem": "^4.0.1",
"@pnp/logging": "^3.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/azidjsclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@pnp/core": "0.0.0-PLACEHOLDER",
"@pnp/queryable": "0.0.0-PLACEHOLDER",
"@azure/identity": "3.4.1",
"@azure/identity": "4.0.1",
"tslib": "2.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/msaljsclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./index.js",
"typings": "./index",
"dependencies": {
"@azure/msal-browser": "3.5.0",
"@azure/msal-browser": "3.10.0",
"@pnp/queryable": "0.0.0-PLACEHOLDER",
"tslib": "2.4.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./index.js",
"typings": "./index",
"dependencies": {
"@azure/msal-node": "1.18.4",
"@azure/msal-node": "2.6.4",
"@pnp/core": "0.0.0-PLACEHOLDER",
"@pnp/logging": "0.0.0-PLACEHOLDER",
"@pnp/queryable": "0.0.0-PLACEHOLDER",
Expand Down

0 comments on commit baaa114

Please sign in to comment.