@hestia-earth/engine-models 0.65.3 → 0.65.5

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.3";
1
+ export declare const ENGINE_VERSION = "0.65.5";
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.3';
4
+ exports.ENGINE_VERSION = '0.65.5';
package/model-links.json CHANGED
@@ -877,6 +877,18 @@
877
877
  "model": "hestia",
878
878
  "modelKey": "landCover"
879
879
  },
880
+ {
881
+ "path": "hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.py",
882
+ "docPath": "hestia_earth/models/hestia/landTransformation100YearAverageDuringCycle.md",
883
+ "model": "hestia",
884
+ "term": "landTransformation100YearAverageDuringCycle"
885
+ },
886
+ {
887
+ "path": "hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.py",
888
+ "docPath": "hestia_earth/models/hestia/landTransformation20YearAverageDuringCycle.md",
889
+ "model": "hestia",
890
+ "term": "landTransformation20YearAverageDuringCycle"
891
+ },
880
892
  {
881
893
  "path": "hestia_earth/models/hestia/seed_emissions.py",
882
894
  "docPath": "hestia_earth/models/hestia/seed_emissions.md",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/engine-models",
3
- "version": "0.65.3",
3
+ "version": "0.65.5",
4
4
  "description": "HESTIA Engine Models",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",