@igo2/geo 20.1.0-next.20 → 20.1.0-next.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40085,7 +40085,7 @@ class CatalogLibraryComponent {
40085
40085
  addedCatalog.removable ??= true;
40086
40086
  }
40087
40087
  this.addingCatalog$$ = this.capabilitiesService
40088
- .getCapabilities(addedCatalog.type, addedCatalog.url)
40088
+ .getCapabilities(addedCatalog.type, addedCatalog.url, addedCatalog.version)
40089
40089
  .pipe(catchError((e) => {
40090
40090
  if (e.error) {
40091
40091
  this.addCatalogDialog(true, addedCatalog, !!predefinedCatalog);