@hestia-earth/glossary 0.61.0 → 0.61.1
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,8 @@
|
|
|
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.61.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.61.0...v0.61.1) (2025-01-07)
|
|
6
|
+
|
|
5
7
|
## [0.61.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.60.0...v0.61.0) (2024-12-24)
|
|
6
8
|
|
|
7
9
|
|
|
@@ -30,6 +32,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
30
32
|
* **system:** change unit from `% area` to `%` for `openRangeSystem`
|
|
31
33
|
* **system:** change unit from `% area` to `%` for `outdoorAnimalSystem`
|
|
32
34
|
* **system:** change unit from `% area` to `%` for `farrowingCrateSystem`
|
|
35
|
+
* **resourceUse**: replace all `Land transformation, from...` terms with equivalent terms without `from ...`. Example: `Land transformation, from cropland, 20 year average, during Cycle` is now `Land transformation, 20 year average, during Cycle`.
|
|
33
36
|
|
|
34
37
|
### Features
|
|
35
38
|
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2019-
|
|
3
|
+
Copyright (c) 2019-2025 Harmonised Environmental Storage and Tracking of the Impacts of Agriculture (HESTIA) Project
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
|
@@ -29,6 +29,10 @@
|
|
|
29
29
|
"seaOrOcean": "mean",
|
|
30
30
|
"industrialBuilding": "mean",
|
|
31
31
|
"urbanArea": "mean",
|
|
32
|
+
"shrubLand": "mean",
|
|
33
|
+
"mineralExtractionSite": "mean",
|
|
34
|
+
"constructionSite": "mean",
|
|
35
|
+
"dumpSite": "mean",
|
|
32
36
|
"agriFoodProcessor": "mean",
|
|
33
37
|
"foodRetailer": "mean",
|
|
34
38
|
"shortFallow": "mean",
|
|
@@ -87125,6 +87125,30 @@
|
|
|
87125
87125
|
"food retailer"
|
|
87126
87126
|
]
|
|
87127
87127
|
},
|
|
87128
|
+
"shrubLand": {
|
|
87129
|
+
"siteTypesAllowed": [
|
|
87130
|
+
"agri-food processor",
|
|
87131
|
+
"food retailer"
|
|
87132
|
+
]
|
|
87133
|
+
},
|
|
87134
|
+
"mineralExtractionSite": {
|
|
87135
|
+
"siteTypesAllowed": [
|
|
87136
|
+
"agri-food processor",
|
|
87137
|
+
"food retailer"
|
|
87138
|
+
]
|
|
87139
|
+
},
|
|
87140
|
+
"constructionSite": {
|
|
87141
|
+
"siteTypesAllowed": [
|
|
87142
|
+
"agri-food processor",
|
|
87143
|
+
"food retailer"
|
|
87144
|
+
]
|
|
87145
|
+
},
|
|
87146
|
+
"dumpSite": {
|
|
87147
|
+
"siteTypesAllowed": [
|
|
87148
|
+
"agri-food processor",
|
|
87149
|
+
"food retailer"
|
|
87150
|
+
]
|
|
87151
|
+
},
|
|
87128
87152
|
"agriFoodProcessor": {
|
|
87129
87153
|
"siteTypesAllowed": [
|
|
87130
87154
|
"agri-food processor",
|