@hestia-earth/engine-models 0.73.2 → 0.73.3

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.73.2";
1
+ export declare const ENGINE_VERSION = "0.73.3";
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.73.2';
4
+ exports.ENGINE_VERSION = '0.73.3';
package/model-links.json CHANGED
@@ -6708,6 +6708,12 @@
6708
6708
  "term": "damageToHumanHealthParticulateMatterFormation"
6709
6709
  }
6710
6710
  ],
6711
+ "inHestiaDefaultSystemBoundary": [
6712
+ {
6713
+ "model": "hestia",
6714
+ "modelKey": "default_emissions"
6715
+ }
6716
+ ],
6711
6717
  "inputProductionGroupId": [
6712
6718
  {
6713
6719
  "model": "hestia",
@@ -9291,6 +9297,14 @@
9291
9297
  }
9292
9298
  ]
9293
9299
  },
9300
+ "resourceUse": {
9301
+ "inHestiaDefaultSystemBoundary": [
9302
+ {
9303
+ "model": "hestia",
9304
+ "modelKey": "default_resourceUse"
9305
+ }
9306
+ ]
9307
+ },
9294
9308
  "soilType": {
9295
9309
  "sumMax100Group": [
9296
9310
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/engine-models",
3
- "version": "0.73.2",
3
+ "version": "0.73.3",
4
4
  "description": "HESTIA Engine Models",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",