@hestia-earth/data-validation 0.37.11 → 0.37.12

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.11",
3
+ "version": "0.37.12",
4
4
  "description": "HESTIA Data Validation library",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -47,6 +47,27 @@
47
47
  "salca",
48
48
  "usEpa1995",
49
49
  "jarvisAndPain1994",
50
+ "papatryphonEtAl2004",
51
+ "ipcc2019CountryAverageFertiliserMix",
52
+ "usetoxV2",
53
+ "europeanEnvironmentAgency2016",
54
+ "ipcc2013ExcludingFeedbacks",
55
+ "fantkeEtAl2016",
56
+ "recipe2016Hierarchist",
57
+ "harmonizedWorldSoilDatabaseV1-2",
58
+ "poschEtAl2008",
59
+ "pribyl2010",
60
+ "ridouttPfister2010",
61
+ "cml1992",
62
+ "mapbiomas",
63
+ "lcImpactCertainEffects100Years",
64
+ "ecoinventV3AndEmberClimate",
65
+ "ecoinventV3",
66
+ "recipe2016Individualist",
67
+ "chaudharyBrooks2018",
68
+ "sqcb",
69
+ "lcImpactCertainEffectsInfinite",
70
+ "haversineFormula",
50
71
  "emepEea2019CountryAverageFertiliserMix",
51
72
  "ipcc2013IncludingFeedbacks",
52
73
  "emepEea2019",
@@ -69,27 +90,6 @@
69
90
  "ecoIndicator95",
70
91
  "linkedImpactAssessment",
71
92
  "stehfestBouwman2006GisImplementation",
72
- "papatryphonEtAl2004",
73
- "ipcc2019CountryAverageFertiliserMix",
74
- "usetoxV2",
75
- "europeanEnvironmentAgency2016",
76
- "ipcc2013ExcludingFeedbacks",
77
- "fantkeEtAl2016",
78
- "recipe2016Hierarchist",
79
- "harmonizedWorldSoilDatabaseV1-2",
80
- "poschEtAl2008",
81
- "pribyl2010",
82
- "ridouttPfister2010",
83
- "cml1992",
84
- "mapbiomas",
85
- "lcImpactCertainEffects100Years",
86
- "ecoinventV3AndEmberClimate",
87
- "ecoinventV3",
88
- "recipe2016Individualist",
89
- "chaudharyBrooks2018",
90
- "sqcb",
91
- "lcImpactCertainEffectsInfinite",
92
- "haversineFormula",
93
93
  "landOccupationCalculationUsedDurationOnly",
94
94
  "aware",
95
95
  "agribalyse2016",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const DATA_VALIDATION_VERSION = '0.37.11';
1
+ export const DATA_VALIDATION_VERSION = '0.37.12';
package/validation.json CHANGED
@@ -50,6 +50,11 @@
50
50
  "level": "error",
51
51
  "message": "must be below the maximum"
52
52
  },
53
+ {
54
+ "function": "validate_region_list_value_diff_property_lookup",
55
+ "level": "warning",
56
+ "message": "should be within acceptable range of the lookup value"
57
+ },
53
58
  {
54
59
  "function": "validate_list_term_percent",
55
60
  "level": "warning",