@module-federation/rspack 0.0.0-fix-capture-timeout-20260324112210 → 0.0.0-fix-filter-function-20260327073336
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.
|
@@ -233,7 +233,7 @@ class ModuleFederationPlugin {
|
|
|
233
233
|
});
|
|
234
234
|
if (!disableManifest) {
|
|
235
235
|
this._statsPlugin = new manifest_namespaceObject.StatsPlugin(options, {
|
|
236
|
-
pluginVersion: "0.0.0-fix-
|
|
236
|
+
pluginVersion: "0.0.0-fix-filter-function-20260327073336",
|
|
237
237
|
bundler: 'rspack'
|
|
238
238
|
});
|
|
239
239
|
// @ts-ignore
|
|
@@ -177,7 +177,7 @@ class ModuleFederationPlugin {
|
|
|
177
177
|
});
|
|
178
178
|
if (!disableManifest) {
|
|
179
179
|
this._statsPlugin = new StatsPlugin(options, {
|
|
180
|
-
pluginVersion: "0.0.0-fix-
|
|
180
|
+
pluginVersion: "0.0.0-fix-filter-function-20260327073336",
|
|
181
181
|
bundler: 'rspack'
|
|
182
182
|
});
|
|
183
183
|
// @ts-ignore
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/rspack",
|
|
3
|
-
"version": "0.0.0-fix-
|
|
3
|
+
"version": "0.0.0-fix-filter-function-20260327073336",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Module Federation",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"types": "./dist/index.d.ts",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"btoa": "1.2.1",
|
|
28
|
-
"@module-federation/
|
|
29
|
-
"@module-federation/
|
|
30
|
-
"@module-federation/manifest": "0.0.0-fix-
|
|
31
|
-
"@module-federation/runtime-tools": "0.0.0-fix-
|
|
32
|
-
"@module-federation/inject-external-runtime-core-plugin": "0.0.0-fix-
|
|
33
|
-
"@module-federation/
|
|
34
|
-
"@module-federation/sdk": "0.0.0-fix-
|
|
28
|
+
"@module-federation/bridge-react-webpack-plugin": "0.0.0-fix-filter-function-20260327073336",
|
|
29
|
+
"@module-federation/dts-plugin": "0.0.0-fix-filter-function-20260327073336",
|
|
30
|
+
"@module-federation/manifest": "0.0.0-fix-filter-function-20260327073336",
|
|
31
|
+
"@module-federation/runtime-tools": "0.0.0-fix-filter-function-20260327073336",
|
|
32
|
+
"@module-federation/inject-external-runtime-core-plugin": "0.0.0-fix-filter-function-20260327073336",
|
|
33
|
+
"@module-federation/managers": "0.0.0-fix-filter-function-20260327073336",
|
|
34
|
+
"@module-federation/sdk": "0.0.0-fix-filter-function-20260327073336"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@rspack/core": "^1.0.2"
|