@module-federation/rspack 2.8.0 → 2.8.1

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.
@@ -239,7 +239,7 @@ class ModuleFederationPlugin {
239
239
  });
240
240
  if (!disableManifest) {
241
241
  this._statsPlugin = new manifest_namespaceObject.StatsPlugin(options, {
242
- pluginVersion: "2.8.0",
242
+ pluginVersion: "2.8.1",
243
243
  bundler: 'rspack'
244
244
  });
245
245
  // @ts-ignore
@@ -169,7 +169,7 @@ class ModuleFederationPlugin {
169
169
  });
170
170
  if (!disableManifest) {
171
171
  this._statsPlugin = new StatsPlugin(options, {
172
- pluginVersion: "2.8.0",
172
+ pluginVersion: "2.8.1",
173
173
  bundler: 'rspack'
174
174
  });
175
175
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Module Federation",
@@ -24,13 +24,13 @@
24
24
  "module": "./dist/index.mjs",
25
25
  "types": "./dist/index.d.ts",
26
26
  "dependencies": {
27
- "@module-federation/bridge-react-webpack-plugin": "2.8.0",
28
- "@module-federation/dts-plugin": "2.8.0",
29
- "@module-federation/runtime-tools": "2.8.0",
30
- "@module-federation/manifest": "2.8.0",
31
- "@module-federation/managers": "2.8.0",
32
- "@module-federation/sdk": "2.8.0",
33
- "@module-federation/inject-external-runtime-core-plugin": "2.8.0"
27
+ "@module-federation/bridge-react-webpack-plugin": "2.8.1",
28
+ "@module-federation/dts-plugin": "2.8.1",
29
+ "@module-federation/managers": "2.8.1",
30
+ "@module-federation/runtime-tools": "2.8.1",
31
+ "@module-federation/manifest": "2.8.1",
32
+ "@module-federation/inject-external-runtime-core-plugin": "2.8.1",
33
+ "@module-federation/sdk": "2.8.1"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@rspack/core": "^1.0.2",