@module-federation/enhanced 2.2.3 → 2.3.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @module-federation/enhanced
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [eb26065]
8
+ - Updated dependencies [f1d79b2]
9
+ - Updated dependencies [8f2ec9b]
10
+ - @module-federation/dts-plugin@2.3.0
11
+ - @module-federation/sdk@2.3.0
12
+ - @module-federation/webpack-bundler-runtime@2.3.0
13
+ - @module-federation/error-codes@2.3.0
14
+ - @module-federation/cli@2.3.0
15
+ - @module-federation/manifest@2.3.0
16
+ - @module-federation/rspack@2.3.0
17
+ - @module-federation/bridge-react-webpack-plugin@2.3.0
18
+ - @module-federation/data-prefetch@2.3.0
19
+ - @module-federation/managers@2.3.0
20
+ - @module-federation/runtime-tools@2.3.0
21
+ - @module-federation/inject-external-runtime-core-plugin@2.3.0
22
+
3
23
  ## 2.2.3
4
24
 
5
25
  ### Patch Changes
@@ -1751,14 +1751,24 @@ function D(o, { instancePath: i = "", parentData: a, parentDataProperty: p, root
1751
1751
  }
1752
1752
  O = e === c;
1753
1753
  } else O = !0;
1754
- if (O) if (void 0 !== t.abortOnError) {
1755
- const e = c;
1756
- if ("boolean" != typeof t.abortOnError) {
1757
- const e = { params: { type: "boolean" } };
1758
- null === u ? u = [e] : u.push(e), c++;
1759
- }
1760
- O = e === c;
1761
- } else O = !0;
1754
+ if (O) {
1755
+ if (void 0 !== t.abortOnError) {
1756
+ const e = c;
1757
+ if ("boolean" != typeof t.abortOnError) {
1758
+ const e = { params: { type: "boolean" } };
1759
+ null === u ? u = [e] : u.push(e), c++;
1760
+ }
1761
+ O = e === c;
1762
+ } else O = !0;
1763
+ if (O) if (void 0 !== t.afterGenerate) {
1764
+ const e = c;
1765
+ if (!(t.afterGenerate instanceof Function)) {
1766
+ const e = { params: {} };
1767
+ null === u ? u = [e] : u.push(e), c++;
1768
+ }
1769
+ O = e === c;
1770
+ } else O = !0;
1771
+ }
1762
1772
  }
1763
1773
  }
1764
1774
  }
@@ -2765,7 +2775,8 @@ var init_ModuleFederationPlugin_check = require_runtime.__esmMin((() => {
2765
2775
  additionalProperties: !1
2766
2776
  }] },
2767
2777
  extractRemoteTypes: { type: "boolean" },
2768
- abortOnError: { type: "boolean" }
2778
+ abortOnError: { type: "boolean" },
2779
+ afterGenerate: { instanceof: "Function" }
2769
2780
  }
2770
2781
  }] },
2771
2782
  consumeTypes: { anyOf: [{ type: "boolean" }, {