You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Afaik (which might be wrong), there is not built-in way to handle the requiredVersion of SharedInfo when processing a remote.
There seems to be an intention with externals but I fail to see how they are supposed to enforce version compatibility.
My take would be to look at the current importMap.imports for the target package version and apply semver ruling to conditionally import it at the scope level or not.