@module-federation/manifest 0.0.0-next-20240325030531 → 0.0.0-next-20240325072950

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
@@ -1616,7 +1616,7 @@ var StatsManager = /*#__PURE__*/ function() {
1616
1616
  if (existedStats) {
1617
1617
  return [
1618
1618
  2,
1619
- JSON.parse(existedStats.source.toString())
1619
+ JSON.parse(existedStats.source.source().toString())
1620
1620
  ];
1621
1621
  }
1622
1622
  _this__options = _this._options, tmp = _this__options.manifest, manifestOptions = tmp === void 0 ? {} : tmp;
package/dist/index.esm.js CHANGED
@@ -1607,7 +1607,7 @@ var StatsManager = /*#__PURE__*/ function() {
1607
1607
  if (existedStats) {
1608
1608
  return [
1609
1609
  2,
1610
- JSON.parse(existedStats.source.toString())
1610
+ JSON.parse(existedStats.source.source().toString())
1611
1611
  ];
1612
1612
  }
1613
1613
  _this__options = _this._options, tmp = _this__options.manifest, manifestOptions = tmp === void 0 ? {} : tmp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/manifest",
3
- "version": "0.0.0-next-20240325030531",
3
+ "version": "0.0.0-next-20240325072950",
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-20240325030531",
28
- "@module-federation/dts-kit": "0.0.0-next-20240325030531",
29
- "@module-federation/managers": "0.0.0-next-20240325030531"
27
+ "@module-federation/sdk": "0.0.0-next-20240325072950",
28
+ "@module-federation/dts-kit": "0.0.0-next-20240325072950",
29
+ "@module-federation/managers": "0.0.0-next-20240325072950"
30
30
  },
31
31
  "exports": {
32
32
  ".": {