@module-federation/runtime 0.0.0-next-20240417205114 → 0.0.0-next-20240418220407
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 +0 -1
- package/dist/index.esm.js +0 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -1567,7 +1567,6 @@ class FederationHost {
|
|
|
1567
1567
|
]);
|
|
1568
1568
|
// Merge plugin
|
|
1569
1569
|
this.options.plugins = this.options.plugins.reduce((res, plugin)=>{
|
|
1570
|
-
if (!plugin) return res;
|
|
1571
1570
|
if (res && !res.find((item)=>item.name === plugin.name)) {
|
|
1572
1571
|
res.push(plugin);
|
|
1573
1572
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -1565,7 +1565,6 @@ class FederationHost {
|
|
|
1565
1565
|
]);
|
|
1566
1566
|
// Merge plugin
|
|
1567
1567
|
this.options.plugins = this.options.plugins.reduce((res, plugin)=>{
|
|
1568
|
-
if (!plugin) return res;
|
|
1569
1568
|
if (res && !res.find((item)=>item.name === plugin.name)) {
|
|
1570
1569
|
res.push(plugin);
|
|
1571
1570
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/runtime",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20240418220407",
|
|
4
4
|
"author": "zhouxiao <codingzx@gmail.com>",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
48
|
+
"@module-federation/sdk": "0.0.0-next-20240418220407"
|
|
49
49
|
}
|
|
50
50
|
}
|