@module-federation/manifest 0.0.0-next-20250219100104 → 0.0.0-next-20250219105538

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
@@ -2020,12 +2020,10 @@ var StatsPlugin = /*#__PURE__*/ function() {
2020
2020
  key: "apply",
2021
2021
  value: function apply(compiler) {
2022
2022
  var _this = this;
2023
- console.log('StatsPlugin apply come in', compiler.options.name, this._enable);
2024
2023
  if (!this._enable) {
2025
2024
  return;
2026
2025
  }
2027
2026
  var res = this._statsManager.validate(compiler);
2028
- console.log('StatsPlugin apply res', res);
2029
2027
  if (!res) {
2030
2028
  return;
2031
2029
  }
@@ -2040,7 +2038,6 @@ var StatsPlugin = /*#__PURE__*/ function() {
2040
2038
  return _ts_generator(this, function(_state) {
2041
2039
  switch(_state.label){
2042
2040
  case 0:
2043
- console.log('StatsPlugin come in', compiler.options.name);
2044
2041
  if (!(_this1._options.manifest !== false)) return [
2045
2042
  3,
2046
2043
  3
package/dist/index.esm.js CHANGED
@@ -2018,12 +2018,10 @@ var StatsPlugin = /*#__PURE__*/ function() {
2018
2018
  key: "apply",
2019
2019
  value: function apply(compiler) {
2020
2020
  var _this = this;
2021
- console.log('StatsPlugin apply come in', compiler.options.name, this._enable);
2022
2021
  if (!this._enable) {
2023
2022
  return;
2024
2023
  }
2025
2024
  var res = this._statsManager.validate(compiler);
2026
- console.log('StatsPlugin apply res', res);
2027
2025
  if (!res) {
2028
2026
  return;
2029
2027
  }
@@ -2038,7 +2036,6 @@ var StatsPlugin = /*#__PURE__*/ function() {
2038
2036
  return _ts_generator(this, function(_state) {
2039
2037
  switch(_state.label){
2040
2038
  case 0:
2041
- console.log('StatsPlugin come in', compiler.options.name);
2042
2039
  if (!(_this1._options.manifest !== false)) return [
2043
2040
  3,
2044
2041
  3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/manifest",
3
- "version": "0.0.0-next-20250219100104",
3
+ "version": "0.0.0-next-20250219105538",
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.0.0-next-20250219100104",
33
- "@module-federation/dts-plugin": "0.0.0-next-20250219100104",
34
- "@module-federation/managers": "0.0.0-next-20250219100104"
32
+ "@module-federation/sdk": "0.0.0-next-20250219105538",
33
+ "@module-federation/dts-plugin": "0.0.0-next-20250219105538",
34
+ "@module-federation/managers": "0.0.0-next-20250219105538"
35
35
  },
36
36
  "exports": {
37
37
  ".": {