@azure/msal-common
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -5,2 +5,51 @@ { | ||
{ | ||
"date": "Tue, 02 Feb 2021 01:56:47 GMT", | ||
"tag": "@azure/msal-common_v3.1.0", | ||
"version": "3.1.0", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Fix token timestamp calculation", | ||
"author": "prkanher@microsoft.com", | ||
"commit": "12f9fa2b6a9530fac5f7570ee3c49dc39232284c", | ||
"package": "@azure/msal-common" | ||
}, | ||
{ | ||
"comment": "Fix B2C policy switching (#2949)", | ||
"author": "thomas.norling@microsoft.com", | ||
"commit": "05eb650487a800d4bb3f94ec9dacca2efa98cc82", | ||
"package": "@azure/msal-common" | ||
}, | ||
{ | ||
"comment": "Get package version from version.json (#2915)", | ||
"author": "thomas.norling@microsoft.com", | ||
"commit": "a6f4702f9439e318a8cb6dc65d1def16351a84fd", | ||
"package": "@azure/msal-common" | ||
} | ||
], | ||
"minor": [ | ||
{ | ||
"comment": "Add wrapper SKU and version to current telemetry header (#2845)", | ||
"author": "thomas.norling@microsoft.com", | ||
"commit": "27597c148c718e3d001309349a4498a958688cbd", | ||
"package": "@azure/msal-common" | ||
} | ||
], | ||
"none": [ | ||
{ | ||
"comment": "Add project references (#2930)", | ||
"author": "thomas.norling@microsoft.com", | ||
"commit": "a836e77e372f1b4da28195d4ad8c0c75d6794875", | ||
"package": "@azure/msal-common" | ||
}, | ||
{ | ||
"comment": "Typedocs Updates (#2926)", | ||
"author": "thomas.norling@microsoft.com", | ||
"commit": "3fd4a48143ed4fb62b9e3266338b1abda920d68a", | ||
"package": "@azure/msal-common" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 21 Jan 2021 21:48:01 GMT", | ||
@@ -7,0 +56,0 @@ "tag": "@azure/msal-common_v3.0.0", |
# Change Log - @azure/msal-common | ||
This log was last generated on Thu, 21 Jan 2021 21:48:01 GMT and should not be manually modified. | ||
This log was last generated on Tue, 02 Feb 2021 01:56:47 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 3.1.0 | ||
Tue, 02 Feb 2021 01:56:47 GMT | ||
### Minor changes | ||
- Add wrapper SKU and version to current telemetry header (#2845) (thomas.norling@microsoft.com) | ||
### Patches | ||
- Fix token timestamp calculation (prkanher@microsoft.com) | ||
- Fix B2C policy switching (#2949) (thomas.norling@microsoft.com) | ||
- Get package version from version.json (#2915) (thomas.norling@microsoft.com) | ||
## 3.0.0 | ||
@@ -8,0 +22,0 @@ |
@@ -13,3 +13,3 @@ { | ||
}, | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Microsoft Authentication Library for js", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"module": "./dist/index.es.js", | ||
"types": "./dist/src/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"browserslist": [ | ||
@@ -47,5 +47,2 @@ "last 1 version", | ||
"clean:coverage": "rimraf ../../.nyc_output/*", | ||
"doc": "npm run doc:generate && npm run doc:deploy", | ||
"doc:generate": "typedoc --mode modules --excludePrivate --excludeProtected --excludeNotExported --out ./ref ./src/ --gitRevision dev", | ||
"doc:deploy": "gh-pages -d ref -a -e ref/msal-common", | ||
"lint": "cd ../../ && npm run lint:common", | ||
@@ -81,3 +78,2 @@ "lint:fix": "npm run lint -- -- --fix", | ||
"chai-as-promised": "^7.1.1", | ||
"gh-pages": "^3.1.0", | ||
"husky": "^3.0.9", | ||
@@ -94,3 +90,2 @@ "mocha": "^6.2.2", | ||
"tslint": "^5.20.0", | ||
"typedoc": "^0.17.8", | ||
"typescript": "^3.7.5" | ||
@@ -97,0 +92,0 @@ }, |
# Microsoft Authentication Library for JavaScript (MSAL.js) Common Protocols Package | ||
[![npm version](https://img.shields.io/npm/v/@azure/msal-common.svg?style=flat)](https://www.npmjs.com/package/@azure/msal-common/)[![npm version](https://img.shields.io/npm/dm/@azure/msal-common.svg)](https://nodei.co/npm/@azure/msal-common/)[![Coverage Status](https://coveralls.io/repos/github/AzureAD/microsoft-authentication-library-for-js/badge.svg?branch=dev)](https://coveralls.io/github/AzureAD/microsoft-authentication-library-for-js?branch=dev) | ||
| <a href="https://docs.microsoft.com/azure/active-directory/develop/guidedsetups/active-directory-javascriptspa" target="_blank">Getting Started</a> | <a href="https://aka.ms/aaddevv2" target="_blank">AAD Docs</a> | <a href="https://azuread.github.io/microsoft-authentication-library-for-js/ref/msal-common/" target="_blank">Library Reference</a> | | ||
| <a href="https://docs.microsoft.com/azure/active-directory/develop/guidedsetups/active-directory-javascriptspa" target="_blank">Getting Started</a> | <a href="https://aka.ms/aaddevv2" target="_blank">AAD Docs</a> | <a href="https://azuread.github.io/microsoft-authentication-library-for-js/ref/modules/_azure_msal_common.html" target="_blank">Library Reference</a> | | ||
| --- | --- | --- | | ||
@@ -6,0 +6,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2006693
30
167
21531