sodas-sdk 1.4.3 → 1.4.4
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
package/dist/index.node.js
CHANGED
|
@@ -6645,7 +6645,11 @@ class DCAT_RESOURCE extends _dcatClass__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
6645
6645
|
}
|
|
6646
6646
|
}
|
|
6647
6647
|
getKeywords(languageCode = "ko") {
|
|
6648
|
-
|
|
6648
|
+
var _a;
|
|
6649
|
+
if (!this.KeywordML) {
|
|
6650
|
+
this.KeywordML = {};
|
|
6651
|
+
}
|
|
6652
|
+
return (_a = this.KeywordML[languageCode]) !== null && _a !== void 0 ? _a : [];
|
|
6649
6653
|
}
|
|
6650
6654
|
}
|
|
6651
6655
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (DCAT_RESOURCE);
|