@undp/carbon-library 1.0.293-CARBON-433.0 → 1.0.293-CARBON-433.2

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.
@@ -90,6 +90,6 @@
90
90
  "startOfPayback":"Start of Payback",
91
91
  "LumpSum":"LUMP SUM",
92
92
  "Upfront":"UPFRONT",
93
- "Annual":"ANNUAL"
94
-
93
+ "Annual":"ANNUAL",
94
+ "noinvestment": "No Financings Available"
95
95
  }
@@ -13,5 +13,6 @@
13
13
  "gettingProgrammeError": "Error al obtener el programa",
14
14
  "all": "Todos",
15
15
  "searchByName": "Buscar por nombre del programa",
16
- "environmentalImpactAssessment": "Evaluación de Impacto Ambiental"
16
+ "environmentalImpactAssessment": "Evaluación de Impacto Ambiental",
17
+ "noinvestment": "No hay financiamientos disponibles"
17
18
  }
@@ -13,5 +13,6 @@
13
13
  "gettingProgrammeError": "Erreur lors de l'obtention du programme",
14
14
  "all": "Tous",
15
15
  "searchByName": "Rechercher par nom de programme",
16
- "environmentalImpactAssessment": "Évaluation de l'Impact Environnemental"
16
+ "environmentalImpactAssessment": "Évaluation de l'Impact Environnemental",
17
+ "noinvestment": "Aucun financement disponible"
17
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.293-CARBON-433.0",
3
+ "version": "1.0.293-CARBON-433.2",
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": {