@module-federation/rspack 0.11.1 → 0.11.2

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.
@@ -185,7 +185,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
185
185
  });
186
186
  if (!disableManifest) {
187
187
  this._statsPlugin = new manifest.StatsPlugin(options, {
188
- pluginVersion: "0.11.1",
188
+ pluginVersion: "0.11.2",
189
189
  bundler: 'rspack'
190
190
  });
191
191
  // @ts-ignore
@@ -183,7 +183,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
183
183
  });
184
184
  if (!disableManifest) {
185
185
  this._statsPlugin = new StatsPlugin(options, {
186
- pluginVersion: "0.11.1",
186
+ pluginVersion: "0.11.2",
187
187
  bundler: 'rspack'
188
188
  });
189
189
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
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.11.1",
29
- "@module-federation/dts-plugin": "0.11.1",
30
- "@module-federation/managers": "0.11.1",
31
- "@module-federation/manifest": "0.11.1",
32
- "@module-federation/runtime-tools": "0.11.1",
33
- "@module-federation/inject-external-runtime-core-plugin": "0.11.1",
34
- "@module-federation/sdk": "0.11.1"
28
+ "@module-federation/bridge-react-webpack-plugin": "0.11.2",
29
+ "@module-federation/dts-plugin": "0.11.2",
30
+ "@module-federation/managers": "0.11.2",
31
+ "@module-federation/manifest": "0.11.2",
32
+ "@module-federation/runtime-tools": "0.11.2",
33
+ "@module-federation/inject-external-runtime-core-plugin": "0.11.2",
34
+ "@module-federation/sdk": "0.11.2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@rspack/core": "^1.0.2"