@module-federation/runtime
Advanced tools
Comparing version 0.0.0-next-20241113082541 to 0.0.0-next-20241113100451
@@ -172,2 +172,5 @@ 'use strict'; | ||
CurrentGlobal.__FEDERATION__.__MANIFEST_LOADING__ = {}; | ||
Object.keys(globalLoading).forEach((key)=>{ | ||
delete globalLoading[key]; | ||
}); | ||
} | ||
@@ -198,3 +201,3 @@ function getGlobalFederationInstance(name, version) { | ||
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor; | ||
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.7.0"; | ||
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.7.3"; | ||
} | ||
@@ -201,0 +204,0 @@ } |
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-next-20241113082541", | ||
"version": "0.0.0-next-20241113100451", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -53,5 +53,5 @@ "main": "./dist/index.cjs.js", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-next-20241113082541", | ||
"@module-federation/error-codes": "0.0.0-next-20241113082541" | ||
"@module-federation/sdk": "0.0.0-next-20241113100451", | ||
"@module-federation/error-codes": "0.0.0-next-20241113100451" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7650
326603
61
+ Added@module-federation/error-codes@0.0.0-next-20241113100451(transitive)
+ Added@module-federation/sdk@0.0.0-next-20241113100451(transitive)
- Removed@module-federation/error-codes@0.0.0-next-20241113082541(transitive)
- Removed@module-federation/sdk@0.0.0-next-20241113082541(transitive)
Updated@module-federation/error-codes@0.0.0-next-20241113100451