@module-federation/rspack 0.10.0 → 0.11.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.
@@ -180,7 +180,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
180
180
  });
181
181
  if (!disableManifest) {
182
182
  this._statsPlugin = new manifest.StatsPlugin(options, {
183
- pluginVersion: "0.10.0",
183
+ pluginVersion: "0.11.0",
184
184
  bundler: 'rspack'
185
185
  });
186
186
  // @ts-ignore
@@ -178,7 +178,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
178
178
  });
179
179
  if (!disableManifest) {
180
180
  this._statsPlugin = new StatsPlugin(options, {
181
- pluginVersion: "0.10.0",
181
+ pluginVersion: "0.11.0",
182
182
  bundler: 'rspack'
183
183
  });
184
184
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Module Federation",
@@ -24,13 +24,13 @@
24
24
  "module": "./dist/index.esm.mjs",
25
25
  "types": "./dist/index.cjs.d.ts",
26
26
  "dependencies": {
27
- "@module-federation/bridge-react-webpack-plugin": "0.10.0",
28
- "@module-federation/dts-plugin": "0.10.0",
29
- "@module-federation/managers": "0.10.0",
30
- "@module-federation/manifest": "0.10.0",
31
- "@module-federation/runtime-tools": "0.10.0",
32
- "@module-federation/inject-external-runtime-core-plugin": "0.10.0",
33
- "@module-federation/sdk": "0.10.0"
27
+ "@module-federation/bridge-react-webpack-plugin": "0.11.0",
28
+ "@module-federation/dts-plugin": "0.11.0",
29
+ "@module-federation/managers": "0.11.0",
30
+ "@module-federation/manifest": "0.11.0",
31
+ "@module-federation/runtime-tools": "0.11.0",
32
+ "@module-federation/inject-external-runtime-core-plugin": "0.11.0",
33
+ "@module-federation/sdk": "0.11.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@rspack/core": "^1.0.2"