@module-federation/runtime
Advanced tools
Comparing version 0.0.0-canary-1701680335968 to 0.0.0-canary-1701694314517
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-canary-1701680335968", | ||
"version": "0.0.0-canary-1701694314517", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -37,5 +37,5 @@ "main": "./index.cjs.js", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-canary-1701680335968" | ||
"@module-federation/sdk": "0.0.0-canary-1701694314517" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -82,3 +82,3 @@ import type { ModuleInfo, GlobalModuleInfo } from '@module-federation/sdk'; | ||
}>; | ||
constructorName: string; | ||
releaseNumber: number; | ||
version: string; | ||
@@ -116,3 +116,3 @@ name: string; | ||
initializeSharing(shareScopeName?: string): Array<Promise<void>>; | ||
addShareScope(scopeName: string, shareScope: ShareScopeMap[string]): void; | ||
initShareScopeMap(scopeName: string, shareScope: ShareScopeMap[string]): void; | ||
private formatOptions; | ||
@@ -119,0 +119,0 @@ private registerPlugins; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
236783
5661
+ Added@module-federation/sdk@0.0.0-canary-1701694314517(transitive)
- Removed@module-federation/sdk@0.0.0-canary-1701680335968(transitive)