Skip to content

Commit

Permalink
Merge branch 'dev' into rt_expires_in
Browse files Browse the repository at this point in the history
  • Loading branch information
tnorling authored Dec 6, 2023
2 parents 306e92c + fd49b33 commit e6ac41c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Set engines field to >=16",
"packageName": "@azure/msal-node",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Set engines field to >=16",
"packageName": "@azure/msal-node-extensions",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion extensions/msal-node-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bin"
],
"engines": {
"node": "16 || 18 || 20"
"node": ">=16"
},
"scripts": {
"compile": "node-gyp rebuild",
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
"uuid": "^8.3.0"
},
"engines": {
"node": "16|| 18 || 20"
"node": ">=16"
}
}

0 comments on commit e6ac41c

Please sign in to comment.