-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into tyler/catch-dpapi-error
- Loading branch information
Showing
7 changed files
with
42 additions
and
12 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-node-b01d5409-72eb-4ca1-aa58-d4985ba4b459.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,33 @@ | ||
{ | ||
"name": "@azure/msal-node", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 12 Nov 2024 15:32:46 GMT", | ||
"version": "2.16.1", | ||
"tag": "@azure/msal-node_v2.16.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-node", | ||
"commit": "411d815f623a777c57444eed827b599a4f2570c4", | ||
"comment": "Fixes bug where getAllAccounts always writes to the cache" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-node", | ||
"comment": "Bump eslint-config-msal to v0.0.0", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-node", | ||
"comment": "Bump rollup-msal to v0.0.0", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 05 Nov 2024 18:58:45 GMT", | ||
"version": "2.16.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
# Change Log - @azure/msal-node | ||
|
||
This log was last generated on Tue, 05 Nov 2024 18:58:45 GMT and should not be manually modified. | ||
This log was last generated on Tue, 12 Nov 2024 15:32:46 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 2.16.1 | ||
|
||
Tue, 12 Nov 2024 15:32:46 GMT | ||
|
||
### Patches | ||
|
||
- Fixes bug where getAllAccounts always writes to the cache ([email protected]) | ||
- Bump eslint-config-msal to v0.0.0 | ||
- Bump rollup-msal to v0.0.0 | ||
|
||
## 2.16.0 | ||
|
||
Tue, 05 Nov 2024 18:58:45 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@azure/msal-node", | ||
"version": "2.16.0", | ||
"version": "2.16.1", | ||
"author": { | ||
"name": "Microsoft", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/* eslint-disable header/header */ | ||
export const name = "@azure/msal-node"; | ||
export const version = "2.16.0"; | ||
export const version = "2.16.1"; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.