@hestia-earth/glossary 0.35.0 → 0.36.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,44 @@
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.36.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.35.0...v0.36.0) (2023-11-06)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * **other:** move `Instrument air` from other to `processingAid`
11
+ * **other:** move `Steam (1 bar pressure)` to `processingAid`
12
+ * **measurement:** Renames `Microbial biomass (carbon, per kg soil)` to
13
+ `Microbial biomass carbon (per kg soil)`,
14
+ `Microbial biomass (nitrogen, per kg soil)` to
15
+ `Microbial biomass nitrogen (per kg soil)`,
16
+ `Microbial biomass (carbon, per m3 soil)` to
17
+ `Microbial biomass carbon (per m3 soil)`,
18
+ `Microbial biomass (nitrogen, per m3 soil)` to
19
+ `Microbial biomass nitrogen (per m3 soil)`,
20
+ `Microbial biomass (carbon, per ha)` to
21
+ `Microbial biomass carbon (per ha)`,
22
+ `Microbial biomass (nitrogen, per ha)` to
23
+ `Microbial biomass nitrogen (per ha)`.
24
+
25
+ ### Features
26
+
27
+ * **machinery:** add `Electric battery` ([61761d8](https://gitlab.com/hestia-earth/hestia-glossary/commit/61761d8fea8d4016d8626f419834d9f5e3054bfd)), closes [#1173](https://gitlab.com/hestia-earth/hestia-glossary/issues/1173)
28
+ * **material:** add terms for "Zinc", "Copper", and "Bronze" ([355444b](https://gitlab.com/hestia-earth/hestia-glossary/commit/355444b2baa428b70cfc072f6fd84befe772f925)), closes [#1173](https://gitlab.com/hestia-earth/hestia-glossary/issues/1173)
29
+ * **other:** move `Instrument air` and `Steam (1 bar pressure)` to `processingAid` ([05c0cea](https://gitlab.com/hestia-earth/hestia-glossary/commit/05c0cea897de32c62a5c4803cf096b195ee69219)), closes [#1050](https://gitlab.com/hestia-earth/hestia-glossary/issues/1050)
30
+ * **pesticideBrandName:** add `Antifouling paint, unspecified` ([cc48040](https://gitlab.com/hestia-earth/hestia-glossary/commit/cc480409b310c290c2151639aa4d7eae1848caf9)), closes [#1174](https://gitlab.com/hestia-earth/hestia-glossary/issues/1174)
31
+ * **property:** update `termTypesAllowed` for `Organic (property)` ([a9ca2db](https://gitlab.com/hestia-earth/hestia-glossary/commit/a9ca2dbd688b2cee99dbca96f80b92e08f909d05)), closes [#1176](https://gitlab.com/hestia-earth/hestia-glossary/issues/1176)
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * **crop:** fix `N_Content_AG_Residue` and `N_Content_BG_Residue` lookups ([ed9cb9a](https://gitlab.com/hestia-earth/hestia-glossary/commit/ed9cb9a318704d9394defffca96dd24adc3324e4))
37
+ * **crop:** fix IPCC_2019_Ratio_AGRes_YieldDM and IPCC_2019_Ratio_BGRes_AGRes lookups ([d1c212b](https://gitlab.com/hestia-earth/hestia-glossary/commit/d1c212b2457f594afb89370c93b8c2d149280df4))
38
+ * **emission:** remove `siteTypesAllowed` restriction for background emissions ([1958421](https://gitlab.com/hestia-earth/hestia-glossary/commit/1958421625e97c4c4c11311102767efbef775a26)), closes [#1178](https://gitlab.com/hestia-earth/hestia-glossary/issues/1178)
39
+
40
+
41
+ * **measurement:** rename `Microbial biomass...` terms for consistency ([a3c0cdc](https://gitlab.com/hestia-earth/hestia-glossary/commit/a3c0cdcf24b2a212a09d0deab44780baf9e5a86a))
42
+
5
43
  ## [0.35.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.34.1...v0.35.0) (2023-10-31)
6
44
 
7
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.35.0",
3
+ "version": "0.36.0",
4
4
  "description": "Hestia Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1227,10 +1227,12 @@
1227
1227
  "alkydResin70DepreciatedAmountPerCycle",
1228
1228
  "aluminiumDepreciatedAmountPerCycle",
1229
1229
  "brickDepreciatedAmountPerCycle",
1230
+ "bronzeDepreciatedAmountPerCycle",
1230
1231
  "cardboardDepreciatedAmountPerCycle",
1231
1232
  "cementDepreciatedAmountPerCycle",
1232
1233
  "concreteDepreciatedAmountPerCycle",
1233
1234
  "constructionFoamDepreciatedAmountPerCycle",
1235
+ "copperMaterialDepreciatedAmountPerCycle",
1234
1236
  "crushedStoneDepreciatedAmountPerCycle",
1235
1237
  "expandedPolystyreneDepreciatedAmountPerCycle",
1236
1238
  "fibreglassReinforcedPlasticDepreciatedAmountPerCycle",
@@ -1239,6 +1241,7 @@
1239
1241
  "highDensityPolyethyleneDepreciatedAmountPerCycle",
1240
1242
  "ironDepreciatedAmountPerCycle",
1241
1243
  "lowDensityPolyethyleneDepreciatedAmountPerCycle",
1244
+ "metalUnspecifiedDepreciatedAmountPerCycle",
1242
1245
  "nylonDepreciatedAmountPerCycle",
1243
1246
  "plasticTypeUnspecifiedDepreciatedAmountPerCycle",
1244
1247
  "plywoodDepreciatedAmountPerCycle",
@@ -1257,15 +1260,18 @@
1257
1260
  "steelDepreciatedAmountPerCycle",
1258
1261
  "woodMaterialDepreciatedAmountPerCycle",
1259
1262
  "syntheticRubberDepreciatedAmountPerCycle",
1263
+ "zincMaterialDepreciatedAmountPerCycle",
1260
1264
  "alkydResin",
1261
1265
  "alkydResin70",
1262
1266
  "aluminium",
1263
1267
  "animalBeddingUnspecified",
1268
+ "bronze",
1264
1269
  "brick",
1265
1270
  "cardboard",
1266
1271
  "cement",
1267
1272
  "concrete",
1268
1273
  "constructionFoam",
1274
+ "copperMaterial",
1269
1275
  "cork",
1270
1276
  "crushedStone",
1271
1277
  "expandedPolystyrene",
@@ -1275,6 +1281,7 @@
1275
1281
  "highDensityPolyethylene",
1276
1282
  "iron",
1277
1283
  "lowDensityPolyethylene",
1284
+ "metalUnspecified",
1278
1285
  "nylon",
1279
1286
  "paraffinWaxMaterial",
1280
1287
  "plasticTypeUnspecified",
@@ -1298,12 +1305,11 @@
1298
1305
  "woodMaterial",
1299
1306
  "woodBark",
1300
1307
  "paper",
1308
+ "zincMaterial",
1301
1309
  "liquidOxygen",
1302
- "steam1BarPressure",
1303
1310
  "surfactant",
1304
1311
  "versaticAcidDerivatives",
1305
1312
  "detergentUnspecifiedAi",
1306
- "instrumentAir",
1307
1313
  "pesticideUnspecifiedAi",
1308
1314
  "pesticideAdjuvantUnspecified",
1309
1315
  "bactericideUnspecifiedAi",
@@ -16358,6 +16364,7 @@
16358
16364
  "CAS-70-30-4",
16359
16365
  "CAS-26571-11-9",
16360
16366
  "dilutedPesticideUnspecifiedKg",
16367
+ "antifoulingPaintUnspecified",
16361
16368
  "Hsp2OPro",
16362
16369
  "SHydropreneTechnical",
16363
16370
  "SMethopreneTechnical",
@@ -24781,6 +24788,8 @@
24781
24788
  "sulphurDioxideProcessingAid",
24782
24789
  "sodiumChlorideProcessingAid",
24783
24790
  "chelatingAgentUnspecified",
24791
+ "steam1BarPressure",
24792
+ "instrumentAir",
24784
24793
  "aragonite",
24785
24794
  "biochar",
24786
24795
  "lime",
@@ -2720,9 +2720,7 @@
2720
2720
  ]
2721
2721
  },
2722
2722
  "siteTypesAllowed": [
2723
- "cropland",
2724
- "permanent pasture",
2725
- "agri-food processor"
2723
+ "all"
2726
2724
  ],
2727
2725
  "productTermIdsAllowed": [
2728
2726
  "all"
@@ -8635,11 +8633,7 @@
8635
8633
  ]
8636
8634
  },
8637
8635
  "siteTypesAllowed": [
8638
- "forest",
8639
- "other natural vegetation",
8640
- "cropland",
8641
- "glass or high accessible cover",
8642
- "permanent pasture"
8636
+ "all"
8643
8637
  ],
8644
8638
  "productTermIdsAllowed": [
8645
8639
  "all"
@@ -145506,11 +145500,6 @@
145506
145500
  "all"
145507
145501
  ]
145508
145502
  },
145509
- "steam1BarPressure": {
145510
- "siteTypesAllowed": [
145511
- "all"
145512
- ]
145513
- },
145514
145503
  "surfactant": {
145515
145504
  "siteTypesAllowed": [
145516
145505
  "all"
@@ -145526,11 +145515,6 @@
145526
145515
  "all"
145527
145516
  ]
145528
145517
  },
145529
- "instrumentAir": {
145530
- "siteTypesAllowed": [
145531
- "agri-food processor"
145532
- ]
145533
- },
145534
145518
  "processingAidUnspecified": {
145535
145519
  "siteTypesAllowed": [
145536
145520
  "agri-food processor"
@@ -145666,6 +145650,16 @@
145666
145650
  "agri-food processor"
145667
145651
  ]
145668
145652
  },
145653
+ "steam1BarPressure": {
145654
+ "siteTypesAllowed": [
145655
+ "all"
145656
+ ]
145657
+ },
145658
+ "instrumentAir": {
145659
+ "siteTypesAllowed": [
145660
+ "all"
145661
+ ]
145662
+ },
145669
145663
  "acidDetergentFibreContent": {
145670
145664
  "siteTypesAllowed": [
145671
145665
  "all"