@hestia-earth/glossary 0.7.0 → 0.7.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,27 @@
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.7.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.7.0...v0.7.1) (2022-08-23)
6
+
7
+
8
+ ### Features
9
+
10
+ * **crop:** add `soybean, straw` ([7f86f44](https://gitlab.com/hestia-earth/hestia-glossary/commit/7f86f444b07bca7dfb8f153725410cc995748f9b))
11
+ * **emission:** add emissions for `waste treatment` ([20048e7](https://gitlab.com/hestia-earth/hestia-glossary/commit/20048e7c86df85710bab659239c3c81487a82a1b))
12
+ * **emission:** add lookup `typesAllowed` ([68f1d42](https://gitlab.com/hestia-earth/hestia-glossary/commit/68f1d42b68181b419abcedf974c96f5fe3c88533)), closes [#484](https://gitlab.com/hestia-earth/hestia-glossary/issues/484)
13
+ * **emission:** make `definition` field consistent for indirect N2O terms ([7da4abe](https://gitlab.com/hestia-earth/hestia-glossary/commit/7da4abe738da8a688a9bdd029256852070f15967))
14
+ * **liveAnimal:** add additional terms for male and female pigs ([0ef9bfe](https://gitlab.com/hestia-earth/hestia-glossary/commit/0ef9bfee210f5d9141647a75f5a308c1ba1488f4))
15
+ * **model:** add `IPCC (1996)` and improve descriptions of IPCC models ([ec2242e](https://gitlab.com/hestia-earth/hestia-glossary/commit/ec2242e1099868d1cfe7f8e98159b776dd49ba6f))
16
+ * **operation:** add `bund forming, with bund former` ([d28b16d](https://gitlab.com/hestia-earth/hestia-glossary/commit/d28b16dcc56b8076b8fdedc197a4b677db019ebb))
17
+ * **operation:** add terms for cooling and maintaining buildings ([4df1926](https://gitlab.com/hestia-earth/hestia-glossary/commit/4df192663f740294186a8e24ac46510a3478659f))
18
+ * **water:** add "reticulated supply" as `synonym` to `Water, municipal tap` ([1209fbe](https://gitlab.com/hestia-earth/hestia-glossary/commit/1209fbef4bc7803d8a88fb6d8dac6fe2b4674d36))
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **landUseManagement:** delete `number of hives` (duplicate term) ([cbce712](https://gitlab.com/hestia-earth/hestia-glossary/commit/cbce71250a5ef7225072519608e35c4b58526b50))
24
+ * **liveAnimal:** hyphenate `un-weaned` in term name ([7457c14](https://gitlab.com/hestia-earth/hestia-glossary/commit/7457c140265ce2df9aac7a14ba2b119a89bd6798))
25
+
5
26
  ## [0.7.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.6.1...v0.7.0) (2022-08-15)
6
27
 
7
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Hestia Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1879,6 +1879,17 @@
1879
1879
  "all"
1880
1880
  ]
1881
1881
  },
1882
+ "ch4ToAirWasteTreatment": {
1883
+ "siteTypesAllowed": [
1884
+ "all"
1885
+ ],
1886
+ "productTermIdsAllowed": [
1887
+ "all"
1888
+ ],
1889
+ "productTermTypesAllowed": [
1890
+ "all"
1891
+ ]
1892
+ },
1882
1893
  "chlorodifluoromethaneToAirInputsProduction": {
1883
1894
  "siteTypesAllowed": [
1884
1895
  "all"
@@ -2248,6 +2259,17 @@
2248
2259
  "all"
2249
2260
  ]
2250
2261
  },
2262
+ "n2ToAirWasteTreatment": {
2263
+ "siteTypesAllowed": [
2264
+ "all"
2265
+ ],
2266
+ "productTermIdsAllowed": [
2267
+ "all"
2268
+ ],
2269
+ "productTermTypesAllowed": [
2270
+ "all"
2271
+ ]
2272
+ },
2251
2273
  "n2OToAirAquacultureSystemsDirect": {
2252
2274
  "siteTypesAllowed": [
2253
2275
  "pond",
@@ -2559,6 +2581,28 @@
2559
2581
  "all"
2560
2582
  ]
2561
2583
  },
2584
+ "n2OToAirWasteTreatmentDirect": {
2585
+ "siteTypesAllowed": [
2586
+ "all"
2587
+ ],
2588
+ "productTermIdsAllowed": [
2589
+ "all"
2590
+ ],
2591
+ "productTermTypesAllowed": [
2592
+ "all"
2593
+ ]
2594
+ },
2595
+ "n2OToAirWasteTreatmentIndirect": {
2596
+ "siteTypesAllowed": [
2597
+ "all"
2598
+ ],
2599
+ "productTermIdsAllowed": [
2600
+ "all"
2601
+ ],
2602
+ "productTermTypesAllowed": [
2603
+ "all"
2604
+ ]
2605
+ },
2562
2606
  "nh3ToAirAquacultureSystems": {
2563
2607
  "siteTypesAllowed": [
2564
2608
  "pond",
@@ -2721,6 +2765,17 @@
2721
2765
  "all"
2722
2766
  ]
2723
2767
  },
2768
+ "nh3ToAirWasteTreatment": {
2769
+ "siteTypesAllowed": [
2770
+ "all"
2771
+ ],
2772
+ "productTermIdsAllowed": [
2773
+ "all"
2774
+ ],
2775
+ "productTermTypesAllowed": [
2776
+ "all"
2777
+ ]
2778
+ },
2724
2779
  "nh4ToGroundwaterCropResidueDecomposition": {
2725
2780
  "siteTypesAllowed": [
2726
2781
  "cropland",
@@ -2827,6 +2882,17 @@
2827
2882
  "all"
2828
2883
  ]
2829
2884
  },
2885
+ "nh4ToGroundwaterWasteTreatment": {
2886
+ "siteTypesAllowed": [
2887
+ "all"
2888
+ ],
2889
+ "productTermIdsAllowed": [
2890
+ "all"
2891
+ ],
2892
+ "productTermTypesAllowed": [
2893
+ "all"
2894
+ ]
2895
+ },
2830
2896
  "nmvocToAirAnimalHousing": {
2831
2897
  "siteTypesAllowed": [
2832
2898
  "animal housing"
@@ -2903,6 +2969,17 @@
2903
2969
  "all"
2904
2970
  ]
2905
2971
  },
2972
+ "nmvocToAirWasteTreatment": {
2973
+ "siteTypesAllowed": [
2974
+ "all"
2975
+ ],
2976
+ "productTermIdsAllowed": [
2977
+ "all"
2978
+ ],
2979
+ "productTermTypesAllowed": [
2980
+ "all"
2981
+ ]
2982
+ },
2906
2983
  "noToAirAquacultureSystems": {
2907
2984
  "siteTypesAllowed": [
2908
2985
  "pond",
@@ -3009,6 +3086,17 @@
3009
3086
  "all"
3010
3087
  ]
3011
3088
  },
3089
+ "noToAirWasteTreatment": {
3090
+ "siteTypesAllowed": [
3091
+ "all"
3092
+ ],
3093
+ "productTermIdsAllowed": [
3094
+ "all"
3095
+ ],
3096
+ "productTermTypesAllowed": [
3097
+ "all"
3098
+ ]
3099
+ },
3012
3100
  "no3ToGroundwaterCropResidueDecomposition": {
3013
3101
  "siteTypesAllowed": [
3014
3102
  "cropland",
@@ -3073,6 +3161,17 @@
3073
3161
  "all"
3074
3162
  ]
3075
3163
  },
3164
+ "no3ToGroundwaterWasteTreatment": {
3165
+ "siteTypesAllowed": [
3166
+ "all"
3167
+ ],
3168
+ "productTermIdsAllowed": [
3169
+ "all"
3170
+ ],
3171
+ "productTermTypesAllowed": [
3172
+ "all"
3173
+ ]
3174
+ },
3076
3175
  "no3ToSurfaceWaterAquacultureSystems": {
3077
3176
  "siteTypesAllowed": [
3078
3177
  "pond",
@@ -3253,6 +3352,17 @@
3253
3352
  "all"
3254
3353
  ]
3255
3354
  },
3355
+ "noxToAirWasteTreatment": {
3356
+ "siteTypesAllowed": [
3357
+ "all"
3358
+ ],
3359
+ "productTermIdsAllowed": [
3360
+ "all"
3361
+ ],
3362
+ "productTermTypesAllowed": [
3363
+ "all"
3364
+ ]
3365
+ },
3256
3366
  "pErosionInputsProduction": {
3257
3367
  "siteTypesAllowed": [
3258
3368
  "all"
@@ -4077,14 +4187,6 @@
4077
4187
  "cropland"
4078
4188
  ]
4079
4189
  },
4080
- "numberOfHives": {
4081
- "siteTypesAllowed": [
4082
- "forest",
4083
- "other natural vegetation",
4084
- "cropland",
4085
- "permanent pasture"
4086
- ]
4087
- },
4088
4190
  "pastureGrasses": {
4089
4191
  "siteTypesAllowed": [
4090
4192
  "permanent pasture"
@@ -7745,6 +7847,15 @@
7745
7847
  "permanent pasture"
7746
7848
  ]
7747
7849
  },
7850
+ "bundFormingWithBundFormer": {
7851
+ "siteTypesAllowed": [
7852
+ "forest",
7853
+ "other natural vegetation",
7854
+ "cropland",
7855
+ "glass or high accessible cover",
7856
+ "permanent pasture"
7857
+ ]
7858
+ },
7748
7859
  "buttageOfVine": {
7749
7860
  "siteTypesAllowed": [
7750
7861
  "forest",
@@ -8839,6 +8950,27 @@
8839
8950
  "animal housing"
8840
8951
  ]
8841
8952
  },
8953
+ "coolingWithAirConditioning": {
8954
+ "siteTypesAllowed": [
8955
+ "animal housing",
8956
+ "agri-food processor",
8957
+ "food retailer"
8958
+ ]
8959
+ },
8960
+ "coolingWithEvaporativeCoolingTower": {
8961
+ "siteTypesAllowed": [
8962
+ "animal housing",
8963
+ "agri-food processor",
8964
+ "food retailer"
8965
+ ]
8966
+ },
8967
+ "maintainingBuildings": {
8968
+ "siteTypesAllowed": [
8969
+ "animal housing",
8970
+ "agri-food processor",
8971
+ "food retailer"
8972
+ ]
8973
+ },
8842
8974
  "seed": {
8843
8975
  "siteTypesAllowed": [
8844
8976
  "cropland",