@azure/msal-node-extensions 1.0.0-alpha.13 → 1.0.0-alpha.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,29 @@
1
1
  {
2
2
  "name": "@azure/msal-node-extensions",
3
3
  "entries": [
4
+ {
5
+ "date": "Tue, 04 Jan 2022 00:20:29 GMT",
6
+ "tag": "@azure/msal-node-extensions_v1.0.0-alpha.14",
7
+ "version": "1.0.0-alpha.14",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "hemoral@microsoft.com",
12
+ "package": "@azure/msal-node-extensions",
13
+ "commit": "60e2cfc0e9daa3c24e994617b4ac42aef6880b74",
14
+ "comment": "Add support for requested claims in silent token acquisition #4296"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@azure/msal-node-extensions",
21
+ "comment": "Bump @azure/msal-common to v6.0.0",
22
+ "commit": "bd9b1af91c278926ab2e6943cf90817a7ac4957b"
23
+ }
24
+ ]
25
+ }
26
+ },
4
27
  {
5
28
  "date": "Tue, 07 Dec 2021 00:17:01 GMT",
6
29
  "tag": "@azure/msal-node-extensions_v1.0.0-alpha.13",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @azure/msal-node-extensions
2
2
 
3
- This log was last generated on Tue, 07 Dec 2021 00:17:01 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 04 Jan 2022 00:20:29 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.0-alpha.14
8
+
9
+ Tue, 04 Jan 2022 00:20:29 GMT
10
+
11
+ ### Changes
12
+
13
+ - Bump @azure/msal-common to v6.0.0
14
+
7
15
  ## 1.0.0-alpha.13
8
16
 
9
17
  Tue, 07 Dec 2021 00:17:01 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/msal-node-extensions",
3
- "version": "1.0.0-alpha.13",
3
+ "version": "1.0.0-alpha.14",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
@@ -49,7 +49,7 @@
49
49
  ]
50
50
  },
51
51
  "dependencies": {
52
- "@azure/msal-common": "^5.2.0",
52
+ "@azure/msal-common": "^6.0.0",
53
53
  "bindings": "git+https://github.com/samuelkubai/node-bindings.git#v1.6.0",
54
54
  "keytar": "^7.6.0",
55
55
  "nan": "^2.13.2"