@module-federation/rspack 2.2.2 → 2.2.3

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: "2.2.2",
236
+ pluginVersion: "2.2.3",
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: "2.2.2",
180
+ pluginVersion: "2.2.3",
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": "2.2.2",
3
+ "version": "2.2.3",
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/dts-plugin": "2.2.2",
29
- "@module-federation/managers": "2.2.2",
30
- "@module-federation/bridge-react-webpack-plugin": "2.2.2",
31
- "@module-federation/manifest": "2.2.2",
32
- "@module-federation/runtime-tools": "2.2.2",
33
- "@module-federation/inject-external-runtime-core-plugin": "2.2.2",
34
- "@module-federation/sdk": "2.2.2"
28
+ "@module-federation/dts-plugin": "2.2.3",
29
+ "@module-federation/managers": "2.2.3",
30
+ "@module-federation/bridge-react-webpack-plugin": "2.2.3",
31
+ "@module-federation/manifest": "2.2.3",
32
+ "@module-federation/runtime-tools": "2.2.3",
33
+ "@module-federation/inject-external-runtime-core-plugin": "2.2.3",
34
+ "@module-federation/sdk": "2.2.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@rspack/core": "^1.0.2"