@module-federation/runtime 0.0.0-next-20240309014600 → 0.0.0-next-20240311023539
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 -5
- package/dist/index.esm.js +3 -5
- package/dist/share.esm.js +1 -1
- package/dist/src/core.d.ts +0 -2
- package/dist/src/index.d.ts +0 -1
- package/dist/src/utils/index.d.ts +0 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -786,9 +786,7 @@ function generatePreloadAssets(origin, preloadOptions, remote, globalSnapshot, r
|
|
|
786
786
|
id: assetsInfo.moduleName === '.' ? remoteInfo.name : exposeFullPath,
|
|
787
787
|
name: remoteInfo.name,
|
|
788
788
|
remoteSnapshot: moduleInfoSnapshot,
|
|
789
|
-
preloadConfig
|
|
790
|
-
remote: remoteInfo,
|
|
791
|
-
origin
|
|
789
|
+
preloadConfig
|
|
792
790
|
});
|
|
793
791
|
const preloaded = share.getPreloaded(exposeFullPath);
|
|
794
792
|
if (preloaded) {
|
|
@@ -1695,8 +1693,6 @@ Object.defineProperty(exports, 'loadScriptNode', {
|
|
|
1695
1693
|
get: function () { return sdk.loadScriptNode; }
|
|
1696
1694
|
});
|
|
1697
1695
|
exports.FederationHost = FederationHost;
|
|
1698
|
-
exports.getRemoteEntry = getRemoteEntry;
|
|
1699
|
-
exports.getRemoteInfo = getRemoteInfo;
|
|
1700
1696
|
exports.init = init;
|
|
1701
1697
|
exports.loadRemote = loadRemote;
|
|
1702
1698
|
exports.loadShare = loadShare;
|
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getGlobalHostPlugins,
|
|
1
|
+
import { g as getGlobalHostPlugins, D as DEFAULT_REMOTE_TYPE, a as DEFAULT_SCOPE, b as globalLoading, c as getRemoteEntryExports, d as assert, s as safeToString, e as getFMId, i as isObject, f as error, w as warn, h as isPlainObject, j as isRemoteInfoWithEntry, k as isPureRemoteEntry, l as getRegisteredShare, m as getInfoWithoutType, n as getPreloaded, o as setPreloaded, p as getGlobalSnapshotInfoByModuleInfo, q as addGlobalSnapshot, r as setGlobalSnapshotInfoByModuleInfo, t as getGlobalSnapshot, G as Global, u as getGlobalShareScope, v as formatShareConfigs, x as isBrowserEnv, y as getBuilderId, z as addUniqueItem, A as setGlobalFederationConstructor, B as getGlobalFederationInstance, C as getGlobalFederationConstructor, E as setGlobalFederationInstance } from './share.esm.js';
|
|
2
2
|
export { F as registerGlobalPlugins } from './share.esm.js';
|
|
3
3
|
import { composeKeyWithSeparator, loadScriptNode, loadScript, createLink, getResourceUrl, isManifestProvider, generateSnapshotFromManifest } from '@module-federation/sdk';
|
|
4
4
|
export { loadScript, loadScriptNode } from '@module-federation/sdk';
|
|
@@ -784,9 +784,7 @@ function generatePreloadAssets(origin, preloadOptions, remote, globalSnapshot, r
|
|
|
784
784
|
id: assetsInfo.moduleName === '.' ? remoteInfo.name : exposeFullPath,
|
|
785
785
|
name: remoteInfo.name,
|
|
786
786
|
remoteSnapshot: moduleInfoSnapshot,
|
|
787
|
-
preloadConfig
|
|
788
|
-
remote: remoteInfo,
|
|
789
|
-
origin
|
|
787
|
+
preloadConfig
|
|
790
788
|
});
|
|
791
789
|
const preloaded = getPreloaded(exposeFullPath);
|
|
792
790
|
if (preloaded) {
|
|
@@ -1683,4 +1681,4 @@ function preloadRemote(...args) {
|
|
|
1683
1681
|
// Inject for debug
|
|
1684
1682
|
setGlobalFederationConstructor(FederationHost);
|
|
1685
1683
|
|
|
1686
|
-
export { FederationHost,
|
|
1684
|
+
export { FederationHost, init, loadRemote, loadShare, loadShareSync, preloadRemote };
|
package/dist/share.esm.js
CHANGED
|
@@ -803,4 +803,4 @@ function getGlobalShareScope() {
|
|
|
803
803
|
return Global.__FEDERATION__.__SHARE__;
|
|
804
804
|
}
|
|
805
805
|
|
|
806
|
-
export { setGlobalFederationConstructor as A, getGlobalFederationInstance as B, getGlobalFederationConstructor as C, DEFAULT_REMOTE_TYPE as D, setGlobalFederationInstance as E, registerGlobalPlugins as F, Global as G, nativeGlobal as H, resetFederationGlobalInfo as I, getTargetSnapshotInfoByModuleInfo as J,
|
|
806
|
+
export { setGlobalFederationConstructor as A, getGlobalFederationInstance as B, getGlobalFederationConstructor as C, DEFAULT_REMOTE_TYPE as D, setGlobalFederationInstance as E, registerGlobalPlugins as F, Global as G, nativeGlobal as H, resetFederationGlobalInfo as I, getTargetSnapshotInfoByModuleInfo as J, DEFAULT_SCOPE as a, globalLoading as b, getRemoteEntryExports as c, assert as d, getFMId as e, error as f, getGlobalHostPlugins as g, isPlainObject as h, isObject as i, isRemoteInfoWithEntry as j, isPureRemoteEntry as k, getRegisteredShare as l, getInfoWithoutType as m, getPreloaded as n, setPreloaded as o, getGlobalSnapshotInfoByModuleInfo as p, addGlobalSnapshot as q, setGlobalSnapshotInfoByModuleInfo as r, safeToString as s, getGlobalSnapshot as t, getGlobalShareScope as u, formatShareConfigs as v, warn as w, isBrowserEnv as x, getBuilderId as y, addUniqueItem as z };
|
package/dist/src/core.d.ts
CHANGED
|
@@ -67,10 +67,8 @@ export declare class FederationHost {
|
|
|
67
67
|
handlePreloadModule: SyncHook<{
|
|
68
68
|
id: string;
|
|
69
69
|
name: string;
|
|
70
|
-
remote: Remote;
|
|
71
70
|
remoteSnapshot: ModuleInfo;
|
|
72
71
|
preloadConfig: PreloadRemoteArgs;
|
|
73
|
-
origin: FederationHost;
|
|
74
72
|
}, void>;
|
|
75
73
|
errorLoadRemote: AsyncHook<[{
|
|
76
74
|
id: string;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { FederationHost } from './core';
|
|
|
2
2
|
import { UserOptions, FederationRuntimePlugin } from './type';
|
|
3
3
|
export { FederationHost } from './core';
|
|
4
4
|
export { registerGlobalPlugins } from './global';
|
|
5
|
-
export { getRemoteEntry, getRemoteInfo } from './utils';
|
|
6
5
|
export { loadScript, loadScriptNode } from '@module-federation/sdk';
|
|
7
6
|
export type { Federation } from './global';
|
|
8
7
|
export type { FederationRuntimePlugin };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/runtime",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20240311023539",
|
|
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.0-next-
|
|
48
|
+
"@module-federation/sdk": "0.0.0-next-20240311023539"
|
|
49
49
|
}
|
|
50
50
|
}
|