@hestia-earth/glossary 0.10.0 → 0.11.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,38 @@
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.11.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.10.0...v0.11.0) (2022-10-25)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * **landUseManagement:** `fallowCorrection` and `croppingIntensity` moved to `landUseManagement`
11
+ * **building:** `cropProtection` glossary has been moved to `building`.
12
+
13
+ ### Features
14
+
15
+ * **building:** merge with cropProtection and add misting system ([58fc727](https://gitlab.com/hestia-earth/hestia-glossary/commit/58fc727346a57ff1bf5660c45cda4c153ea6411a))
16
+ * **cropEstablishment:** add `foliar fertilisation` ([7863717](https://gitlab.com/hestia-earth/hestia-glossary/commit/7863717c465623e5c7477d7bf33af30391e14c80))
17
+ * **cropEstablishment:** britainise fertilization terms ([bd17844](https://gitlab.com/hestia-earth/hestia-glossary/commit/bd1784400f5cd9ec2efba6374200b9a63c5deb86))
18
+ * **landUseManagement:** add `minimum` and `maximum` lookups to terms ([7dec753](https://gitlab.com/hestia-earth/hestia-glossary/commit/7dec753ef87ef96db6247660d1b4a334090d71b8))
19
+ * **landUseManagement:** move cropping intensity and fallow allocation from `measurement` ([5ff38a3](https://gitlab.com/hestia-earth/hestia-glossary/commit/5ff38a373bc16379c21cf2fa228623bc7472c93a))
20
+ * **methodMeasurement:** add `anaerobic slurry technique` ([0d1ea68](https://gitlab.com/hestia-earth/hestia-glossary/commit/0d1ea68234178fbe799d09b57a8c7e277f892cb1))
21
+ * **methodMeasurement:** add `chromotropic acid method` ([b0122a5](https://gitlab.com/hestia-earth/hestia-glossary/commit/b0122a5f69f6a40631771e7b069252f9259ea15f))
22
+ * **methodMeasurement:** add `conductivity bridge` ([8cc7134](https://gitlab.com/hestia-earth/hestia-glossary/commit/8cc71347664db48dcfad2a4e59af42720d0b7fe8))
23
+ * **methodMeasurement:** add `EDTA-extraction method` ([735cd4f](https://gitlab.com/hestia-earth/hestia-glossary/commit/735cd4fcb4e363ca7291b7a7306901b0b4ea58a1))
24
+ * **methodMeasurement:** add `hydrometer method` ([a2fba20](https://gitlab.com/hestia-earth/hestia-glossary/commit/a2fba20b045c0d549cddfee272ec7d01203997bb))
25
+ * **methodMeasurement:** add `photoelectric flame photometer` ([9734583](https://gitlab.com/hestia-earth/hestia-glossary/commit/97345839e7440d077644a4ae6fcdc9aabb1a0602))
26
+ * **methodMeasurement:** add `vence method` ([8b03220](https://gitlab.com/hestia-earth/hestia-glossary/commit/8b03220e2bc1616131993d3fe26feb21dffc4745))
27
+ * **operation:** add `planking, with plank` ([e583b08](https://gitlab.com/hestia-earth/hestia-glossary/commit/e583b08821507cd8cb347e7ef71ec111bf985f14))
28
+ * **operation:** add `puddling, with puddler` ([cd4ff8b](https://gitlab.com/hestia-earth/hestia-glossary/commit/cd4ff8b4ecc3fdd895729e236fd1d44e1781f55c))
29
+ * **region:** add LC-IMPACT CFs for Central America ([7584386](https://gitlab.com/hestia-earth/hestia-glossary/commit/75843868eab5d8c182a6c62d5a76dee027e1c413)), closes [#514](https://gitlab.com/hestia-earth/hestia-glossary/issues/514)
30
+ * **region:** move `measurement` lookup terms into `landUseManagement` ([a0b5bd9](https://gitlab.com/hestia-earth/hestia-glossary/commit/a0b5bd9bd16d2874c353cedc6336246ce4413420)), closes [#516](https://gitlab.com/hestia-earth/hestia-glossary/issues/516)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * **characterisedIndicator:** missing space in units for scarcity wtd water use ([d8203cf](https://gitlab.com/hestia-earth/hestia-glossary/commit/d8203cfbd979cefe69b56cdbe2378ce82ad9a50f))
36
+
5
37
  ## [0.10.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.9.1...v0.10.0) (2022-10-10)
6
38
 
7
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "Hestia Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -279,7 +279,5 @@
279
279
  "waterDepth": "mean",
280
280
  "slowFlowingWater": "arrayNotAllowed",
281
281
  "fastFlowingWater": "arrayNotAllowed",
282
- "netPrimaryProduction": "mean",
283
- "fallowCorrection": "mean",
284
- "croppingIntensity": "mean"
282
+ "netPrimaryProduction": "mean"
285
283
  }
@@ -1367,7 +1367,7 @@
1367
1367
  "permanent pasture"
1368
1368
  ]
1369
1369
  },
1370
- "numberOfFertilizations": {
1370
+ "numberOfFertilisations": {
1371
1371
  "siteTypesAllowed": [
1372
1372
  "cropland",
1373
1373
  "glass or high accessible cover",
@@ -1381,14 +1381,21 @@
1381
1381
  "permanent pasture"
1382
1382
  ]
1383
1383
  },
1384
- "basalFertilization": {
1384
+ "basalFertilisation": {
1385
1385
  "siteTypesAllowed": [
1386
1386
  "cropland",
1387
1387
  "glass or high accessible cover",
1388
1388
  "permanent pasture"
1389
1389
  ]
1390
1390
  },
1391
- "fertilizationDepthBasal": {
1391
+ "foliarFertilisation": {
1392
+ "siteTypesAllowed": [
1393
+ "cropland",
1394
+ "glass or high accessible cover",
1395
+ "permanent pasture"
1396
+ ]
1397
+ },
1398
+ "fertilisationDepthBasal": {
1392
1399
  "siteTypesAllowed": [
1393
1400
  "cropland",
1394
1401
  "glass or high accessible cover",
@@ -4034,6 +4041,18 @@
4034
4041
  "sea or ocean"
4035
4042
  ]
4036
4043
  },
4044
+ "fallowCorrection": {
4045
+ "siteTypesAllowed": [
4046
+ "cropland",
4047
+ "glass or high accessible cover"
4048
+ ]
4049
+ },
4050
+ "croppingIntensity": {
4051
+ "siteTypesAllowed": [
4052
+ "cropland",
4053
+ "glass or high accessible cover"
4054
+ ]
4055
+ },
4037
4056
  "permanentRaisedBeds": {
4038
4057
  "siteTypesAllowed": [
4039
4058
  "cropland",
@@ -7635,18 +7654,6 @@
7635
7654
  "lake"
7636
7655
  ]
7637
7656
  },
7638
- "fallowCorrection": {
7639
- "siteTypesAllowed": [
7640
- "cropland",
7641
- "glass or high accessible cover"
7642
- ]
7643
- },
7644
- "croppingIntensity": {
7645
- "siteTypesAllowed": [
7646
- "cropland",
7647
- "glass or high accessible cover"
7648
- ]
7649
- },
7650
7657
  "crushingWoodMachineUnspecified": {
7651
7658
  "siteTypesAllowed": [
7652
7659
  "forest",
@@ -9029,6 +9036,11 @@
9029
9036
  "cropland"
9030
9037
  ]
9031
9038
  },
9039
+ "puddlingWithPuddler": {
9040
+ "siteTypesAllowed": [
9041
+ "cropland"
9042
+ ]
9043
+ },
9032
9044
  "choppingStalksMachineUnspecified": {
9033
9045
  "siteTypesAllowed": [
9034
9046
  "forest",
@@ -9056,6 +9068,15 @@
9056
9068
  "permanent pasture"
9057
9069
  ]
9058
9070
  },
9071
+ "plankingWithPlank": {
9072
+ "siteTypesAllowed": [
9073
+ "forest",
9074
+ "other natural vegetation",
9075
+ "cropland",
9076
+ "glass or high accessible cover",
9077
+ "permanent pasture"
9078
+ ]
9079
+ },
9059
9080
  "soilFumigationWithShankInjectionEquipment": {
9060
9081
  "siteTypesAllowed": [
9061
9082
  "forest",