@undp/carbon-library 1.0.164 → 1.0.165-enablement-type-fixes.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  export declare enum EnablementTypes {
2
2
  CapacityBuilding = "Capacity Building",
3
3
  TechnologyTransfer = "Technology Transfer",
4
- Financial = "FInancial"
4
+ Financial = "Financial"
5
5
  }
6
6
  export declare const enablementTypesAndValues: {
7
7
  type: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.164",
3
+ "version": "1.0.165-enablement-type-fixes.0",
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": {