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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
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/
|
|
584
|
-
production: "https://www.iatiglobal.com/
|
|
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/
|
|
554
|
-
production: "https://www.iatiglobal.com/
|
|
553
|
+
staging: "https://stg.iatiglobal.com/en/",
|
|
554
|
+
production: "https://www.iatiglobal.com/en/"
|
|
555
555
|
},
|
|
556
556
|
timeZone: "Europe/Madrid",
|
|
557
557
|
regionsToGroup: [
|