@hestia-earth/glossary 0.41.0 → 0.42.0

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/CHANGELOG.md CHANGED
@@ -2,6 +2,35 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [0.42.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.41.0...v0.42.0) (2024-02-06)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * **property:** change `Weight per item` unit from `g` to `kg`
11
+ * **landUseManagement:** Moves `Number of tillages` and `Tillage depth` from
12
+ `tillage` to `landUseManagement`
13
+
14
+ ### Features
15
+
16
+ * **crop:** add `Celery, leaf`, `Celery, seed`, and `Celery, stalk` ([122592e](https://gitlab.com/hestia-earth/hestia-glossary/commit/122592e55412d0aab20c549049dcc195a23b9470))
17
+ * **crop:** add `Rock samphire, shoot` and `Marsh samphire, shoot` ([27ae13d](https://gitlab.com/hestia-earth/hestia-glossary/commit/27ae13df2d052a9b407900e8894c4b50b956f8c2)), closes [#1288](https://gitlab.com/hestia-earth/hestia-glossary/issues/1288)
18
+ * **feedFoodAdditive:** add `Rennet` ([e1a861c](https://gitlab.com/hestia-earth/hestia-glossary/commit/e1a861c83d08efb1a15f800caa5ef1b539dac4e8)), closes [#1052](https://gitlab.com/hestia-earth/hestia-glossary/issues/1052)
19
+ * **forage:** add `averagePropertiesTermIds` lookup ([edef4ff](https://gitlab.com/hestia-earth/hestia-glossary/commit/edef4ff966b116a4f03c1fb7c55e1185dd975750)), closes [#1293](https://gitlab.com/hestia-earth/hestia-glossary/issues/1293)
20
+ * **forage:** average terms in property lookup ([db06a6f](https://gitlab.com/hestia-earth/hestia-glossary/commit/db06a6f5100d16e88f195b3962f1dd81d0285409))
21
+ * **landCover:** add `Rock samphire plant` and `Marsh samphire plant` ([a8e8119](https://gitlab.com/hestia-earth/hestia-glossary/commit/a8e8119a8aa586c27fce907e0cc7190098395d24)), closes [#1288](https://gitlab.com/hestia-earth/hestia-glossary/issues/1288)
22
+ * **landUseManagement:** move terms from `tillage` ([4dd7f49](https://gitlab.com/hestia-earth/hestia-glossary/commit/4dd7f490f31f964e624180bf2c4845b6e90137ef))
23
+ * **region:** create `region-animalProduct-animalProductGroupingFAO-weightPerItem-lookup` ([40beacc](https://gitlab.com/hestia-earth/hestia-glossary/commit/40beacc53647da0b43c535ecadcc0c0d7fbe10b3)), closes [#1275](https://gitlab.com/hestia-earth/hestia-glossary/issues/1275)
24
+ * **region:** update all FAOSTAT lookups ([2eb0fcc](https://gitlab.com/hestia-earth/hestia-glossary/commit/2eb0fcc80b7bd40275803281d079d20a305826d0))
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * **excretaManagement:** fix wrong values in CH4 conv factor ([04dd363](https://gitlab.com/hestia-earth/hestia-glossary/commit/04dd3636890ba10cd07b7690eb8631aa7a159ed6))
30
+ * **property:** change `Weight per item` unit from `g` to `kg` ([29256fb](https://gitlab.com/hestia-earth/hestia-glossary/commit/29256fb07c2418d96693a19d59d00fe0e9716b85))
31
+ * **region:** fix incorrect `head` lookup values from FAO ([112a37b](https://gitlab.com/hestia-earth/hestia-glossary/commit/112a37b2ef9531ebd5c80f8b91d2a4664e1b3165))
32
+ * **region:** fix units for `averageColdCarcassWeight` lookup ([065a313](https://gitlab.com/hestia-earth/hestia-glossary/commit/065a313a43dfb8b2fae16840c150ff9b0f099006))
33
+
5
34
  ## [0.41.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.40.0...v0.41.0) (2024-01-23)
6
35
 
7
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.41.0",
3
+ "version": "0.42.0",
4
4
  "description": "Hestia Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -447,6 +447,7 @@
447
447
  "calciumCarbonateFeedFoodAdditive",
448
448
  "dicalciumPhosphateFeedFoodAdditive",
449
449
  "sepiolite",
450
+ "rennet",
450
451
  "euronatureP26B",
451
452
  "lyderisN25S3",
452
453
  "patentkali",
@@ -1053,6 +1054,8 @@
1053
1054
  "commonHorsetailPlant",
1054
1055
  "melilotusPlant",
1055
1056
  "patienceDockPlant",
1057
+ "rockSamphirePlant",
1058
+ "marshSamphirePlant",
1056
1059
  "genericGrassPlant",
1057
1060
  "genericLeguminousGrassPlant",
1058
1061
  "genericForageTree",
@@ -11029,6 +11029,13 @@
11029
11029
  "permanent pasture"
11030
11030
  ]
11031
11031
  },
11032
+ "rennet": {
11033
+ "siteTypesAllowed": [
11034
+ "agri-food processor",
11035
+ "animal housing",
11036
+ "permanent pasture"
11037
+ ]
11038
+ },
11032
11039
  "forest": {
11033
11040
  "siteTypesAllowed": [
11034
11041
  ""
@@ -13503,6 +13510,16 @@
13503
13510
  "permanent pasture"
13504
13511
  ]
13505
13512
  },
13513
+ "rockSamphirePlant": {
13514
+ "siteTypesAllowed": [
13515
+ "cropland"
13516
+ ]
13517
+ },
13518
+ "marshSamphirePlant": {
13519
+ "siteTypesAllowed": [
13520
+ "cropland"
13521
+ ]
13522
+ },
13506
13523
  "genericGrassPlant": {
13507
13524
  "siteTypesAllowed": [
13508
13525
  "cropland",
@@ -14953,6 +14970,15 @@
14953
14970
  "agri-food processor"
14954
14971
  ]
14955
14972
  },
14973
+ "numberOfTillages": {
14974
+ "siteTypesAllowed": [
14975
+ "cropland",
14976
+ "glass or high accessible cover",
14977
+ "permanent pasture",
14978
+ "forest",
14979
+ "other natural vegetation"
14980
+ ]
14981
+ },
14956
14982
  "numberOfPruningsOrCuttings": {
14957
14983
  "siteTypesAllowed": [
14958
14984
  "cropland",
@@ -15016,6 +15042,15 @@
15016
15042
  "permanent pasture"
15017
15043
  ]
15018
15044
  },
15045
+ "tillageDepth": {
15046
+ "siteTypesAllowed": [
15047
+ "cropland",
15048
+ "glass or high accessible cover",
15049
+ "permanent pasture",
15050
+ "forest",
15051
+ "other natural vegetation"
15052
+ ]
15053
+ },
15019
15054
  "buildingsInfrastructureDepreciatedAmountPerCycle": {
15020
15055
  "siteTypesAllowed": [
15021
15056
  ""
@@ -155364,20 +155399,6 @@
155364
155399
  "permanent pasture"
155365
155400
  ]
155366
155401
  },
155367
- "numberOfTillages": {
155368
- "siteTypesAllowed": [
155369
- "cropland",
155370
- "glass or high accessible cover",
155371
- "permanent pasture"
155372
- ]
155373
- },
155374
- "tillageDepth": {
155375
- "siteTypesAllowed": [
155376
- "cropland",
155377
- "glass or high accessible cover",
155378
- "permanent pasture"
155379
- ]
155380
- },
155381
155402
  "alfisols": {
155382
155403
  "siteTypesAllowed": [
155383
155404
  "forest",