@module-federation/modern-js 0.0.0-next-20250527094526 → 0.0.0-next-20250530022859
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.
|
@@ -301,7 +301,6 @@ const moduleFederationConfigPlugin = (userConfig) => ({
|
|
|
301
301
|
const targetMFConfig = !isWeb ? ssrConfig : csrConfig;
|
|
302
302
|
patchMFConfig(targetMFConfig, !isWeb, userConfig.remoteIpStrategy || "ipv4");
|
|
303
303
|
patchBundlerConfig({
|
|
304
|
-
// @ts-expect-error chain type is not correct
|
|
305
304
|
chain,
|
|
306
305
|
isServer: !isWeb,
|
|
307
306
|
modernjsConfig,
|
|
@@ -298,7 +298,6 @@ var moduleFederationConfigPlugin = function(userConfig) {
|
|
|
298
298
|
var targetMFConfig = !isWeb ? ssrConfig : csrConfig;
|
|
299
299
|
patchMFConfig(targetMFConfig, !isWeb, userConfig.remoteIpStrategy || "ipv4");
|
|
300
300
|
patchBundlerConfig({
|
|
301
|
-
// @ts-expect-error chain type is not correct
|
|
302
301
|
chain,
|
|
303
302
|
isServer: !isWeb,
|
|
304
303
|
modernjsConfig,
|
|
@@ -260,7 +260,6 @@ const moduleFederationConfigPlugin = (userConfig) => ({
|
|
|
260
260
|
const targetMFConfig = !isWeb ? ssrConfig : csrConfig;
|
|
261
261
|
patchMFConfig(targetMFConfig, !isWeb, userConfig.remoteIpStrategy || "ipv4");
|
|
262
262
|
patchBundlerConfig({
|
|
263
|
-
// @ts-expect-error chain type is not correct
|
|
264
263
|
chain,
|
|
265
264
|
isServer: !isWeb,
|
|
266
265
|
modernjsConfig,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/modern-js",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20250530022859",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/",
|
|
6
6
|
"types.d.ts",
|
|
@@ -93,24 +93,24 @@
|
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@modern-js/node-bundle-require": "2.67.6",
|
|
95
95
|
"fs-extra": "11.3.0",
|
|
96
|
-
"lru-cache": "
|
|
96
|
+
"lru-cache": "11.1.0",
|
|
97
97
|
"@swc/helpers": "0.5.13",
|
|
98
98
|
"node-fetch": "~3.3.0",
|
|
99
99
|
"react-error-boundary": "4.1.2",
|
|
100
|
-
"@module-federation/rsbuild-plugin": "0.0.0-next-
|
|
101
|
-
"@module-federation/enhanced": "0.0.0-next-
|
|
102
|
-
"@module-federation/node": "0.0.0-next-
|
|
103
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
104
|
-
"@module-federation/cli": "0.0.0-next-
|
|
100
|
+
"@module-federation/rsbuild-plugin": "0.0.0-next-20250530022859",
|
|
101
|
+
"@module-federation/enhanced": "0.0.0-next-20250530022859",
|
|
102
|
+
"@module-federation/node": "0.0.0-next-20250530022859",
|
|
103
|
+
"@module-federation/sdk": "0.0.0-next-20250530022859",
|
|
104
|
+
"@module-federation/cli": "0.0.0-next-20250530022859"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
|
-
"@rsbuild/core": "1.
|
|
107
|
+
"@rsbuild/core": "1.3.21",
|
|
108
108
|
"@modern-js/app-tools": "2.67.6",
|
|
109
109
|
"@modern-js/server-runtime": "2.67.6",
|
|
110
110
|
"@modern-js/module-tools": "2.67.6",
|
|
111
111
|
"@modern-js/runtime": "2.67.6",
|
|
112
112
|
"@modern-js/tsconfig": "2.67.6",
|
|
113
|
-
"@module-federation/manifest": "0.0.0-next-
|
|
113
|
+
"@module-federation/manifest": "0.0.0-next-20250530022859"
|
|
114
114
|
},
|
|
115
115
|
"peerDependencies": {
|
|
116
116
|
"react": ">=17",
|