@module-federation/rspack 0.10.0 → 0.11.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/plugin.cjs.js +1 -1
- package/dist/plugin.esm.mjs +1 -1
- package/package.json +8 -8
package/dist/plugin.cjs.js
CHANGED
|
@@ -180,7 +180,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
|
|
|
180
180
|
});
|
|
181
181
|
if (!disableManifest) {
|
|
182
182
|
this._statsPlugin = new manifest.StatsPlugin(options, {
|
|
183
|
-
pluginVersion: "0.
|
|
183
|
+
pluginVersion: "0.11.0",
|
|
184
184
|
bundler: 'rspack'
|
|
185
185
|
});
|
|
186
186
|
// @ts-ignore
|
package/dist/plugin.esm.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/rspack",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Module Federation",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"module": "./dist/index.esm.mjs",
|
|
25
25
|
"types": "./dist/index.cjs.d.ts",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@module-federation/bridge-react-webpack-plugin": "0.
|
|
28
|
-
"@module-federation/dts-plugin": "0.
|
|
29
|
-
"@module-federation/managers": "0.
|
|
30
|
-
"@module-federation/manifest": "0.
|
|
31
|
-
"@module-federation/runtime-tools": "0.
|
|
32
|
-
"@module-federation/inject-external-runtime-core-plugin": "0.
|
|
33
|
-
"@module-federation/sdk": "0.
|
|
27
|
+
"@module-federation/bridge-react-webpack-plugin": "0.11.0",
|
|
28
|
+
"@module-federation/dts-plugin": "0.11.0",
|
|
29
|
+
"@module-federation/managers": "0.11.0",
|
|
30
|
+
"@module-federation/manifest": "0.11.0",
|
|
31
|
+
"@module-federation/runtime-tools": "0.11.0",
|
|
32
|
+
"@module-federation/inject-external-runtime-core-plugin": "0.11.0",
|
|
33
|
+
"@module-federation/sdk": "0.11.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@rspack/core": "^1.0.2"
|