@hestia-earth/engine-models 0.81.4 → 0.81.5

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/cjs/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.81.4";
1
+ export declare const ENGINE_VERSION = "0.81.5";
package/cjs/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.81.4';
4
+ exports.ENGINE_VERSION = '0.81.5';
package/esm/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const ENGINE_VERSION = "0.81.4";
1
+ export declare const ENGINE_VERSION = "0.81.5";
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export const ENGINE_VERSION = '0.81.4';
1
+ export const ENGINE_VERSION = '0.81.5';
package/model-links.json CHANGED
@@ -10613,12 +10613,6 @@
10613
10613
  "modelKey": "default_emissions"
10614
10614
  }
10615
10615
  ],
10616
- "skipAggregatedNodeTypes": [
10617
- {
10618
- "model": "hestia",
10619
- "modelKey": "seed_emissions"
10620
- }
10621
- ],
10622
10616
  "co2EqGwp100ExcludingClimate-CarbonFeedbacksIpcc2013": [
10623
10617
  {
10624
10618
  "model": "ipcc2013ExcludingFeedbacks",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/engine-models",
3
- "version": "0.81.4",
3
+ "version": "0.81.5",
4
4
  "description": "HESTIA Engine Models",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",