@module-federation/rspack 0.1.10 → 0.1.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
@@ -166,7 +166,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
166
166
  });
167
167
  if (!disableManifest) {
168
168
  new manifest.StatsPlugin(options, {
169
- pluginVersion: "0.1.10",
169
+ pluginVersion: "0.1.11",
170
170
  bundler: "rspack"
171
171
  }).apply(compiler);
172
172
  }
package/dist/index.esm.js CHANGED
@@ -162,7 +162,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
162
162
  });
163
163
  if (!disableManifest) {
164
164
  new StatsPlugin(options, {
165
- pluginVersion: "0.1.10",
165
+ pluginVersion: "0.1.11",
166
166
  bundler: "rspack"
167
167
  }).apply(compiler);
168
168
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "0.1.10",
3
+ "version": "0.1.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.1.10",
3
+ "version": "0.1.11",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Module Federation",
@@ -19,11 +19,11 @@
19
19
  "module": "./dist/index.esm.js",
20
20
  "types": "./dist/index.cjs.d.ts",
21
21
  "dependencies": {
22
- "@module-federation/sdk": "0.1.10",
23
- "@module-federation/runtime-tools": "0.1.10",
24
- "@module-federation/manifest": "0.1.10",
25
- "@module-federation/managers": "0.1.10",
26
- "@module-federation/dts-plugin": "0.1.10"
22
+ "@module-federation/sdk": "0.1.11",
23
+ "@module-federation/runtime-tools": "0.1.11",
24
+ "@module-federation/manifest": "0.1.11",
25
+ "@module-federation/managers": "0.1.11",
26
+ "@module-federation/dts-plugin": "0.1.11"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@rspack/core": "0.5.0"