@module-federation/rspack 0.14.3 → 0.15.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.
@@ -202,7 +202,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
202
202
  });
203
203
  if (!disableManifest) {
204
204
  this._statsPlugin = new manifest.StatsPlugin(options, {
205
- pluginVersion: "0.14.3",
205
+ pluginVersion: "0.15.0",
206
206
  bundler: 'rspack'
207
207
  });
208
208
  // @ts-ignore
@@ -200,7 +200,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
200
200
  });
201
201
  if (!disableManifest) {
202
202
  this._statsPlugin = new StatsPlugin(options, {
203
- pluginVersion: "0.14.3",
203
+ pluginVersion: "0.15.0",
204
204
  bundler: 'rspack'
205
205
  });
206
206
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "0.14.3",
3
+ "version": "0.15.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Module Federation",
@@ -25,13 +25,13 @@
25
25
  "types": "./dist/index.cjs.d.ts",
26
26
  "dependencies": {
27
27
  "btoa": "1.2.1",
28
- "@module-federation/bridge-react-webpack-plugin": "0.14.3",
29
- "@module-federation/dts-plugin": "0.14.3",
30
- "@module-federation/managers": "0.14.3",
31
- "@module-federation/manifest": "0.14.3",
32
- "@module-federation/runtime-tools": "0.14.3",
33
- "@module-federation/inject-external-runtime-core-plugin": "0.14.3",
34
- "@module-federation/sdk": "0.14.3"
28
+ "@module-federation/bridge-react-webpack-plugin": "0.15.0",
29
+ "@module-federation/dts-plugin": "0.15.0",
30
+ "@module-federation/managers": "0.15.0",
31
+ "@module-federation/manifest": "0.15.0",
32
+ "@module-federation/runtime-tools": "0.15.0",
33
+ "@module-federation/inject-external-runtime-core-plugin": "0.15.0",
34
+ "@module-federation/sdk": "0.15.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@rspack/core": "^1.0.2"