@module-federation/runtime-core 0.0.0-next-20250107032147 → 0.6.16
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 +2 -2
- package/dist/index.esm.mjs +2 -2
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -196,7 +196,7 @@ function getGlobalFederationConstructor() {
|
|
|
196
196
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = sdk.isDebugMode()) {
|
|
197
197
|
if (isDebug) {
|
|
198
198
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
199
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.6.
|
|
199
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.6.16";
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
@@ -2952,7 +2952,7 @@ class FederationHost {
|
|
|
2952
2952
|
// maybe will change, temporarily for internal use only
|
|
2953
2953
|
initContainer: new AsyncWaterfallHook('initContainer')
|
|
2954
2954
|
});
|
|
2955
|
-
this.version = "0.6.
|
|
2955
|
+
this.version = "0.6.16";
|
|
2956
2956
|
this.moduleCache = new Map();
|
|
2957
2957
|
this.loaderHook = new PluginSystem({
|
|
2958
2958
|
// FIXME: may not be suitable , not open to the public yet
|
package/dist/index.esm.mjs
CHANGED
|
@@ -195,7 +195,7 @@ function getGlobalFederationConstructor() {
|
|
|
195
195
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
|
|
196
196
|
if (isDebug) {
|
|
197
197
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
198
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.6.
|
|
198
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.6.16";
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
201
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
@@ -2951,7 +2951,7 @@ class FederationHost {
|
|
|
2951
2951
|
// maybe will change, temporarily for internal use only
|
|
2952
2952
|
initContainer: new AsyncWaterfallHook('initContainer')
|
|
2953
2953
|
});
|
|
2954
|
-
this.version = "0.6.
|
|
2954
|
+
this.version = "0.6.16";
|
|
2955
2955
|
this.moduleCache = new Map();
|
|
2956
2956
|
this.loaderHook = new PluginSystem({
|
|
2957
2957
|
// FIXME: may not be suitable , not open to the public yet
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/runtime-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.16",
|
|
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.
|
|
40
|
-
"@module-federation/error-codes": "0.
|
|
39
|
+
"@module-federation/sdk": "0.8.8",
|
|
40
|
+
"@module-federation/error-codes": "0.8.8"
|
|
41
41
|
}
|
|
42
42
|
}
|