@betarena/ad-engine 0.0.68 → 0.0.69

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.68",
3
+ "version": "0.0.69",
4
4
  "private": false,
5
5
  "description": "Betarena ad-engine widget",
6
6
  "keywords": [
@@ -437,10 +437,10 @@
437
437
  {
438
438
  target: element,
439
439
  props:
440
- {
441
- instanceNode: element,
442
- objectAdvertData: adData
443
- }
440
+ {
441
+ instanceNode: element,
442
+ objectAdvertData: adData
443
+ }
444
444
  }
445
445
  );
446
446
  ;
@@ -451,7 +451,7 @@
451
451
  new AdvertLeftSide
452
452
  (
453
453
  {
454
- target: document.body,
454
+ target: element.parentElement,
455
455
  props:
456
456
  {
457
457
  objectAdvertData: adData
@@ -698,10 +698,10 @@
698
698
  injectBetarenaAds
699
699
  (
700
700
  {
701
- // deviceType,
702
- deviceType: 'desktop',
703
- // isoCountryCode: geoLocation.country_code ?? 'EN',
704
- isoCountryCode: 'BR',
701
+ deviceType,
702
+ // deviceType: 'desktop',
703
+ isoCountryCode: geoLocation.country_code ?? 'EN',
704
+ // isoCountryCode: 'BR',
705
705
  authorId,
706
706
  tagIds: authorArticleTagIds,
707
707
  zoneIds: [...mapBetarenaAdvertStandardElement.keys()]