@hestia-earth/glossary 0.51.1 → 0.52.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 +24 -0
- package/package.json +1 -1
- package/resources/impactAssessment.json +22 -0
- package/resources/term-restrictions.json +751 -27
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
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.52.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.51.1...v0.52.0) (2024-07-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* **system:** Rename `Biofloc acquaculture system` `Biofloc aquaculture system`
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **crop:** add missing `dryMatter` property to vegetable crops ([a764394](https://gitlab.com/hestia-earth/hestia-glossary/commit/a7643948e27b5b496db9650deb659f2dcc54e8f8))
|
|
15
|
+
* **model:** add `HESTIA` as a model ([93eb601](https://gitlab.com/hestia-earth/hestia-glossary/commit/93eb60193dbb46e9fa7a592df4ff5b7477df2931))
|
|
16
|
+
* **substrate:** add depreciated and unspecified terms ([e44876a](https://gitlab.com/hestia-earth/hestia-glossary/commit/e44876ade51accaeab35e1d64e17b61a178a926e)), closes [#1435](https://gitlab.com/hestia-earth/hestia-glossary/issues/1435) [#1436](https://gitlab.com/hestia-earth/hestia-glossary/issues/1436)
|
|
17
|
+
* **substrate:** add lookup `nitrifyingDenitrifyingBacteriaCfuRelativeToSoil` ([ae4d58e](https://gitlab.com/hestia-earth/hestia-glossary/commit/ae4d58ef61a1f96362b14cf761295ea8a887adc7))
|
|
18
|
+
* **system:** add `PRACTICE_INCREASING_C_INPUT` lookup to glossary ([6e534ac](https://gitlab.com/hestia-earth/hestia-glossary/commit/6e534acad7030cdc3ff3cb1b68843354db49bf76))
|
|
19
|
+
* **system:** add lookup `requiredForSiteTypes` ([0569f9c](https://gitlab.com/hestia-earth/hestia-glossary/commit/0569f9ced91ca4a898a63a6e874b4e57326fc71f))
|
|
20
|
+
* **system:** add new terms for protected cropping systems ([8c56398](https://gitlab.com/hestia-earth/hestia-glossary/commit/8c56398b4e991b15804ed4fd60040385bf1aa747)), closes [#1439](https://gitlab.com/hestia-earth/hestia-glossary/issues/1439)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **emission:** errors in `siteTypes` allowed for crop residue emissions ([98c6265](https://gitlab.com/hestia-earth/hestia-glossary/commit/98c626531160748a284928755b31d3648e6043e2)), closes [#1440](https://gitlab.com/hestia-earth/hestia-glossary/issues/1440)
|
|
26
|
+
* **model:** use uppercase for "HESTIA" in `HESTIA aggregated data` ([fed4a68](https://gitlab.com/hestia-earth/hestia-glossary/commit/fed4a68195a866a9e0053c446d9758e526177fc4))
|
|
27
|
+
* **system:** fix typo in term name ([3b12920](https://gitlab.com/hestia-earth/hestia-glossary/commit/3b12920b01a38ae44dc021ba9efabd7e78c8f1cc))
|
|
28
|
+
|
|
5
29
|
### [0.51.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.51.0...v0.51.1) (2024-07-09)
|
|
6
30
|
|
|
7
31
|
|
package/package.json
CHANGED
|
@@ -24040,6 +24040,7 @@
|
|
|
24040
24040
|
"bioplex",
|
|
24041
24041
|
"panoramaBioPlus",
|
|
24042
24042
|
"meba",
|
|
24043
|
+
"substrateUnspecified",
|
|
24043
24044
|
"barkSubstrate",
|
|
24044
24045
|
"charcoalSubstrate",
|
|
24045
24046
|
"coirSubstrate",
|
|
@@ -24060,6 +24061,27 @@
|
|
|
24060
24061
|
"sphagnumMossSubstrate",
|
|
24061
24062
|
"vermiculiteSubstrate",
|
|
24062
24063
|
"woodChipsSubstrate",
|
|
24064
|
+
"substrateUnspecifiedDepreciatedAmountPerCycle",
|
|
24065
|
+
"barkSubstrateDepreciatedAmountPerCycle",
|
|
24066
|
+
"charcoalSubstrateDepreciatedAmountPerCycle",
|
|
24067
|
+
"coirSubstrateDepreciatedAmountPerCycle",
|
|
24068
|
+
"coirFibresSubstrateDepreciatedAmountPerCycle",
|
|
24069
|
+
"coirPithSubstrateDepreciatedAmountPerCycle",
|
|
24070
|
+
"compostSubstrateDepreciatedAmountPerCycle",
|
|
24071
|
+
"expandedClaySubstrateDepreciatedAmountPerCycle",
|
|
24072
|
+
"frozenPeatSubstrateDepreciatedAmountPerCycle",
|
|
24073
|
+
"greenCompostSubstrateDepreciatedAmountPerCycle",
|
|
24074
|
+
"oasisCubesDepreciatedAmountPerCycle",
|
|
24075
|
+
"peatSubstrateDepreciatedAmountPerCycle",
|
|
24076
|
+
"perliteSubstrateDepreciatedAmountPerCycle",
|
|
24077
|
+
"polystyreneSubstrateDepreciatedAmountPerCycle",
|
|
24078
|
+
"pumiceStoneSubstrateDepreciatedAmountPerCycle",
|
|
24079
|
+
"riceHusksSubstrateDepreciatedAmountPerCycle",
|
|
24080
|
+
"rockMineralWoolSubstrateDepreciatedAmountPerCycle",
|
|
24081
|
+
"sandSubstrateDepreciatedAmountPerCycle",
|
|
24082
|
+
"sphagnumMossSubstrateDepreciatedAmountPerCycle",
|
|
24083
|
+
"vermiculiteSubstrateDepreciatedAmountPerCycle",
|
|
24084
|
+
"woodChipsSubstrateDepreciatedAmountPerCycle",
|
|
24063
24085
|
"transportUnspecified",
|
|
24064
24086
|
"freightCar",
|
|
24065
24087
|
"freightVan",
|