@hestia-earth/engine-models 0.83.2 → 0.85.0
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/README.md +7 -3
- package/cjs/version.d.ts +1 -1
- package/cjs/version.js +1 -1
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -138,10 +138,14 @@ The `ecoinventV3` model requires a valid [license](https://ecoinvent.org/offerin
|
|
|
138
138
|
|
|
139
139
|
### Amortising Land Use Change Emissions Using Linear Discounting
|
|
140
140
|
|
|
141
|
-
|
|
141
|
+
In compliance with Land Sector and Removals Standard & Guidance set by the Greenhouse Gas Protocol (2026), HESTIA amortises LUC emissions using linear discounting by default.
|
|
142
142
|
|
|
143
|
-
|
|
144
|
-
|
|
143
|
+
On the main HESTIA platform, we have chosen to amortise emissions using linear discounting, and this cannot be changed. The amortisation method can only be changed on the Community Edition.
|
|
144
|
+
|
|
145
|
+
For more information, see our guide page on [linear discounting](/guide/models-using-the-models-linear-discounting).
|
|
146
|
+
|
|
147
|
+
To opt-out of linear discounting on the Community Edition, and revert to amortising emissions using equal apportioning:
|
|
148
|
+
1. Set the env variable `USE_LINEAR_DISCOUNTING` to `false`
|
|
145
149
|
|
|
146
150
|
## TypeScript / JavaScript package
|
|
147
151
|
|
package/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.85.0";
|
package/cjs/version.js
CHANGED
package/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ENGINE_VERSION = "0.
|
|
1
|
+
export declare const ENGINE_VERSION = "0.85.0";
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const ENGINE_VERSION = '0.
|
|
1
|
+
export const ENGINE_VERSION = '0.85.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hestia-earth/engine-models",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.85.0",
|
|
4
4
|
"description": "HESTIA Engine Models",
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"@babel/preset-typescript": "^7.28.5",
|
|
73
73
|
"@commitlint/cli": "^19.8.1",
|
|
74
74
|
"@commitlint/config-conventional": "^19.8.1",
|
|
75
|
-
"@hestia-earth/api": "^0.
|
|
75
|
+
"@hestia-earth/api": "^0.28.14",
|
|
76
76
|
"@hestia-earth/eslint-config": "^0.1.1",
|
|
77
|
-
"@hestia-earth/json-schema": "^38.
|
|
78
|
-
"@hestia-earth/schema": "^38.
|
|
79
|
-
"@hestia-earth/schema-validation": "^38.
|
|
80
|
-
"@hestia-earth/utils": "^0.17.
|
|
77
|
+
"@hestia-earth/json-schema": "^38.2.0",
|
|
78
|
+
"@hestia-earth/schema": "^38.2.0",
|
|
79
|
+
"@hestia-earth/schema-validation": "^38.2.0",
|
|
80
|
+
"@hestia-earth/utils": "^0.17.25",
|
|
81
81
|
"@jest/globals": "^29.7.0",
|
|
82
82
|
"@types/node": "^22.19.15",
|
|
83
83
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|