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
package/dist/index.browser.js
CHANGED
|
@@ -2621,6 +2621,9 @@ class Dataset extends _dcatResource__WEBPACK_IMPORTED_MODULE_4__["default"] {
|
|
|
2621
2621
|
}
|
|
2622
2622
|
else {
|
|
2623
2623
|
yield distribution.createDBRecord();
|
|
2624
|
+
if (!this.DistributionIDs) {
|
|
2625
|
+
this.DistributionIDs = [];
|
|
2626
|
+
}
|
|
2624
2627
|
this.DistributionIDs.push((0,_core_type__WEBPACK_IMPORTED_MODULE_1__.asID)(distribution.id));
|
|
2625
2628
|
}
|
|
2626
2629
|
}
|