sodas-sdk 1.1.12 → 1.1.13

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.
@@ -2095,6 +2095,9 @@ class Dataset extends _dcatResource__WEBPACK_IMPORTED_MODULE_4__["default"] {
2095
2095
  }
2096
2096
  else {
2097
2097
  yield distribution.createDBRecord();
2098
+ if (!this.DistributionIDs) {
2099
+ this.DistributionIDs = [];
2100
+ }
2098
2101
  this.DistributionIDs.push((0,_core_type__WEBPACK_IMPORTED_MODULE_1__.asID)(distribution.id));
2099
2102
  }
2100
2103
  }