@module-federation/manifest 0.0.15 → 0.0.17

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
@@ -1381,7 +1381,7 @@ var StatsManager = /*#__PURE__*/ function() {
1381
1381
  statsOptions["cached"] = true;
1382
1382
  statsOptions["cachedModules"] = true;
1383
1383
  }
1384
- webpackStats = liveStats.toJson();
1384
+ webpackStats = liveStats.toJson(statsOptions);
1385
1385
  filteredModules = _this._getFilteredModules(webpackStats);
1386
1386
  moduleHandler = new ModuleHandler(_this._options, filteredModules, {
1387
1387
  bundler: _this._bundler
package/dist/index.esm.js CHANGED
@@ -1372,7 +1372,7 @@ var StatsManager = /*#__PURE__*/ function() {
1372
1372
  statsOptions["cached"] = true;
1373
1373
  statsOptions["cachedModules"] = true;
1374
1374
  }
1375
- webpackStats = liveStats.toJson();
1375
+ webpackStats = liveStats.toJson(statsOptions);
1376
1376
  filteredModules = _this._getFilteredModules(webpackStats);
1377
1377
  moduleHandler = new ModuleHandler(_this._options, filteredModules, {
1378
1378
  bundler: _this._bundler
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/manifest",
3
- "version": "0.0.15",
3
+ "version": "0.0.17",
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.15",
3
+ "version": "0.0.17",
4
4
  "license": "MIT",
5
5
  "description": "Provide manifest/stats for webpack/rspack MF project .",
6
6
  "keywords": [
@@ -24,8 +24,8 @@
24
24
  "dependencies": {
25
25
  "find-pkg": "2.0.0",
26
26
  "chalk": "3.0.0",
27
- "@module-federation/sdk": "0.0.15",
28
- "@module-federation/managers": "0.0.15"
27
+ "@module-federation/sdk": "0.0.17",
28
+ "@module-federation/managers": "0.0.17"
29
29
  },
30
30
  "exports": {
31
31
  ".": {