@module-federation/runtime 0.0.0-feat-node-support-1702694175665 → 0.0.0-feat-node-support-1702696727087
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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +2 -2
- package/share.cjs.js +1 -1
- package/share.esm.js +1 -1
package/index.cjs.js
CHANGED
|
@@ -2532,7 +2532,7 @@ class FederationHost {
|
|
|
2532
2532
|
afterPreloadRemote: new AsyncHook()
|
|
2533
2533
|
});
|
|
2534
2534
|
this.releaseNumber = `0`;
|
|
2535
|
-
this.version = `0.0.0-feat-node-support-
|
|
2535
|
+
this.version = `0.0.0-feat-node-support-1702696727087`;
|
|
2536
2536
|
this.moduleCache = new Map();
|
|
2537
2537
|
this.loaderHook = new PluginSystem({
|
|
2538
2538
|
// FIXME: may not be suitable
|
package/index.esm.js
CHANGED
|
@@ -2529,7 +2529,7 @@ class FederationHost {
|
|
|
2529
2529
|
afterPreloadRemote: new AsyncHook()
|
|
2530
2530
|
});
|
|
2531
2531
|
this.releaseNumber = `0`;
|
|
2532
|
-
this.version = `0.0.0-feat-node-support-
|
|
2532
|
+
this.version = `0.0.0-feat-node-support-1702696727087`;
|
|
2533
2533
|
this.moduleCache = new Map();
|
|
2534
2534
|
this.loaderHook = new PluginSystem({
|
|
2535
2535
|
// FIXME: may not be suitable
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/runtime",
|
|
3
|
-
"version": "0.0.0-feat-node-support-
|
|
3
|
+
"version": "0.0.0-feat-node-support-1702696727087",
|
|
4
4
|
"author": "zhouxiao <codingzx@gmail.com>",
|
|
5
5
|
"main": "./index.cjs.js",
|
|
6
6
|
"module": "./index.esm.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@module-federation/sdk": "0.0.0-feat-node-support-
|
|
37
|
+
"@module-federation/sdk": "0.0.0-feat-node-support-1702696727087",
|
|
38
38
|
"semver": "7.5.4"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {}
|
package/share.cjs.js
CHANGED
|
@@ -165,7 +165,7 @@ function getGlobalFederationConstructor() {
|
|
|
165
165
|
function setGlobalFederationConstructor(FederationConstructor) {
|
|
166
166
|
if (isDebugMode()) {
|
|
167
167
|
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
168
|
-
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.0-feat-node-support-
|
|
168
|
+
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.0-feat-node-support-1702696727087';
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
package/share.esm.js
CHANGED
|
@@ -163,7 +163,7 @@ function getGlobalFederationConstructor() {
|
|
|
163
163
|
function setGlobalFederationConstructor(FederationConstructor) {
|
|
164
164
|
if (isDebugMode()) {
|
|
165
165
|
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
166
|
-
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.0-feat-node-support-
|
|
166
|
+
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.0-feat-node-support-1702696727087';
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
// eslint-disable-next-line @typescript-eslint/ban-types
|