@module-federation/rspack 0.0.0-fix-array-share-scope-20260225123251 → 0.0.0-fix-array-share-scope-20260226111150
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.
|
@@ -206,7 +206,7 @@ class ModuleFederationPlugin {
|
|
|
206
206
|
});
|
|
207
207
|
if (!disableManifest) {
|
|
208
208
|
this._statsPlugin = new manifest_namespaceObject.StatsPlugin(options, {
|
|
209
|
-
pluginVersion: "0.0.0-fix-array-share-scope-
|
|
209
|
+
pluginVersion: "0.0.0-fix-array-share-scope-20260226111150",
|
|
210
210
|
bundler: 'rspack'
|
|
211
211
|
});
|
|
212
212
|
// @ts-ignore
|
|
@@ -152,7 +152,7 @@ class ModuleFederationPlugin {
|
|
|
152
152
|
});
|
|
153
153
|
if (!disableManifest) {
|
|
154
154
|
this._statsPlugin = new StatsPlugin(options, {
|
|
155
|
-
pluginVersion: "0.0.0-fix-array-share-scope-
|
|
155
|
+
pluginVersion: "0.0.0-fix-array-share-scope-20260226111150",
|
|
156
156
|
bundler: 'rspack'
|
|
157
157
|
});
|
|
158
158
|
// @ts-ignore
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/rspack",
|
|
3
|
-
"version": "0.0.0-fix-array-share-scope-
|
|
3
|
+
"version": "0.0.0-fix-array-share-scope-20260226111150",
|
|
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/bridge-react-webpack-plugin": "0.0.0-fix-array-share-scope-
|
|
29
|
-
"@module-federation/
|
|
30
|
-
"@module-federation/
|
|
31
|
-
"@module-federation/
|
|
32
|
-
"@module-federation/runtime-tools": "0.0.0-fix-array-share-scope-
|
|
33
|
-
"@module-federation/inject-external-runtime-core-plugin": "0.0.0-fix-array-share-scope-
|
|
34
|
-
"@module-federation/sdk": "0.0.0-fix-array-share-scope-
|
|
28
|
+
"@module-federation/bridge-react-webpack-plugin": "0.0.0-fix-array-share-scope-20260226111150",
|
|
29
|
+
"@module-federation/managers": "0.0.0-fix-array-share-scope-20260226111150",
|
|
30
|
+
"@module-federation/manifest": "0.0.0-fix-array-share-scope-20260226111150",
|
|
31
|
+
"@module-federation/dts-plugin": "0.0.0-fix-array-share-scope-20260226111150",
|
|
32
|
+
"@module-federation/runtime-tools": "0.0.0-fix-array-share-scope-20260226111150",
|
|
33
|
+
"@module-federation/inject-external-runtime-core-plugin": "0.0.0-fix-array-share-scope-20260226111150",
|
|
34
|
+
"@module-federation/sdk": "0.0.0-fix-array-share-scope-20260226111150"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@rspack/core": "^1.0.2"
|