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.
- package/dist/index.browser.js +3 -0
- package/dist/index.browser.js.map +1 -1
- package/dist/index.legacy.browser.js +3 -0
- package/dist/index.legacy.browser.js.map +1 -1
- package/dist/index.legacy.node.cjs +3 -0
- package/dist/index.legacy.node.cjs.map +1 -1
- package/dist/index.node.js +3 -0
- package/dist/index.node.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
}
|