Skip to content

Commit fc150c8

Browse files
author
Prithvi Kanherkar
committed
publish @azure/msal-browser@v2.5.2 and @azure/msal-node@v1.0.0-alpha.14
1 parent 29c5e1a commit fc150c8

File tree

23 files changed

+73
-42
lines changed

23 files changed

+73
-42
lines changed

change/@azure-msal-browser-2020-10-30-14-51-02-cache-fix-json-parse-v2.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

change/@azure-msal-node-2020-10-26-20-16-45-remove-debug.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

change/@azure-msal-node-2020-10-29-13-30-16-msal-node-set-logger.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

extensions/samples/msal-node-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@azure/msal-node": "^1.0.0-alpha.13",
15+
"@azure/msal-node": "^1.0.0-alpha.14",
1616
"@azure/msal-node-extensions": "1.0.0-alpha.4",
1717
"express": "^4.17.1"
1818
}

lib/msal-browser/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@azure/msal-browser",
33
"entries": [
4+
{
5+
"date": "Mon, 02 Nov 2020 23:33:39 GMT",
6+
"tag": "@azure/msal-browser_v2.5.2",
7+
"version": "2.5.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fix JSON.parse issue and cache value validation (#2527)",
12+
"author": "prkanher@microsoft.com",
13+
"commit": "62cfc6bf4a8f299ba7160a70a71c84890b49a051",
14+
"package": "@azure/msal-browser"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 30 Oct 2020 00:52:19 GMT",
621
"tag": "@azure/msal-browser_v2.5.1",

lib/msal-browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ npm install @azure/msal-browser
5858

5959
<!-- CDN_LATEST -->
6060
```html
61-
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.5.1/js/msal-browser.min.js"></script>
61+
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.5.2/js/msal-browser.min.js"></script>
6262
```
6363

6464
See [here](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/cdn-usage.md) for more info on how to use this package from the Microsoft CDN.

lib/msal-browser/changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @azure/msal-browser
22

3-
This log was last generated on Fri, 30 Oct 2020 00:52:19 GMT and should not be manually modified.
3+
This log was last generated on Mon, 02 Nov 2020 23:33:39 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 2.5.2
8+
9+
Mon, 02 Nov 2020 23:33:39 GMT
10+
11+
### Patches
12+
13+
- Fix JSON.parse issue and cache value validation (#2527) (prkanher@microsoft.com)
14+
715
## 2.5.1
816

917
Fri, 30 Oct 2020 00:52:19 GMT

lib/msal-browser/docs/cdn-usage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In addition to npm, `msal` can be consumed from Microsoft-hosted CDNs.
1616

1717
<!-- CDN_LATEST -->
1818
```html
19-
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.5.1/js/msal-browser.min.js"></script>
19+
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.5.2/js/msal-browser.min.js"></script>
2020
```
2121

2222
## Unminified builds
@@ -84,6 +84,8 @@ It is highly recommended to use SRI Hashes with CDN builds of MSAL.js to help se
8484
<!-- SRI_TABLE_START -->
8585
Version | Build | SRI Hash
8686
------------ | ------------------- | ---------------------------
87+
2.5.2 | msal-browser.js | `sha384-ZOWQBoErNmfc9sfHh6PXYc9NZ+02cf5d+wdsnvfKHSEyQ2x+YSWaf12KInVhfurI`
88+
2.5.2 | msal-browser.min.js | `sha384-A9ludGsBPhx3Ec8zLyd3vZEqJrRbvD6fJWpasbzAFyaaa/AMR6rtCUtbUmP07rsj`
8789
2.5.1 | msal-browser.js | `sha384-MFZe/UOLz61FRpO06noy2uBkJEZUaxccyYYwrSrwBOEY59Fi0GxyRzPiiZKLvvkC`
8890
2.5.1 | msal-browser.min.js | `sha384-/cOXpDxWc4bzFZUDf49Sp31Im+bSjki6UxTPadEDitHw0277qGX5teCOdieziPZh`
8991
2.5.0 | msal-browser.js | `sha384-JtZbGQvK0HbNDG42cgeg3XxEllLbMW8aAiSCXoLdW7iJhkdC7v4Kzqvl4LWOSiFF`

lib/msal-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
1212
},
13-
"version": "2.5.1",
13+
"version": "2.5.2",
1414
"description": "Microsoft Authentication Library for js",
1515
"keywords": [
1616
"implicit",

lib/msal-node/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@azure/msal-node",
33
"entries": [
4+
{
5+
"date": "Mon, 02 Nov 2020 23:33:39 GMT",
6+
"tag": "@azure/msal-node_v1.0.0-alpha.14",
7+
"version": "1.0.0-alpha.14",
8+
"comments": {
9+
"prerelease": [
10+
{
11+
"comment": "Add getLogger and setLogger to msal-node (#2520)",
12+
"author": "joarroyo@microsoft.com",
13+
"commit": "6fff8c1ed4d3dab2a74ff4b44a159645a6c2f535",
14+
"package": "@azure/msal-node"
15+
},
16+
{
17+
"comment": "Remove `debug` from the `msal-node` library (#2496)",
18+
"author": "sameera.gajjarapu@microsoft.com",
19+
"commit": "e354c26ae74632943109fb9101319acf6c6a691c",
20+
"package": "@azure/msal-node"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Mon, 26 Oct 2020 21:00:29 GMT",
627
"tag": "@azure/msal-node_v1.0.0-alpha.13",

lib/msal-node/changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @azure/msal-node
22

3-
This log was last generated on Mon, 26 Oct 2020 21:00:29 GMT and should not be manually modified.
3+
This log was last generated on Mon, 02 Nov 2020 23:33:39 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.0.0-alpha.14
8+
9+
Mon, 02 Nov 2020 23:33:39 GMT
10+
11+
### Changes
12+
13+
- Add getLogger and setLogger to msal-node (#2520) (joarroyo@microsoft.com)
14+
- Remove `debug` from the `msal-node` library (#2496) (sameera.gajjarapu@microsoft.com)
15+
716
## 1.0.0-alpha.13
817

918
Mon, 26 Oct 2020 21:00:29 GMT

lib/msal-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/msal-node",
3-
"version": "1.0.0-alpha.13",
3+
"version": "1.0.0-alpha.14",
44
"author": {
55
"name": "Microsoft",
66
"email": "nugetaad@microsoft.com",

samples/msal-angular-v2-samples/angular10-browser-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser": "~10.0.9",
2222
"@angular/platform-browser-dynamic": "~10.0.9",
2323
"@angular/router": "~10.0.9",
24-
"@azure/msal-browser": "^2.5.1",
24+
"@azure/msal-browser": "^2.5.2",
2525
"minimatch": "^3.0.4",
2626
"path": "^0.12.7",
2727
"rxjs": "~6.5.5",

samples/msal-browser-samples/TypescriptTestApp2.0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"license": "MIT",
2525
"dependencies": {
26-
"@azure/msal-browser": "^2.5.1",
26+
"@azure/msal-browser": "^2.5.2",
2727
"@babel/runtime": "^7.10.4",
2828
"express": "^4.17.1",
2929
"fs": "0.0.1-security",

samples/msal-node-samples/EndToEndTestApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@azure/msal-node": "^1.0.0-alpha.13",
16+
"@azure/msal-node": "^1.0.0-alpha.14",
1717
"axios": "^0.20.0",
1818
"e2eTestUtils": "file:../../.",
1919
"express": "^4.17.1",

samples/msal-node-samples/standalone-samples/auth-code-pkce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@azure/msal-node": "^1.0.0-alpha.13",
15+
"@azure/msal-node": "^1.0.0-alpha.14",
1616
"express": "^4.17.1"
1717
}
1818
}

samples/msal-node-samples/standalone-samples/auth-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@azure/msal-node": "^1.0.0-alpha.13",
15+
"@azure/msal-node": "^1.0.0-alpha.14",
1616
"express": "^4.17.1"
1717
}
1818
}

samples/msal-node-samples/standalone-samples/client-credentials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "MIT",
1111
"dependencies": {
12-
"@azure/msal-node": "^1.0.0-alpha.13"
12+
"@azure/msal-node": "^1.0.0-alpha.14"
1313
}
1414
}

samples/msal-node-samples/standalone-samples/device-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"author": "",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@azure/msal-node": "^1.0.0-alpha.13"
15+
"@azure/msal-node": "^1.0.0-alpha.14"
1616
}
1717
}

samples/msal-node-samples/standalone-samples/on-behalf-of/web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@azure/msal-node": "^1.0.0-alpha.13",
15+
"@azure/msal-node": "^1.0.0-alpha.14",
1616
"express": "^4.17.1",
1717
"jsonwebtoken": "^8.5.1",
1818
"jwks-rsa": "^1.8.1"

samples/msal-node-samples/standalone-samples/on-behalf-of/web-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@azure/msal-node": "^1.0.0-alpha.13",
15+
"@azure/msal-node": "^1.0.0-alpha.14",
1616
"express": "^4.17.1"
1717
}
1818
}

samples/msal-node-samples/standalone-samples/refresh-token/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"author": "",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@azure/msal-node": "^1.0.0-alpha.13"
13+
"@azure/msal-node": "^1.0.0-alpha.14"
1414
}
1515
}

samples/msal-node-samples/standalone-samples/silent-flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Microsoft",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@azure/msal-node": "^1.0.0-alpha.13",
13+
"@azure/msal-node": "^1.0.0-alpha.14",
1414
"axios": "^0.19.2",
1515
"express": "^4.17.1",
1616
"express-handlebars": "^4.0.4"

0 commit comments

Comments
 (0)