@module-federation/rspack 0.6.3 → 0.6.5
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/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/package.json +1 -1
- package/package.json +7 -7
package/dist/index.cjs.js
CHANGED
|
@@ -177,7 +177,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
|
|
|
177
177
|
});
|
|
178
178
|
if (!disableManifest) {
|
|
179
179
|
this._statsPlugin = new manifest.StatsPlugin(options, {
|
|
180
|
-
pluginVersion: "0.6.
|
|
180
|
+
pluginVersion: "0.6.5",
|
|
181
181
|
bundler: 'rspack'
|
|
182
182
|
});
|
|
183
183
|
// @ts-ignore
|
package/dist/index.esm.js
CHANGED
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/rspack",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Module Federation",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"module": "./dist/index.esm.js",
|
|
20
20
|
"types": "./dist/index.cjs.d.ts",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@module-federation/sdk": "0.6.
|
|
23
|
-
"@module-federation/bridge-react-webpack-plugin": "0.6.
|
|
24
|
-
"@module-federation/runtime-tools": "0.6.
|
|
25
|
-
"@module-federation/manifest": "0.6.
|
|
26
|
-
"@module-federation/managers": "0.6.
|
|
27
|
-
"@module-federation/dts-plugin": "0.6.
|
|
22
|
+
"@module-federation/sdk": "0.6.5",
|
|
23
|
+
"@module-federation/bridge-react-webpack-plugin": "0.6.5",
|
|
24
|
+
"@module-federation/runtime-tools": "0.6.5",
|
|
25
|
+
"@module-federation/manifest": "0.6.5",
|
|
26
|
+
"@module-federation/managers": "0.6.5",
|
|
27
|
+
"@module-federation/dts-plugin": "0.6.5"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@rspack/core": "0.5.0"
|