@hestia-earth/engine-models 0.73.8 → 0.74.1

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/config/Cycle.json CHANGED
@@ -955,7 +955,7 @@
955
955
  {
956
956
  "key": "emissions",
957
957
  "model": "ecoinventV3AndEmberClimate",
958
- "value": "all",
958
+ "value": "cycle",
959
959
  "runStrategy": "always",
960
960
  "mergeStrategy": "list",
961
961
  "mergeArgs": {
@@ -966,7 +966,7 @@
966
966
  {
967
967
  "key": "emissions",
968
968
  "model": "ecoinventV3",
969
- "value": "all",
969
+ "value": "cycle",
970
970
  "runStrategy": "always",
971
971
  "mergeStrategy": "list",
972
972
  "mergeArgs": {
@@ -1469,7 +1469,9 @@
1469
1469
  "replaceThreshold": ["value", 0.01]
1470
1470
  },
1471
1471
  "stage": 2
1472
- },
1472
+ }
1473
+ ],
1474
+ [
1473
1475
  {
1474
1476
  "key": "emissions",
1475
1477
  "model": "dammgen2009",
@@ -806,7 +806,7 @@
806
806
  },
807
807
  {
808
808
  "key": "impacts",
809
- "model": "aware",
809
+ "model": "aware2-0",
810
810
  "value": "scarcityWeightedWaterUse",
811
811
  "runStrategy": "always",
812
812
  "mergeStrategy": "list",
package/dist/models.d.ts CHANGED
@@ -32,8 +32,6 @@ export interface IModel {
32
32
  export type modelLookup = Record<string, Pick<IModel, 'model' | 'term' | 'modelKey'>[]>;
33
33
  export interface IModelLinks {
34
34
  links: IModel[];
35
- ecoinventLinks?: IModel[];
36
- ecoinventV3AndEmberClimateLinks?: IModel[];
37
35
  lookups: Record<string, modelLookup>;
38
36
  }
39
37
  export declare const models: IModelLinks;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.73.8";
1
+ export declare const ENGINE_VERSION = "0.74.1";
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.8';
4
+ exports.ENGINE_VERSION = '0.74.1';