@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 +1 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.esm.mjs +1 -0
- package/dist/index.esm.mjs.map +1 -0
- package/dist/plugin.cjs.js +2 -1
- package/dist/plugin.cjs.js.map +1 -0
- package/dist/plugin.esm.mjs +2 -1
- package/dist/plugin.esm.mjs.map +1 -0
- package/dist/remote-entry-plugin.cjs.js +1 -0
- package/dist/remote-entry-plugin.cjs.js.map +1 -0
- package/dist/remote-entry-plugin.esm.mjs +1 -0
- package/dist/remote-entry-plugin.esm.mjs.map +1 -0
- package/package.json +9 -9
package/dist/index.cjs.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
|
package/dist/index.esm.mjs
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
package/dist/plugin.cjs.js
CHANGED
|
@@ -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.
|
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/plugin.esm.mjs
CHANGED
|
@@ -198,7 +198,7 @@ var ModuleFederationPlugin = /*#__PURE__*/ function() {
|
|
|
198
198
|
});
|
|
199
199
|
if (!disableManifest) {
|
|
200
200
|
this._statsPlugin = new StatsPlugin(options, {
|
|
201
|
-
pluginVersion: "0.
|
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remote-entry-plugin.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -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.
|
|
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.
|
|
29
|
-
"@module-federation/
|
|
30
|
-
"@module-federation/
|
|
31
|
-
"@module-federation/manifest": "0.
|
|
32
|
-
"@module-federation/
|
|
33
|
-
"@module-federation/
|
|
34
|
-
"@module-federation/
|
|
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"
|