@nx/module-federation 21.4.0-beta.5 → 21.4.0-beta.7

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nx/module-federation",
3
3
  "description": "The Nx Plugin for Module Federation contains executors and utilities that support building applications using Module Federation.",
4
- "version": "21.4.0-beta.5",
4
+ "version": "21.4.0-beta.7",
5
5
  "type": "commonjs",
6
6
  "repository": {
7
7
  "type": "git",
@@ -25,9 +25,9 @@
25
25
  "executors": "./executors.json",
26
26
  "dependencies": {
27
27
  "tslib": "^2.3.0",
28
- "@nx/devkit": "21.4.0-beta.5",
29
- "@nx/js": "21.4.0-beta.5",
30
- "@nx/web": "21.4.0-beta.5",
28
+ "@nx/devkit": "21.4.0-beta.7",
29
+ "@nx/js": "21.4.0-beta.7",
30
+ "@nx/web": "21.4.0-beta.7",
31
31
  "picocolors": "^1.1.0",
32
32
  "webpack": "^5.88.0",
33
33
  "@rspack/core": "^1.3.8",
@@ -38,7 +38,7 @@
38
38
  "http-proxy-middleware": "^3.0.3"
39
39
  },
40
40
  "devDependencies": {
41
- "nx": "21.4.0-beta.5"
41
+ "nx": "21.4.0-beta.7"
42
42
  },
43
43
  "nx-migrations": {
44
44
  "migrations": "./migrations.json"
@@ -51,8 +51,8 @@ async function withModuleFederationForSSR(options, configOverride) {
51
51
  */
52
52
  ...(configOverride ? configOverride : {}),
53
53
  experiments: {
54
- federationRuntime: 'hoisted',
55
- // We should allow users to override federationRuntime
54
+ asyncStartup: true,
55
+ // We should allow users to override experiments
56
56
  ...(configOverride?.experiments ?? {}),
57
57
  },
58
58
  runtimePlugins: process.env.NX_MF_DEV_REMOTES &&
@@ -44,8 +44,8 @@ async function withModuleFederationForSSR(options, configOverride) {
44
44
  */
45
45
  ...(configOverride ? configOverride : {}),
46
46
  experiments: {
47
- federationRuntime: 'hoisted',
48
- // We should allow users to override federationRuntime
47
+ asyncStartup: true,
48
+ // We should allow users to override experiments
49
49
  ...(configOverride?.experiments ?? {}),
50
50
  },
51
51
  runtimePlugins: process.env.NX_MF_DEV_REMOTES &&
@@ -37,8 +37,8 @@ async function withModuleFederationForSSR(options, configOverride) {
37
37
  */
38
38
  ...(configOverride ? configOverride : {}),
39
39
  experiments: {
40
- federationRuntime: 'hoisted',
41
- // We should allow users to override federationRuntime
40
+ asyncStartup: true,
41
+ // We should allow users to override experiments
42
42
  ...(configOverride?.experiments ?? {}),
43
43
  },
44
44
  runtimePlugins: process.env.NX_MF_DEV_REMOTES &&