getVersionRecommendations static method

Map<String, String> getVersionRecommendations()

Get version recommendations for packages

Implementation

static Map<String, String> getVersionRecommendations() {
  return _latestVersions;
}