Skip to content

Commit

Permalink
chore(shared): update
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Feb 13, 2025
1 parent d4b971b commit ae87b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shared/src/isSatisfied.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const isSatisfied = (
options: Partial<RegistryData> | undefined,
dependencyVersion: string
): options is RegistryData => {
// To ensure consistency, it is used for webpage or other running container mfe info satisfies version.
if (globalThis.__RC_MFE_SATISFY__)
return globalThis.__RC_MFE_SATISFY__(options, dependencyVersion);
let matchResult = false;
Expand Down

0 comments on commit ae87b16

Please sign in to comment.