@module-federation/runtime
Advanced tools
Comparing version 0.0.0-next-20240108071116 to 0.0.0-next-20240108101321
@@ -8,3 +8,3 @@ 'use strict'; | ||
function isDebugMode() { | ||
return Boolean(''); | ||
return Boolean(""); | ||
} | ||
@@ -175,3 +175,3 @@ function isBrowserEnv() { | ||
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor; | ||
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.7'; | ||
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.7"; | ||
} | ||
@@ -718,4 +718,2 @@ } | ||
} | ||
// Details about shared resources | ||
// TODO: Implement strictVersion for alignment with module federation. | ||
function getRegisteredShare(localShareScopeMap, pkgName, shareInfo, resolveShare) { | ||
@@ -722,0 +720,0 @@ if (!localShareScopeMap) { |
@@ -6,3 +6,3 @@ function getBuilderId() { | ||
function isDebugMode() { | ||
return Boolean(''); | ||
return Boolean(""); | ||
} | ||
@@ -173,3 +173,3 @@ function isBrowserEnv() { | ||
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor; | ||
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.7'; | ||
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.7"; | ||
} | ||
@@ -716,4 +716,2 @@ } | ||
} | ||
// Details about shared resources | ||
// TODO: Implement strictVersion for alignment with module federation. | ||
function getRegisteredShare(localShareScopeMap, pkgName, shareInfo, resolveShare) { | ||
@@ -720,0 +718,0 @@ if (!localShareScopeMap) { |
@@ -43,2 +43,7 @@ import type { ModuleInfo, GlobalModuleInfo } from '@module-federation/sdk'; | ||
}>; | ||
initContainerShareScopeMap: AsyncWaterfallHook<{ | ||
shareScope: ShareScopeMap[string]; | ||
options: Options; | ||
origin: FederationHost; | ||
}>; | ||
initContainer: AsyncWaterfallHook<{ | ||
@@ -109,3 +114,2 @@ shareScope: ShareScopeMap[string]; | ||
}>; | ||
releaseNumber: string; | ||
version: string; | ||
@@ -112,0 +116,0 @@ name: string; |
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-next-20240108071116", | ||
"version": "0.0.0-next-20240108101321", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -48,4 +48,4 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-next-20240108071116" | ||
"@module-federation/sdk": "0.0.0-next-20240108101321" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
259557
5686
+ Added@module-federation/sdk@0.0.0-next-20240108101321(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240108071116(transitive)