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.
@@ -5676,6 +5676,9 @@ class Dataset extends _dcatResource__WEBPACK_IMPORTED_MODULE_4__["default"] {
5676
5676
  }
5677
5677
  else {
5678
5678
  yield distribution.createDBRecord();
5679
+ if (!this.DistributionIDs) {
5680
+ this.DistributionIDs = [];
5681
+ }
5679
5682
  this.DistributionIDs.push((0,_core_type__WEBPACK_IMPORTED_MODULE_1__.asID)(distribution.id));
5680
5683
  }
5681
5684
  }