@module-federation/runtime-core 0.0.0-next-20250328121722 → 0.0.0-next-20250401023940
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 -3
- package/dist/index.esm.mjs +0 -3
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -688,9 +688,6 @@ function formatShare(shareArgs, from, name, shareStrategy) {
|
|
|
688
688
|
throw new Error(`Can not get shared '${name}'!`);
|
|
689
689
|
});
|
|
690
690
|
}
|
|
691
|
-
if (shareArgs.strategy) {
|
|
692
|
-
warn(`"shared.strategy is deprecated, please set in initOptions.shareStrategy instead!"`);
|
|
693
|
-
}
|
|
694
691
|
var _shareArgs_version, _shareArgs_scope, _shareArgs_strategy;
|
|
695
692
|
return polyfills._extends({
|
|
696
693
|
deps: [],
|
package/dist/index.esm.mjs
CHANGED
|
@@ -687,9 +687,6 @@ function formatShare(shareArgs, from, name, shareStrategy) {
|
|
|
687
687
|
throw new Error(`Can not get shared '${name}'!`);
|
|
688
688
|
});
|
|
689
689
|
}
|
|
690
|
-
if (shareArgs.strategy) {
|
|
691
|
-
warn(`"shared.strategy is deprecated, please set in initOptions.shareStrategy instead!"`);
|
|
692
|
-
}
|
|
693
690
|
var _shareArgs_version, _shareArgs_scope, _shareArgs_strategy;
|
|
694
691
|
return _extends({
|
|
695
692
|
deps: [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/runtime-core",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20250401023940",
|
|
4
4
|
"author": "zhouxiao <codingzx@gmail.com>",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.esm.mjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
40
|
-
"@module-federation/error-codes": "0.0.0-next-
|
|
39
|
+
"@module-federation/sdk": "0.0.0-next-20250401023940",
|
|
40
|
+
"@module-federation/error-codes": "0.0.0-next-20250401023940"
|
|
41
41
|
}
|
|
42
42
|
}
|