We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0133409 commit 6c45347Copy full SHA for 6c45347
.changeset/long-parts-share.md
@@ -0,0 +1,5 @@
1
+---
2
+'@module-federation/manifest': patch
3
4
+
5
+fix(manifest): use parsed version first
packages/manifest/src/StatsManager.ts
@@ -362,7 +362,7 @@ class StatsManager {
362
getShareItem({
363
pkgName,
364
normalizedShareOptions,
365
- pkgVersion: UNKNOWN_MODULE_NAME,
+ pkgVersion: normalizedShareOptions.version || UNKNOWN_MODULE_NAME,
366
hostName: name,
367
}),
368
);
0 commit comments