@module-federation/runtime
Advanced tools
Comparing version 0.0.0-next-20240201082931 to 0.0.0-next-20240201125156
@@ -94,3 +94,3 @@ 'use strict'; | ||
try { | ||
return new Function('return this'); | ||
return new Function('return this')(); | ||
} catch (e) { | ||
@@ -97,0 +97,0 @@ return globalThis; |
@@ -92,3 +92,3 @@ function getBuilderId() { | ||
try { | ||
return new Function('return this'); | ||
return new Function('return this')(); | ||
} catch (e) { | ||
@@ -95,0 +95,0 @@ return globalThis; |
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-next-20240201082931", | ||
"version": "0.0.0-next-20240201125156", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -48,4 +48,4 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-next-20240201082931" | ||
"@module-federation/sdk": "0.0.0-next-20240201125156" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
256984
+ Added@module-federation/sdk@0.0.0-next-20240201125156(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240201082931(transitive)