@module-federation/runtime
Advanced tools
Comparing version 0.0.0-next-20231225094207 to 0.0.0-next-20231225095220
@@ -727,3 +727,2 @@ 'use strict'; | ||
const defaultResolver = ()=>{ | ||
debugger; | ||
if (shareConfig.singleton) { | ||
@@ -730,0 +729,0 @@ if (typeof requiredVersion === 'string' && !satisfy(maxOrSingletonVersion, requiredVersion)) { |
@@ -725,3 +725,2 @@ function getBuilderId() { | ||
const defaultResolver = ()=>{ | ||
debugger; | ||
if (shareConfig.singleton) { | ||
@@ -728,0 +727,0 @@ if (typeof requiredVersion === 'string' && !satisfy(maxOrSingletonVersion, requiredVersion)) { |
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-next-20231225094207", | ||
"version": "0.0.0-next-20231225095220", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
@@ -48,4 +48,4 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-next-20231225094207" | ||
"@module-federation/sdk": "0.0.0-next-20231225095220" | ||
} | ||
} |
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
246588
5584
+ Added@module-federation/sdk@0.0.0-next-20231225095220(transitive)
- Removed@module-federation/sdk@0.0.0-next-20231225094207(transitive)