@module-federation/runtime
Advanced tools
Comparing version 0.0.0-canary-1702467548140 to 0.0.0-canary-1702522677984
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-canary-1702467548140", | ||
"version": "0.0.0-canary-1702522677984", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -37,5 +37,5 @@ "main": "./index.cjs.js", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-canary-1702467548140" | ||
"@module-federation/sdk": "0.0.0-canary-1702522677984" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -29,3 +29,3 @@ import type { ModuleInfo, GlobalModuleInfo } from '@module-federation/sdk'; | ||
}], void>; | ||
beforeRequest: AsyncWaterfallHook<{ | ||
beforeLoadRemote: AsyncWaterfallHook<{ | ||
id: string; | ||
@@ -35,4 +35,4 @@ options: Options; | ||
}>; | ||
afterResolve: AsyncWaterfallHook<LoadRemoteMatch>; | ||
onLoad: AsyncHook<[{ | ||
loadRemoteMatch: AsyncWaterfallHook<LoadRemoteMatch>; | ||
loadRemote: AsyncHook<[{ | ||
id: string; | ||
@@ -64,3 +64,8 @@ expose: string; | ||
}>; | ||
loadShare: AsyncHook<[FederationHost, string, ShareInfos], false | void | Promise<false | void>>; | ||
loadShare: AsyncHook<[{ | ||
origin: FederationHost; | ||
pkgName: string; | ||
shareInfo?: Shared | undefined; | ||
shared: Shared; | ||
}], false | void | Promise<false | void>>; | ||
beforePreloadRemote: AsyncHook<{ | ||
@@ -67,0 +72,0 @@ preloadOps: Array<PreloadRemoteArgs>; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
226269
5395
+ Added@module-federation/sdk@0.0.0-canary-1702522677984(transitive)
- Removed@module-federation/sdk@0.0.0-canary-1702467548140(transitive)