Skip to content

Commit

Permalink
fix: msal-node now references the right path for module index (#6190)
Browse files Browse the repository at this point in the history
fixes #6189

This is currently blocking a prototype for an electron app, so if it's
possible to get this prioritized and a new beta candidate released that
would be amazing

---------

Co-authored-by: Joshua Head <[email protected]>
  • Loading branch information
jahead and Joshua Head authored Jul 5, 2023
1 parent 50fd23e commit 32df7b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "fix: msal-node now references the right index.esm.ja",
"packageName": "@azure/msal-node",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion lib/msal-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"major"
]
},
"module": "dist/msal-node.esm.js",
"module": "dist/index.esm.js",
"devDependencies": {
"@microsoft/api-extractor": "^7.19.4",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down

0 comments on commit 32df7b9

Please sign in to comment.