@hestia-earth/engine-models 0.65.10 → 0.65.11

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/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.65.10";
1
+ export declare const ENGINE_VERSION = "0.65.11";
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ENGINE_VERSION = void 0;
4
- exports.ENGINE_VERSION = '0.65.10';
4
+ exports.ENGINE_VERSION = '0.65.11';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/engine-models",
3
- "version": "0.65.10",
3
+ "version": "0.65.11",
4
4
  "description": "HESTIA Engine Models",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -2022,13 +2022,13 @@
2022
2022
  "@type": "Term",
2023
2023
  "name": "Other natural vegetation",
2024
2024
  "@id": "otherNaturalVegetation",
2025
- "_score": 43.05355
2025
+ "_score": 43.053535
2026
2026
  },
2027
2027
  {
2028
2028
  "@type": "Term",
2029
2029
  "name": "Agri-food processor",
2030
2030
  "@id": "agriFoodProcessor",
2031
- "_score": 42.06176
2031
+ "_score": 42.061752
2032
2032
  },
2033
2033
  {
2034
2034
  "@type": "Term",
@@ -2046,7 +2046,7 @@
2046
2046
  "@type": "Term",
2047
2047
  "name": "Permanent pasture",
2048
2048
  "@id": "permanentPasture",
2049
- "_score": 28.69685
2049
+ "_score": 28.696854
2050
2050
  },
2051
2051
  {
2052
2052
  "@type": "Term",
@@ -2070,7 +2070,7 @@
2070
2070
  "@type": "Term",
2071
2071
  "name": "Forest",
2072
2072
  "@id": "forest",
2073
- "_score": 20.619314
2073
+ "_score": 20.619322
2074
2074
  },
2075
2075
  {
2076
2076
  "@type": "Term",
@@ -2082,7 +2082,7 @@
2082
2082
  "@type": "Term",
2083
2083
  "name": "Other land",
2084
2084
  "@id": "otherLand",
2085
- "_score": 19.758362
2085
+ "_score": 19.758368
2086
2086
  },
2087
2087
  {
2088
2088
  "@type": "Term",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const ENGINE_VERSION = '0.65.10';
1
+ export const ENGINE_VERSION = '0.65.11';