Get the latest version for a specific package
static String getLatestVersion(String packageName) { return _latestVersions[packageName] ?? '^1.0.0'; }