@undp/carbon-library 1.0.135-ghg-inventory.9.8 → 1.0.135-ghg-inventory.9.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,10 +18,10 @@ export declare enum EmissionSector {
18
18
  'other' = "Other"
19
19
  }
20
20
  export declare enum EmissionGas {
21
- 'CO2' = "CO<sub>2</sub>",
22
- 'CH4' = "CH<sub>4</sub>",
23
- 'N2O' = "N<sub>2</sub>O",
24
- 'CO2eq' = "CO<sub>2</sub>-eq"
21
+ 'co2' = "CO<sub>2</sub>",
22
+ 'ch4' = "CH<sub>4</sub>",
23
+ 'n2o' = "N<sub>2</sub>O",
24
+ 'co2eq' = "CO<sub>2</sub>-eq"
25
25
  }
26
26
  export declare enum EmissionSubSectors {
27
27
  fuelCombustionActivities = "Fuel Combustion Activities",
package/dist/index.d.ts CHANGED
@@ -633,10 +633,10 @@ declare enum EmissionSector {
633
633
  'other' = "Other"
634
634
  }
635
635
  declare enum EmissionGas {
636
- 'CO2' = "CO<sub>2</sub>",
637
- 'CH4' = "CH<sub>4</sub>",
638
- 'N2O' = "N<sub>2</sub>O",
639
- 'CO2eq' = "CO<sub>2</sub>-eq"
636
+ 'co2' = "CO<sub>2</sub>",
637
+ 'ch4' = "CH<sub>4</sub>",
638
+ 'n2o' = "N<sub>2</sub>O",
639
+ 'co2eq' = "CO<sub>2</sub>-eq"
640
640
  }
641
641
  declare enum EmissionSubSectors {
642
642
  fuelCombustionActivities = "Fuel Combustion Activities",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.135-ghg-inventory.9.8",
3
+ "version": "1.0.135-ghg-inventory.9.9",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {