@module-federation/manifest 0.17.1 → 0.18.1

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
@@ -1588,8 +1588,8 @@ var StatsManager = /*#__PURE__*/ function() {
1588
1588
  };
1589
1589
  if (_this._bundler === 'webpack') {
1590
1590
  statsOptions['cached'] = true;
1591
- statsOptions['cachedModules'] = true;
1592
1591
  }
1592
+ statsOptions['cachedModules'] = true;
1593
1593
  webpackStats = liveStats.toJson(statsOptions);
1594
1594
  filteredModules = _this._getFilteredModules(webpackStats);
1595
1595
  moduleHandler = new ModuleHandler(_this._options, filteredModules, {
package/dist/index.esm.js CHANGED
@@ -1586,8 +1586,8 @@ var StatsManager = /*#__PURE__*/ function() {
1586
1586
  };
1587
1587
  if (_this._bundler === 'webpack') {
1588
1588
  statsOptions['cached'] = true;
1589
- statsOptions['cachedModules'] = true;
1590
1589
  }
1590
+ statsOptions['cachedModules'] = true;
1591
1591
  webpackStats = liveStats.toJson(statsOptions);
1592
1592
  filteredModules = _this._getFilteredModules(webpackStats);
1593
1593
  moduleHandler = new ModuleHandler(_this._options, filteredModules, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/manifest",
3
- "version": "0.17.1",
3
+ "version": "0.18.1",
4
4
  "license": "MIT",
5
5
  "description": "Provide manifest/stats for webpack/rspack MF project .",
6
6
  "keywords": [
@@ -29,9 +29,9 @@
29
29
  "dependencies": {
30
30
  "find-pkg": "2.0.0",
31
31
  "chalk": "3.0.0",
32
- "@module-federation/sdk": "0.17.1",
33
- "@module-federation/dts-plugin": "0.17.1",
34
- "@module-federation/managers": "0.17.1"
32
+ "@module-federation/sdk": "0.18.1",
33
+ "@module-federation/dts-plugin": "0.18.1",
34
+ "@module-federation/managers": "0.18.1"
35
35
  },
36
36
  "exports": {
37
37
  ".": {