regions-config 1.0.4 → 1.0.5

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/dist/index.js CHANGED
@@ -580,8 +580,8 @@ var comen_default = {
580
580
  }
581
581
  },
582
582
  regionUrls: {
583
- staging: "https://stg.iatiglobal.com/co/",
584
- production: "https://www.iatiglobal.com/co/"
583
+ staging: "https://stg.iatiglobal.com/en/",
584
+ production: "https://www.iatiglobal.com/en/"
585
585
  },
586
586
  timeZone: "Europe/Madrid",
587
587
  regionsToGroup: [
package/dist/index.mjs CHANGED
@@ -550,8 +550,8 @@ var comen_default = {
550
550
  }
551
551
  },
552
552
  regionUrls: {
553
- staging: "https://stg.iatiglobal.com/co/",
554
- production: "https://www.iatiglobal.com/co/"
553
+ staging: "https://stg.iatiglobal.com/en/",
554
+ production: "https://www.iatiglobal.com/en/"
555
555
  },
556
556
  timeZone: "Europe/Madrid",
557
557
  regionsToGroup: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "regions-config",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Configuración de regiones para las aplicaciones de IATI",
5
5
  "private": false,
6
6
  "exports": {