@hestia-earth/data-validation 0.37.20 → 0.37.21

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/data-validation",
3
- "version": "0.37.20",
3
+ "version": "0.37.21",
4
4
  "description": "HESTIA Data Validation library",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -38,8 +38,8 @@
38
38
  "ipcc2007",
39
39
  "ipcc2019",
40
40
  "dewulfEtAl2007",
41
- "spatial",
42
41
  "epa2014",
42
+ "spatial",
43
43
  "aware",
44
44
  "landOccupationCalculationUsedDurationOnly",
45
45
  "worldMeteorologicalOrganization1999",
@@ -64,6 +64,10 @@
64
64
  "usetoxV2",
65
65
  "cml1992",
66
66
  "ecoinventV3",
67
+ "cumulativeEnergyDemandCedMethod",
68
+ "gfliDatabaseV2",
69
+ "semc2000",
70
+ "linkedImpactAssessment",
67
71
  "globalCropWaterModel2008",
68
72
  "ecoIndicator95",
69
73
  "cml2001NonBaseline",
@@ -82,10 +86,6 @@
82
86
  "ipcc2021",
83
87
  "schererPfister2015",
84
88
  "hestia",
85
- "cumulativeEnergyDemandCedMethod",
86
- "gfliDatabaseV2",
87
- "semc2000",
88
- "linkedImpactAssessment",
89
89
  "ipcc2006",
90
90
  "ipcc2001",
91
91
  "recipe2008Hierarchist",
@@ -120,17 +120,17 @@
120
120
  "usEpa1993",
121
121
  "lanca",
122
122
  "directive200829EcOfTheEuropeanParliament",
123
+ "bafu2025",
123
124
  "environmentalFootprintV3-1",
124
125
  "koble2014",
125
126
  "schmidt2007",
126
127
  "resourceUseNotRelevant",
127
- "aware2-0",
128
128
  "deRuijterEtAl2010",
129
+ "aware2-0",
129
130
  "emissionNotRelevant",
130
131
  "environmentalFootprintV3-0",
131
132
  "riskpollModel",
132
- "ecoalimV9",
133
- "bafu2025"
133
+ "ecoalimV9"
134
134
  ],
135
135
  "forage": [
136
136
  "wheatFreshForage",
@@ -367,15 +367,15 @@
367
367
  "genericLeguminousGrassFreshForage",
368
368
  "fineThatchingGrassFreshForage",
369
369
  "nadiBlueGrassFreshForage",
370
+ "colouredHoodGrassFreshForage",
371
+ "falseRhodesGrassFreshForage",
372
+ "stAugustineGrassFreshForage",
373
+ "commonNeedleGrassFreshForage",
370
374
  "largeLeafFlemingiaFreshForage",
371
375
  "weepingLoveGrassFreshForage",
372
376
  "redRhodesGrassFreshForage",
373
377
  "lehmannLoveGrassFreshForage",
374
378
  "stylosanthesCampoGrandeFreshForage",
375
- "colouredHoodGrassFreshForage",
376
- "falseRhodesGrassFreshForage",
377
- "stAugustineGrassFreshForage",
378
- "commonNeedleGrassFreshForage",
379
379
  "bigLeafBristleGrassFreshForage"
380
380
  ],
381
381
  "rice": [
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const DATA_VALIDATION_VERSION = '0.37.20';
1
+ export const DATA_VALIDATION_VERSION = '0.37.21';