@module-federation/manifest 0.0.0-next-20240624115757 → 0.0.0-next-20240625070454

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -1513,6 +1513,14 @@ var StatsManager = /*#__PURE__*/ function() {
1513
1513
  globalName: globalName,
1514
1514
  pluginVersion: this._pluginVersion
1515
1515
  };
1516
+ if (this._options.getPublicPath) {
1517
+ if ('publicPath' in metaData) {
1518
+ delete metaData.publicPath;
1519
+ }
1520
+ return _object_spread_props(_object_spread({}, metaData), {
1521
+ getPublicPath: this._options.getPublicPath
1522
+ });
1523
+ }
1516
1524
  return _object_spread_props(_object_spread({}, metaData), {
1517
1525
  publicPath: this.getPublicPath(compiler)
1518
1526
  });
package/dist/index.esm.js CHANGED
@@ -1504,6 +1504,14 @@ var StatsManager = /*#__PURE__*/ function() {
1504
1504
  globalName: globalName,
1505
1505
  pluginVersion: this._pluginVersion
1506
1506
  };
1507
+ if (this._options.getPublicPath) {
1508
+ if ('publicPath' in metaData) {
1509
+ delete metaData.publicPath;
1510
+ }
1511
+ return _object_spread_props(_object_spread({}, metaData), {
1512
+ getPublicPath: this._options.getPublicPath
1513
+ });
1514
+ }
1507
1515
  return _object_spread_props(_object_spread({}, metaData), {
1508
1516
  publicPath: this.getPublicPath(compiler)
1509
1517
  });
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/manifest",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "license": "MIT",
5
5
  "description": "Provide manifest/stats for webpack/rspack MF project .",
6
6
  "keywords": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/manifest",
3
- "version": "0.0.0-next-20240624115757",
3
+ "version": "0.0.0-next-20240625070454",
4
4
  "license": "MIT",
5
5
  "description": "Provide manifest/stats for webpack/rspack MF project .",
6
6
  "keywords": [
@@ -24,9 +24,9 @@
24
24
  "dependencies": {
25
25
  "find-pkg": "2.0.0",
26
26
  "chalk": "3.0.0",
27
- "@module-federation/sdk": "0.0.0-next-20240624115757",
28
- "@module-federation/dts-plugin": "0.0.0-next-20240624115757",
29
- "@module-federation/managers": "0.0.0-next-20240624115757"
27
+ "@module-federation/sdk": "0.0.0-next-20240625070454",
28
+ "@module-federation/dts-plugin": "0.0.0-next-20240625070454",
29
+ "@module-federation/managers": "0.0.0-next-20240625070454"
30
30
  },
31
31
  "exports": {
32
32
  ".": {