@undp/carbon-library 1.0.25 → 1.0.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,6 @@ export declare enum ProgrammeManagementColumns {
8
8
  creditTransferred = 6,
9
9
  certifierId = 7,
10
10
  serialNo = 8,
11
- emissionsReductionExpected = 9,
12
- emissionsReductionAchieved = 10
11
+ emissionReductionExpected = 9,
12
+ emissionReductionAchieved = 10
13
13
  }
package/dist/index.d.ts CHANGED
@@ -118,8 +118,8 @@ declare enum ProgrammeManagementColumns {
118
118
  creditTransferred = 6,
119
119
  certifierId = 7,
120
120
  serialNo = 8,
121
- emissionsReductionExpected = 9,
122
- emissionsReductionAchieved = 10
121
+ emissionReductionExpected = 9,
122
+ emissionReductionAchieved = 10
123
123
  }
124
124
 
125
125
  interface LoginProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
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": {