@hestia-earth/glossary 0.79.0 → 0.79.1

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
@@ -103,6 +103,8 @@ const isInSystemBoundary = (id) => {
103
103
  return !value || value === "true";
104
104
  };
105
105
 
106
+ const getEcoalimMapping = (id) => loadResourceKey("ecoalimMapping.json", id);
107
+
106
108
  const getEcoinventMapping = (id) =>
107
109
  loadResourceKey("ecoinventMapping.json", id);
108
110
 
@@ -146,6 +148,7 @@ module.exports = {
146
148
  getTermModelRestrictions,
147
149
  getTermTypeLookups,
148
150
  isInSystemBoundary,
151
+ getEcoalimMapping,
149
152
  getEcoinventMapping,
150
153
  getModelGroup,
151
154
  termOrder,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.79.0",
3
+ "version": "0.79.1",
4
4
  "description": "HESTIA Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {