@hestia-earth/engine-models 0.76.9 → 0.76.10

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.76.9";
1
+ export declare const ENGINE_VERSION = "0.76.10";
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.76.9';
4
+ exports.ENGINE_VERSION = '0.76.10';
package/model-links.json CHANGED
@@ -465,6 +465,13 @@
465
465
  "soilPh"
466
466
  ]
467
467
  },
468
+ {
469
+ "path": "hestia_earth/models/cycle/emission/deleted.py",
470
+ "docPath": "hestia_earth/models/cycle/emission/deleted.md",
471
+ "guidePath": "cycle-emission-deleted#Cycle",
472
+ "model": "cycle",
473
+ "modelKey": "emission.deleted"
474
+ },
468
475
  {
469
476
  "path": "hestia_earth/models/cycle/input/hestiaAggregatedData.py",
470
477
  "docPath": "hestia_earth/models/cycle/input/hestiaAggregatedData.md",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/engine-models",
3
- "version": "0.76.9",
3
+ "version": "0.76.10",
4
4
  "description": "HESTIA Engine Models",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",