@module-federation/runtime 0.0.0-next-20231220085130 → 0.0.4
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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/package.json +1 -1
- package/dist/share.cjs.js +1 -1
- package/dist/share.esm.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -1538,7 +1538,7 @@ class FederationHost {
|
|
|
1538
1538
|
generatePreloadAssets: new AsyncHook('generatePreloadAssets'),
|
|
1539
1539
|
afterPreloadRemote: new AsyncHook()
|
|
1540
1540
|
});
|
|
1541
|
-
this.version = '0.0.
|
|
1541
|
+
this.version = '0.0.4';
|
|
1542
1542
|
this.moduleCache = new Map();
|
|
1543
1543
|
this.loaderHook = new PluginSystem({
|
|
1544
1544
|
// FIXME: may not be suitable
|
package/dist/index.esm.js
CHANGED
|
@@ -1535,7 +1535,7 @@ class FederationHost {
|
|
|
1535
1535
|
generatePreloadAssets: new AsyncHook('generatePreloadAssets'),
|
|
1536
1536
|
afterPreloadRemote: new AsyncHook()
|
|
1537
1537
|
});
|
|
1538
|
-
this.version = '0.0.
|
|
1538
|
+
this.version = '0.0.4';
|
|
1539
1539
|
this.moduleCache = new Map();
|
|
1540
1540
|
this.loaderHook = new PluginSystem({
|
|
1541
1541
|
// FIXME: may not be suitable
|
package/dist/package.json
CHANGED
package/dist/share.cjs.js
CHANGED
|
@@ -168,7 +168,7 @@ function getGlobalFederationConstructor() {
|
|
|
168
168
|
function setGlobalFederationConstructor(FederationConstructor) {
|
|
169
169
|
if (isDebugMode()) {
|
|
170
170
|
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
171
|
-
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.
|
|
171
|
+
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.4';
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
package/dist/share.esm.js
CHANGED
|
@@ -166,7 +166,7 @@ function getGlobalFederationConstructor() {
|
|
|
166
166
|
function setGlobalFederationConstructor(FederationConstructor) {
|
|
167
167
|
if (isDebugMode()) {
|
|
168
168
|
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
169
|
-
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.
|
|
169
|
+
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.4';
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/runtime",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"author": "zhouxiao <codingzx@gmail.com>",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@module-federation/sdk": "0.0.
|
|
48
|
+
"@module-federation/sdk": "0.0.4"
|
|
49
49
|
}
|
|
50
50
|
}
|