@betarena/ad-engine 0.0.36 → 0.0.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betarena/ad-engine",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "private": false,
5
5
  "description": "Betarena ad-engine widget",
6
6
  "keywords": [
@@ -475,7 +475,7 @@
475
475
  (
476
476
  {
477
477
  deviceType,
478
- isoCountryCode: 'PT',
478
+ isoCountryCode: geoLocation?.country_code ?? 'EN',
479
479
  authorId,
480
480
  tagIds: authorArticleTagIds,
481
481
  zoneIds: [...betarenaAdsInjectMap.keys()]