@module-federation/rspack 0.6.10 → 0.6.11

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.
package/dist/index.cjs.js CHANGED
@@ -163,7 +163,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
163
163
  });
164
164
  if (!disableManifest) {
165
165
  this._statsPlugin = new manifest.StatsPlugin(options, {
166
- pluginVersion: "0.6.10",
166
+ pluginVersion: "0.6.11",
167
167
  bundler: 'rspack'
168
168
  });
169
169
  // @ts-ignore
package/dist/index.esm.js CHANGED
@@ -161,7 +161,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
161
161
  });
162
162
  if (!disableManifest) {
163
163
  this._statsPlugin = new StatsPlugin(options, {
164
- pluginVersion: "0.6.10",
164
+ pluginVersion: "0.6.11",
165
165
  bundler: 'rspack'
166
166
  });
167
167
  // @ts-ignore
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "0.6.10",
3
+ "version": "0.6.11",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Module Federation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "0.6.10",
3
+ "version": "0.6.11",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Module Federation",
@@ -19,12 +19,12 @@
19
19
  "module": "./dist/index.esm.js",
20
20
  "types": "./dist/index.cjs.d.ts",
21
21
  "dependencies": {
22
- "@module-federation/bridge-react-webpack-plugin": "0.6.10",
23
- "@module-federation/dts-plugin": "0.6.10",
24
- "@module-federation/managers": "0.6.10",
25
- "@module-federation/manifest": "0.6.10",
26
- "@module-federation/runtime-tools": "0.6.10",
27
- "@module-federation/sdk": "0.6.10"
22
+ "@module-federation/bridge-react-webpack-plugin": "0.6.11",
23
+ "@module-federation/dts-plugin": "0.6.11",
24
+ "@module-federation/managers": "0.6.11",
25
+ "@module-federation/manifest": "0.6.11",
26
+ "@module-federation/runtime-tools": "0.6.11",
27
+ "@module-federation/sdk": "0.6.11"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@rspack/core": "^1.0.2"