Skip to content

Commit 32df7b9

Browse files
jaheadJoshua Head
andauthored
fix: msal-node now references the right path for module index (#6190)
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]>
1 parent 50fd23e commit 32df7b9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "fix: msal-node now references the right index.esm.ja",
4+
"packageName": "@azure/msal-node",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

lib/msal-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"major"
4848
]
4949
},
50-
"module": "dist/msal-node.esm.js",
50+
"module": "dist/index.esm.js",
5151
"devDependencies": {
5252
"@microsoft/api-extractor": "^7.19.4",
5353
"@rollup/plugin-node-resolve": "^15.0.1",

0 commit comments

Comments
 (0)