Skip to content

Commit

Permalink
Merge branch 'dev' into tyler/catch-dpapi-error
Browse files Browse the repository at this point in the history
  • Loading branch information
tnorling authored Nov 13, 2024
2 parents f438f9a + f810915 commit 501bace
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 12 deletions.

This file was deleted.

27 changes: 27 additions & 0 deletions lib/msal-node/CHANGELOG.json
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",
Expand Down
12 changes: 11 additions & 1 deletion lib/msal-node/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-node/apiReview/msal-node.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ export { ValidCacheType }
// Warning: (ae-missing-release-tag) "version" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const version = "2.16.0";
export const version = "2.16.1";

// Warnings were encountered during analysis:
//
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-node/package.json
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]",
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-node/src/packageMetadata.ts
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";
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 501bace

Please sign in to comment.