@hestia-earth/data-validation 0.37.21 → 0.37.22

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.21",
3
+ "version": "0.37.22",
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
- "epa2014",
42
41
  "spatial",
42
+ "epa2014",
43
43
  "aware",
44
44
  "landOccupationCalculationUsedDurationOnly",
45
45
  "worldMeteorologicalOrganization1999",
@@ -55,8 +55,8 @@
55
55
  "sqcb",
56
56
  "harmonizedWorldSoilDatabaseV1-2",
57
57
  "lcImpactCertainEffectsInfinite",
58
- "haversineFormula",
59
58
  "poschEtAl2008",
59
+ "haversineFormula",
60
60
  "europeanEnvironmentAgency2016",
61
61
  "fantkeEtAl2016",
62
62
  "papatryphonEtAl2004",
@@ -64,28 +64,6 @@
64
64
  "usetoxV2",
65
65
  "cml1992",
66
66
  "ecoinventV3",
67
- "cumulativeEnergyDemandCedMethod",
68
- "gfliDatabaseV2",
69
- "semc2000",
70
- "linkedImpactAssessment",
71
- "globalCropWaterModel2008",
72
- "ecoIndicator95",
73
- "cml2001NonBaseline",
74
- "emepEea2019",
75
- "ipcc2013IncludingFeedbacks",
76
- "sqcbFaistEmmeneggerEtAl2009",
77
- "emepEea2019CountryAverageFertiliserMix",
78
- "massBalanceModel",
79
- "chaudharyEtAl2015",
80
- "stehfestBouwman2006GisImplementation",
81
- "milaICanalsEtAl2007",
82
- "dammgen2009",
83
- "allenEtAl2018",
84
- "royEtAl2014",
85
- "stehfestBouwman2006",
86
- "ipcc2021",
87
- "schererPfister2015",
88
- "hestia",
89
67
  "ipcc2006",
90
68
  "ipcc2001",
91
69
  "recipe2008Hierarchist",
@@ -108,6 +86,28 @@
108
86
  "akiyamaEtAl2010",
109
87
  "ipcc1996",
110
88
  "hyde3-2",
89
+ "globalCropWaterModel2008",
90
+ "ecoIndicator95",
91
+ "cml2001NonBaseline",
92
+ "emepEea2019",
93
+ "ipcc2013IncludingFeedbacks",
94
+ "sqcbFaistEmmeneggerEtAl2009",
95
+ "emepEea2019CountryAverageFertiliserMix",
96
+ "massBalanceModel",
97
+ "chaudharyEtAl2015",
98
+ "stehfestBouwman2006GisImplementation",
99
+ "milaICanalsEtAl2007",
100
+ "dammgen2009",
101
+ "allenEtAl2018",
102
+ "royEtAl2014",
103
+ "stehfestBouwman2006",
104
+ "ipcc2021",
105
+ "schererPfister2015",
106
+ "hestia",
107
+ "cumulativeEnergyDemandCedMethod",
108
+ "gfliDatabaseV2",
109
+ "semc2000",
110
+ "linkedImpactAssessment",
111
111
  "pooreNemecek2018",
112
112
  "worldSteel",
113
113
  "salca",
@@ -120,17 +120,17 @@
120
120
  "usEpa1993",
121
121
  "lanca",
122
122
  "directive200829EcOfTheEuropeanParliament",
123
- "bafu2025",
124
123
  "environmentalFootprintV3-1",
125
124
  "koble2014",
126
125
  "schmidt2007",
127
126
  "resourceUseNotRelevant",
128
- "deRuijterEtAl2010",
129
127
  "aware2-0",
128
+ "deRuijterEtAl2010",
130
129
  "emissionNotRelevant",
131
130
  "environmentalFootprintV3-0",
132
131
  "riskpollModel",
133
- "ecoalimV9"
132
+ "ecoalimV9",
133
+ "bafu2025"
134
134
  ],
135
135
  "forage": [
136
136
  "wheatFreshForage",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const DATA_VALIDATION_VERSION = '0.37.21';
1
+ export const DATA_VALIDATION_VERSION = '0.37.22';