@module-federation/rspack 0.18.3 → 0.19.0

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
@@ -10,3 +10,4 @@ exports.ModuleFederationPlugin = plugin.ModuleFederationPlugin;
10
10
  exports.PLUGIN_NAME = plugin.PLUGIN_NAME;
11
11
  exports.ContainerPlugin = ContainerPlugin;
12
12
  exports.ContainerReferencePlugin = ContainerReferencePlugin;
13
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -5,3 +5,4 @@ var ContainerPlugin = container.ContainerPlugin;
5
5
  var ContainerReferencePlugin = container.ContainerReferencePlugin;
6
6
 
7
7
  export { ContainerPlugin, ContainerReferencePlugin };
8
+ //# sourceMappingURL=index.esm.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.esm.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -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.3",
203
+ pluginVersion: "0.19.0",
204
204
  bundler: 'rspack'
205
205
  });
206
206
  // @ts-ignore
@@ -298,3 +298,4 @@ var GetPublicPathPlugin = remoteEntryPlugin.RemoteEntryPlugin;
298
298
  exports.GetPublicPathPlugin = GetPublicPathPlugin;
299
299
  exports.ModuleFederationPlugin = ModuleFederationPlugin;
300
300
  exports.PLUGIN_NAME = PLUGIN_NAME;
301
+ //# sourceMappingURL=plugin.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -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.3",
201
+ pluginVersion: "0.19.0",
202
202
  bundler: 'rspack'
203
203
  });
204
204
  // @ts-ignore
@@ -294,3 +294,4 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
294
294
  var GetPublicPathPlugin = RemoteEntryPlugin;
295
295
 
296
296
  export { GetPublicPathPlugin, ModuleFederationPlugin, PLUGIN_NAME };
297
+ //# sourceMappingURL=plugin.esm.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.esm.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -94,3 +94,4 @@ var RemoteEntryPlugin = /*#__PURE__*/ function() {
94
94
  ();
95
95
 
96
96
  exports.RemoteEntryPlugin = RemoteEntryPlugin;
97
+ //# sourceMappingURL=remote-entry-plugin.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remote-entry-plugin.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -92,3 +92,4 @@ var RemoteEntryPlugin = /*#__PURE__*/ function() {
92
92
  ();
93
93
 
94
94
  export { RemoteEntryPlugin };
95
+ //# sourceMappingURL=remote-entry-plugin.esm.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remote-entry-plugin.esm.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/rspack",
3
- "version": "0.18.3",
3
+ "version": "0.19.0",
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.3",
29
- "@module-federation/dts-plugin": "0.18.3",
30
- "@module-federation/managers": "0.18.3",
31
- "@module-federation/manifest": "0.18.3",
32
- "@module-federation/runtime-tools": "0.18.3",
33
- "@module-federation/inject-external-runtime-core-plugin": "0.18.3",
34
- "@module-federation/sdk": "0.18.3"
28
+ "@module-federation/bridge-react-webpack-plugin": "0.19.0",
29
+ "@module-federation/runtime-tools": "0.19.0",
30
+ "@module-federation/dts-plugin": "0.19.0",
31
+ "@module-federation/manifest": "0.19.0",
32
+ "@module-federation/sdk": "0.19.0",
33
+ "@module-federation/managers": "0.19.0",
34
+ "@module-federation/inject-external-runtime-core-plugin": "0.19.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@rspack/core": "^1.0.2"