@module-federation/runtime-core 2.2.0 → 2.2.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.
- package/dist/core.cjs +1 -1
- package/dist/core.js +1 -1
- package/dist/global.cjs +1 -1
- package/dist/global.js +1 -1
- package/dist/utils/hooks/pluginSystem.d.ts +1 -1
- package/package.json +3 -3
package/dist/core.cjs
CHANGED
|
@@ -30,7 +30,7 @@ var ModuleFederation = class {
|
|
|
30
30
|
beforeInitContainer: new require_asyncWaterfallHooks.AsyncWaterfallHook("beforeInitContainer"),
|
|
31
31
|
initContainer: new require_asyncWaterfallHooks.AsyncWaterfallHook("initContainer")
|
|
32
32
|
});
|
|
33
|
-
this.version = "2.2.
|
|
33
|
+
this.version = "2.2.1";
|
|
34
34
|
this.moduleCache = /* @__PURE__ */ new Map();
|
|
35
35
|
this.loaderHook = new require_pluginSystem.PluginSystem({
|
|
36
36
|
getModuleInfo: new require_syncHook.SyncHook(),
|
package/dist/core.js
CHANGED
|
@@ -30,7 +30,7 @@ var ModuleFederation = class {
|
|
|
30
30
|
beforeInitContainer: new AsyncWaterfallHook("beforeInitContainer"),
|
|
31
31
|
initContainer: new AsyncWaterfallHook("initContainer")
|
|
32
32
|
});
|
|
33
|
-
this.version = "2.2.
|
|
33
|
+
this.version = "2.2.1";
|
|
34
34
|
this.moduleCache = /* @__PURE__ */ new Map();
|
|
35
35
|
this.loaderHook = new PluginSystem({
|
|
36
36
|
getModuleInfo: new SyncHook(),
|
package/dist/global.cjs
CHANGED
|
@@ -65,7 +65,7 @@ function getGlobalFederationConstructor() {
|
|
|
65
65
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = (0, _module_federation_sdk.isDebugMode)()) {
|
|
66
66
|
if (isDebug) {
|
|
67
67
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
68
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "2.2.
|
|
68
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "2.2.1";
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
function getInfoWithoutType(target, key) {
|
package/dist/global.js
CHANGED
|
@@ -65,7 +65,7 @@ function getGlobalFederationConstructor() {
|
|
|
65
65
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
|
|
66
66
|
if (isDebug) {
|
|
67
67
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
68
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "2.2.
|
|
68
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "2.2.1";
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
function getInfoWithoutType(target, key) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/runtime-core",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "zhouxiao <codingzx@gmail.com>",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@module-federation/sdk": "2.2.
|
|
56
|
-
"@module-federation/error-codes": "2.2.
|
|
55
|
+
"@module-federation/sdk": "2.2.1",
|
|
56
|
+
"@module-federation/error-codes": "2.2.1"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "tsdown --config tsdown.config.ts",
|