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
|
@@ -3082,7 +3082,11 @@ class DCAT_RESOURCE extends _dcatClass__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
3082
3082
|
}
|
|
3083
3083
|
}
|
|
3084
3084
|
getKeywords(languageCode = "ko") {
|
|
3085
|
-
|
|
3085
|
+
var _a;
|
|
3086
|
+
if (!this.KeywordML) {
|
|
3087
|
+
this.KeywordML = {};
|
|
3088
|
+
}
|
|
3089
|
+
return (_a = this.KeywordML[languageCode]) !== null && _a !== void 0 ? _a : [];
|
|
3086
3090
|
}
|
|
3087
3091
|
}
|
|
3088
3092
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (DCAT_RESOURCE);
|