@module-federation/runtime
Advanced tools
Comparing version 0.0.0-canary-1702454425761 to 0.0.0-canary-1702465247276
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-canary-1702454425761", | ||
"version": "0.0.0-canary-1702465247276", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -37,3 +37,3 @@ "main": "./index.cjs.js", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-canary-1702454425761", | ||
"@module-federation/sdk": "1.0.0-canary.3", | ||
"semver": "7.5.4" | ||
@@ -40,0 +40,0 @@ }, |
@@ -115,3 +115,3 @@ import type { ModuleInfo, GlobalModuleInfo } from '@module-federation/sdk'; | ||
*/ | ||
initializeSharing(shareScopeName?: string): Array<Promise<void>>; | ||
initializeSharing(shareScopeName?: string, strategy?: Shared['strategy']): Array<Promise<void>>; | ||
initShareScopeMap(scopeName: string, shareScope: ShareScopeMap[string]): void; | ||
@@ -118,0 +118,0 @@ private formatOptions; |
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
275677
6719
+ Added@module-federation/sdk@1.0.0-canary.3(transitive)
- Removed@module-federation/sdk@0.0.0-canary-1702454425761(transitive)