@module-federation/runtime-core 0.0.0-feat-shared-treeshake-poc-20260112031921 → 0.0.0-feat-shared-treeshake-poc-20260112033647
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.cjs +2 -2
- package/dist/index.esm.js +2 -2
- package/package.json +3 -3
package/dist/index.cjs.cjs
CHANGED
|
@@ -201,7 +201,7 @@ function getGlobalFederationConstructor() {
|
|
|
201
201
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = sdk.isDebugMode()) {
|
|
202
202
|
if (isDebug) {
|
|
203
203
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
204
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.0-feat-shared-treeshake-poc-
|
|
204
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.0-feat-shared-treeshake-poc-20260112033647";
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
@@ -3262,7 +3262,7 @@ class ModuleFederation {
|
|
|
3262
3262
|
// maybe will change, temporarily for internal use only
|
|
3263
3263
|
initContainer: new AsyncWaterfallHook('initContainer'),
|
|
3264
3264
|
});
|
|
3265
|
-
this.version = "0.0.0-feat-shared-treeshake-poc-
|
|
3265
|
+
this.version = "0.0.0-feat-shared-treeshake-poc-20260112033647";
|
|
3266
3266
|
this.moduleCache = new Map();
|
|
3267
3267
|
this.loaderHook = new PluginSystem({
|
|
3268
3268
|
// FIXME: may not be suitable , not open to the public yet
|
package/dist/index.esm.js
CHANGED
|
@@ -200,7 +200,7 @@ function getGlobalFederationConstructor() {
|
|
|
200
200
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
|
|
201
201
|
if (isDebug) {
|
|
202
202
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
203
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.0-feat-shared-treeshake-poc-
|
|
203
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.0-feat-shared-treeshake-poc-20260112033647";
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
@@ -3261,7 +3261,7 @@ class ModuleFederation {
|
|
|
3261
3261
|
// maybe will change, temporarily for internal use only
|
|
3262
3262
|
initContainer: new AsyncWaterfallHook('initContainer'),
|
|
3263
3263
|
});
|
|
3264
|
-
this.version = "0.0.0-feat-shared-treeshake-poc-
|
|
3264
|
+
this.version = "0.0.0-feat-shared-treeshake-poc-20260112033647";
|
|
3265
3265
|
this.moduleCache = new Map();
|
|
3266
3266
|
this.loaderHook = new PluginSystem({
|
|
3267
3267
|
// 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.0.0-feat-shared-treeshake-poc-
|
|
3
|
+
"version": "0.0.0-feat-shared-treeshake-poc-20260112033647",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "zhouxiao <codingzx@gmail.com>",
|
|
6
6
|
"main": "./dist/index.cjs.cjs",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@module-federation/sdk": "0.0.0-feat-shared-treeshake-poc-
|
|
56
|
-
"@module-federation/error-codes": "0.0.0-feat-shared-treeshake-poc-
|
|
55
|
+
"@module-federation/sdk": "0.0.0-feat-shared-treeshake-poc-20260112033647",
|
|
56
|
+
"@module-federation/error-codes": "0.0.0-feat-shared-treeshake-poc-20260112033647"
|
|
57
57
|
}
|
|
58
58
|
}
|