@hestia-earth/glossary 0.85.1 → 0.85.2

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -99,7 +99,7 @@ const getTermTypeLookups = (termType) =>
99
99
  * @returns {boolean} True if the Term is included.
100
100
  */
101
101
  const isInSystemBoundary = (id) => {
102
- const value = loadResourceKey("inHESTIADefaultSystemBoundary.json", id);
102
+ const value = loadResourceKey("inHestiaDefaultSystemBoundary.json", id);
103
103
  return !value || value === "true";
104
104
  };
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.85.1",
3
+ "version": "0.85.2",
4
4
  "description": "HESTIA Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {