sodas-sdk 1.4.3 → 1.5.0
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 +5 -1
- package/dist/index.browser.js.map +1 -1
- package/dist/index.legacy.browser.js +5 -1
- package/dist/index.legacy.browser.js.map +1 -1
- package/dist/index.legacy.node.cjs +5 -1
- package/dist/index.legacy.node.cjs.map +1 -1
- package/dist/index.node.js +5 -1
- package/dist/index.node.js.map +1 -1
- package/package.json +1 -1
|
@@ -6663,7 +6663,11 @@ class DCAT_RESOURCE extends _dcatClass__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
6663
6663
|
}
|
|
6664
6664
|
}
|
|
6665
6665
|
getKeywords(languageCode = "ko") {
|
|
6666
|
-
|
|
6666
|
+
var _a;
|
|
6667
|
+
if (!this.KeywordML) {
|
|
6668
|
+
this.KeywordML = {};
|
|
6669
|
+
}
|
|
6670
|
+
return (_a = this.KeywordML[languageCode]) !== null && _a !== void 0 ? _a : [];
|
|
6667
6671
|
}
|
|
6668
6672
|
}
|
|
6669
6673
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (DCAT_RESOURCE);
|