Skip to content

Commit

Permalink
Release msal-node@v1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Prithvi Kanherkar committed Nov 10, 2020
1 parent a7376c1 commit 857f9ae
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion extensions/samples/msal-node-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16",
"@azure/msal-node": "^1.0.0-beta.0",
"@azure/msal-node-extensions": "1.0.0-alpha.4",
"express": "^4.17.1"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/msal-node",
"version": "1.0.0-alpha.16",
"version": "1.0.0-beta.0",
"author": {
"name": "Microsoft",
"email": "nugetaad@microsoft.com",
Expand Down
2 changes: 1 addition & 1 deletion samples/msal-node-samples/EndToEndTestApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "1.0.0-alpha.16",
"@azure/msal-node": "1.0.0-beta.0",
"axios": "^0.20.0",
"e2eTestUtils": "file:../../.",
"express": "^4.17.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16",
"@azure/msal-node": "^1.0.0-beta.0",
"express": "^4.17.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16",
"@azure/msal-node": "^1.0.0-beta.0",
"express": "^4.17.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16",
"@azure/msal-node": "^1.0.0-beta.0",
"axios": "^0.19.2",
"express": "^4.17.1",
"express-handlebars": "^4.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16",
"@azure/msal-node": "^1.0.0-beta.0",
"axios": "^0.19.2",
"express": "^4.17.1",
"express-handlebars": "^4.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16",
"@azure/msal-node": "^1.0.0-beta.0",
"axios": "^0.19.2",
"express": "^4.17.1",
"express-handlebars": "^4.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16"
"@azure/msal-node": "^1.0.0-beta.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16"
"@azure/msal-node": "^1.0.0-beta.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16",
"@azure/msal-node": "^1.0.0-beta.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.8.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16",
"@azure/msal-node": "^1.0.0-beta.0",
"express": "^4.17.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16"
"@azure/msal-node": "^1.0.0-beta.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16",
"@azure/msal-node": "^1.0.0-beta.0",
"axios": "^0.19.2",
"express": "^4.17.1",
"express-handlebars": "^4.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^1.0.0-alpha.16"
"@azure/msal-node": "^1.0.0-beta.0"
}
}

0 comments on commit 857f9ae

Please sign in to comment.