@hestia-earth/engine-models 0.73.0 → 0.73.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/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.73.0";
1
+ export declare const ENGINE_VERSION = "0.73.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.0';
4
+ exports.ENGINE_VERSION = '0.73.1';
package/model-links.json CHANGED
@@ -8318,6 +8318,12 @@
8318
8318
  "model": "ipcc2019",
8319
8319
  "term": "n2OToAirOrganicFertiliserDirect"
8320
8320
  }
8321
+ ],
8322
+ "conveyancingEfficiency": [
8323
+ {
8324
+ "model": "pooreNemecek2018",
8325
+ "term": "freshwaterWithdrawalsDuringCycle"
8326
+ }
8321
8327
  ]
8322
8328
  },
8323
8329
  "region-crop-cropGroupingFaostatProduction-areaHarvestedUpTo20YearExpansion": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/engine-models",
3
- "version": "0.73.0",
3
+ "version": "0.73.1",
4
4
  "description": "HESTIA Engine Models",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -49,12 +49,12 @@
49
49
  "@babel/preset-typescript": "^7.27.1",
50
50
  "@commitlint/cli": "^19.8.1",
51
51
  "@commitlint/config-conventional": "^19.8.1",
52
- "@hestia-earth/api": "^0.24.78",
52
+ "@hestia-earth/api": "^0.24.82",
53
53
  "@hestia-earth/eslint-config": "^0.1.0",
54
- "@hestia-earth/json-schema": "^33.0.0",
55
- "@hestia-earth/schema": "^33.0.0",
56
- "@hestia-earth/schema-validation": "^33.0.0",
57
- "@hestia-earth/utils": "^0.14.3",
54
+ "@hestia-earth/json-schema": "^33.1.0",
55
+ "@hestia-earth/schema": "^33.1.0",
56
+ "@hestia-earth/schema-validation": "^33.1.0",
57
+ "@hestia-earth/utils": "^0.14.6",
58
58
  "@jest/globals": "^29.7.0",
59
59
  "@typescript-eslint/eslint-plugin": "^5.62.0",
60
60
  "@typescript-eslint/parser": "^5.62.0",
@@ -62,7 +62,7 @@
62
62
  "ajv-cli": "^5.0.0",
63
63
  "ajv-formats": "^3.0.1",
64
64
  "aws-sdk": "^2.1692.0",
65
- "axios": "^1.9.0",
65
+ "axios": "^1.10.0",
66
66
  "capitalize": "^2.0.4",
67
67
  "csvtojson": "^2.0.10",
68
68
  "dotenv": "^8.6.0",
@@ -73,7 +73,7 @@
73
73
  "lodash.merge": "^4.6.2",
74
74
  "pluralize": "^8.0.0",
75
75
  "standard-version": "^9.5.0",
76
- "ts-jest": "^29.3.2"
76
+ "ts-jest": "^29.4.0"
77
77
  },
78
78
  "standard-version": {
79
79
  "scripts": {