@module-federation/rspack 0.18.4 → 0.19.1

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.
@@ -200,7 +200,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
200
200
  });
201
201
  if (!disableManifest) {
202
202
  this._statsPlugin = new manifest.StatsPlugin(options, {
203
- pluginVersion: "0.18.4",
203
+ pluginVersion: "0.19.1",
204
204
  bundler: 'rspack'
205
205
  });
206
206
  // @ts-ignore
@@ -198,7 +198,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
198
198
  });
199
199
  if (!disableManifest) {
200
200
  this._statsPlugin = new StatsPlugin(options, {
201
- pluginVersion: "0.18.4",
201
+ pluginVersion: "0.19.1",
202
202
  bundler: 'rspack'
203
203
  });
204
204
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "0.18.4",
3
+ "version": "0.19.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Module Federation",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "https://github.com/module-federation/core/",
18
+ "url": "git+https://github.com/module-federation/core.git",
19
19
  "directory": "packages/rspack"
20
20
  },
21
21
  "author": "hanric <hanric.zhang@gmail.com>",
@@ -25,13 +25,13 @@
25
25
  "types": "./dist/index.d.ts",
26
26
  "dependencies": {
27
27
  "btoa": "1.2.1",
28
- "@module-federation/bridge-react-webpack-plugin": "0.18.4",
29
- "@module-federation/dts-plugin": "0.18.4",
30
- "@module-federation/managers": "0.18.4",
31
- "@module-federation/manifest": "0.18.4",
32
- "@module-federation/runtime-tools": "0.18.4",
33
- "@module-federation/inject-external-runtime-core-plugin": "0.18.4",
34
- "@module-federation/sdk": "0.18.4"
28
+ "@module-federation/bridge-react-webpack-plugin": "0.19.1",
29
+ "@module-federation/dts-plugin": "0.19.1",
30
+ "@module-federation/managers": "0.19.1",
31
+ "@module-federation/manifest": "0.19.1",
32
+ "@module-federation/runtime-tools": "0.19.1",
33
+ "@module-federation/inject-external-runtime-core-plugin": "0.19.1",
34
+ "@module-federation/sdk": "0.19.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@rspack/core": "^1.0.2"