StaticConfigStaticgetGet CDN URL for a library
Library name
Optionalversion: stringOptional version (uses default if not specified)
CDN URL or undefined if library/version not found
StaticgetStaticisCheck if a library is approved
StaticregisterAdd a library to the registry (for future extensibility) This would typically be called during app initialization with libraries loaded from a database
StaticresolveResolve library version based on semver-like pattern For now, just returns exact match or default TODO: Implement proper semver resolution
OptionalversionPattern: string
Registry of approved libraries that components can use This is the security boundary - only libraries defined here can be loaded