@module-federation/rspack 0.8.1 → 0.8.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.
package/dist/index.cjs.js CHANGED
@@ -166,7 +166,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
166
166
  });
167
167
  if (!disableManifest) {
168
168
  this._statsPlugin = new manifest.StatsPlugin(options, {
169
- pluginVersion: "0.8.1",
169
+ pluginVersion: "0.8.2",
170
170
  bundler: 'rspack'
171
171
  });
172
172
  // @ts-ignore
package/dist/index.esm.js CHANGED
@@ -164,7 +164,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
164
164
  });
165
165
  if (!disableManifest) {
166
166
  this._statsPlugin = new StatsPlugin(options, {
167
- pluginVersion: "0.8.1",
167
+ pluginVersion: "0.8.2",
168
168
  bundler: 'rspack'
169
169
  });
170
170
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
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.8.1",
23
- "@module-federation/dts-plugin": "0.8.1",
24
- "@module-federation/managers": "0.8.1",
25
- "@module-federation/manifest": "0.8.1",
26
- "@module-federation/runtime-tools": "0.8.1",
27
- "@module-federation/sdk": "0.8.1"
22
+ "@module-federation/bridge-react-webpack-plugin": "0.8.2",
23
+ "@module-federation/dts-plugin": "0.8.2",
24
+ "@module-federation/managers": "0.8.2",
25
+ "@module-federation/manifest": "0.8.2",
26
+ "@module-federation/runtime-tools": "0.8.2",
27
+ "@module-federation/sdk": "0.8.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@rspack/core": "^1.0.2"