@hestia-earth/data-validation 0.37.20 → 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.20",
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",
@@ -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
- "globalCropWaterModel2008",
68
- "ecoIndicator95",
69
- "cml2001NonBaseline",
70
- "emepEea2019",
71
- "ipcc2013IncludingFeedbacks",
72
- "sqcbFaistEmmeneggerEtAl2009",
73
- "emepEea2019CountryAverageFertiliserMix",
74
- "massBalanceModel",
75
- "chaudharyEtAl2015",
76
- "stehfestBouwman2006GisImplementation",
77
- "milaICanalsEtAl2007",
78
- "dammgen2009",
79
- "allenEtAl2018",
80
- "royEtAl2014",
81
- "stehfestBouwman2006",
82
- "ipcc2021",
83
- "schererPfister2015",
84
- "hestia",
85
- "cumulativeEnergyDemandCedMethod",
86
- "gfliDatabaseV2",
87
- "semc2000",
88
- "linkedImpactAssessment",
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",
@@ -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.22';