@module-federation/rspack 0.24.0 → 0.24.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.
@@ -125,7 +125,7 @@ class ModuleFederationPlugin {
125
125
  });
126
126
  if (!disableManifest) {
127
127
  this._statsPlugin = new manifest.StatsPlugin(options, {
128
- pluginVersion: "0.24.0",
128
+ pluginVersion: "0.24.1",
129
129
  bundler: 'rspack',
130
130
  });
131
131
  // @ts-ignore
@@ -123,7 +123,7 @@ class ModuleFederationPlugin {
123
123
  });
124
124
  if (!disableManifest) {
125
125
  this._statsPlugin = new StatsPlugin(options, {
126
- pluginVersion: "0.24.0",
126
+ pluginVersion: "0.24.1",
127
127
  bundler: 'rspack',
128
128
  });
129
129
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
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": "0.24.0",
29
- "@module-federation/managers": "0.24.0",
30
- "@module-federation/bridge-react-webpack-plugin": "0.24.0",
31
- "@module-federation/manifest": "0.24.0",
32
- "@module-federation/runtime-tools": "0.24.0",
33
- "@module-federation/sdk": "0.24.0",
34
- "@module-federation/inject-external-runtime-core-plugin": "0.24.0"
28
+ "@module-federation/bridge-react-webpack-plugin": "0.24.1",
29
+ "@module-federation/dts-plugin": "0.24.1",
30
+ "@module-federation/managers": "0.24.1",
31
+ "@module-federation/runtime-tools": "0.24.1",
32
+ "@module-federation/manifest": "0.24.1",
33
+ "@module-federation/inject-external-runtime-core-plugin": "0.24.1",
34
+ "@module-federation/sdk": "0.24.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@rspack/core": "^1.0.2"