@azure/msal-node-extensions 1.0.0-alpha.11 → 1.0.0-alpha.12
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 +15 -0
- package/CHANGELOG.md +9 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/msal-node-extensions",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Mon, 01 Nov 2021 23:53:22 GMT",
|
|
6
|
+
"tag": "@azure/msal-node-extensions_v1.0.0-alpha.12",
|
|
7
|
+
"version": "1.0.0-alpha.12",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@azure/msal-node-extensions",
|
|
13
|
+
"comment": "Bump @azure/msal-common to v5.1.0",
|
|
14
|
+
"commit": "6ac29855822ce1ba9531a68bcaa6f37443ef16c0"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
4
19
|
{
|
|
5
20
|
"date": "Mon, 04 Oct 2021 23:12:35 GMT",
|
|
6
21
|
"tag": "@azure/msal-node-extensions_v1.0.0-alpha.11",
|
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 Mon,
|
|
3
|
+
This log was last generated on Mon, 01 Nov 2021 23:53:22 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.0.0-alpha.12
|
|
8
|
+
|
|
9
|
+
Mon, 01 Nov 2021 23:53:22 GMT
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
|
|
13
|
+
- Bump @azure/msal-common to v5.1.0
|
|
14
|
+
|
|
7
15
|
## 1.0.0-alpha.11
|
|
8
16
|
|
|
9
17
|
Mon, 04 Oct 2021 23:12:35 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/msal-node-extensions",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.12",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
]
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@azure/msal-common": "^5.0
|
|
47
|
+
"@azure/msal-common": "^5.1.0",
|
|
48
48
|
"bindings": "git://github.com/samuelkubai/node-bindings.git#v1.6.0",
|
|
49
49
|
"keytar": "^7.6.0",
|
|
50
50
|
"nan": "^2.13.2"
|