@hestia-earth/glossary 0.82.0 → 0.84.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/index.js CHANGED
@@ -124,7 +124,7 @@ const getModelGroup = (id, modelId) =>
124
124
  * @returns {number|list} The index if searching for a specific Term by `@id`, or the ordered list of ids if search by `termType`.
125
125
  */
126
126
  const termOrder = ({ "@id": id, termType }) => {
127
- const data = loadResource("term-order");
127
+ const data = loadResource("term-order.json");
128
128
  return termType
129
129
  ? id
130
130
  ? data[termType].indexOf(id)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.82.0",
3
+ "version": "0.84.0",
4
4
  "description": "HESTIA Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {