Skip to content

Commit

Permalink
Bundle local version of msal-common into msal-browser (#5953)
Browse files Browse the repository at this point in the history
- Declare `msal-common` as bundled dependency.
- Add `prepare` step to make lerna bootstrap local `msal-common`
package.
- Update `prepack` step to filter out `msal-common` devDeps before
publishing.
  • Loading branch information
konstantin-msft committed May 1, 2023
1 parent 34afd86 commit ac6dd99
Show file tree
Hide file tree
Showing 5 changed files with 6,790 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Bundle local version of msal-common into msal-browser #5953",
"packageName": "@azure/msal-browser",
"email": "kshabelko@microsoft.com",
"dependentChangeType": "patch"
}

0 comments on commit ac6dd99

Please sign in to comment.