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.node.js
CHANGED
|
@@ -5660,6 +5660,9 @@ class Dataset extends _dcatResource__WEBPACK_IMPORTED_MODULE_4__["default"] {
|
|
|
5660
5660
|
}
|
|
5661
5661
|
else {
|
|
5662
5662
|
yield distribution.createDBRecord();
|
|
5663
|
+
if (!this.DistributionIDs) {
|
|
5664
|
+
this.DistributionIDs = [];
|
|
5665
|
+
}
|
|
5663
5666
|
this.DistributionIDs.push((0,_core_type__WEBPACK_IMPORTED_MODULE_1__.asID)(distribution.id));
|
|
5664
5667
|
}
|
|
5665
5668
|
}
|