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.browser.js
CHANGED
|
@@ -3606,7 +3606,11 @@ class DCAT_RESOURCE extends _dcatClass__WEBPACK_IMPORTED_MODULE_3__["default"] {
|
|
|
3606
3606
|
}
|
|
3607
3607
|
}
|
|
3608
3608
|
getKeywords(languageCode = "ko") {
|
|
3609
|
-
|
|
3609
|
+
var _a;
|
|
3610
|
+
if (!this.KeywordML) {
|
|
3611
|
+
this.KeywordML = {};
|
|
3612
|
+
}
|
|
3613
|
+
return (_a = this.KeywordML[languageCode]) !== null && _a !== void 0 ? _a : [];
|
|
3610
3614
|
}
|
|
3611
3615
|
}
|
|
3612
3616
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (DCAT_RESOURCE);
|