@betarena/ad-engine 0.0.45 → 0.0.47
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
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
│ ➤ Testing Configuration(s)
|
|
554
554
|
╰─────
|
|
555
555
|
-->
|
|
556
|
-
<DevInfoBox>
|
|
556
|
+
<!-- <DevInfoBox>
|
|
557
557
|
<p>
|
|
558
558
|
[detected] Device Type :|: {deviceType}
|
|
559
559
|
</p>
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
<p>
|
|
573
573
|
[data] Adverts Fetched Number :|: {creativeDataMap.size}
|
|
574
574
|
</p>
|
|
575
|
-
</DevInfoBox>
|
|
575
|
+
</DevInfoBox> -->
|
|
576
576
|
|
|
577
577
|
<!--
|
|
578
578
|
╭─────
|
|
@@ -9,7 +9,7 @@ export const
|
|
|
9
9
|
* ➤ dev|:|live|:|staging
|
|
10
10
|
* "https://betarena-test-e2748dab12f5.herokuapp.com"
|
|
11
11
|
* ➤ prod|:|live
|
|
12
|
-
* "http://49.13.201.19:8500"
|
|
12
|
+
* "http://49.13.201.19:8500" | "https://ads.betarena.com/"
|
|
13
13
|
*/
|
|
14
|
-
betarenaEndpoint = '
|
|
14
|
+
betarenaEndpoint = 'https://ads.betarena.com'
|
|
15
15
|
;
|