@module-federation/runtime
Advanced tools
Comparing version 0.0.0-next-20231225095220 to 0.0.0-next-20231228055514
@@ -56,2 +56,4 @@ import type { ModuleInfo, GlobalModuleInfo } from '@module-federation/sdk'; | ||
error: unknown; | ||
from: 'build' | 'runtime'; | ||
origin: FederationHost; | ||
}], void>; | ||
@@ -119,2 +121,3 @@ beforeLoadShare: AsyncWaterfallHook<{ | ||
loadFactory?: boolean; | ||
from: 'build' | 'runtime'; | ||
}): Promise<T | null>; | ||
@@ -121,0 +124,0 @@ preloadRemote(preloadOptions: Array<PreloadRemoteArgs>): Promise<void>; |
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-next-20231225095220", | ||
"version": "0.0.0-next-20231228055514", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -48,4 +48,4 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-next-20231225095220" | ||
"@module-federation/sdk": "0.0.0-next-20231228055514" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
247448
5613
+ Added@module-federation/sdk@0.0.0-next-20231228055514(transitive)
- Removed@module-federation/sdk@0.0.0-next-20231225095220(transitive)