@betarena/ad-engine 0.0.25 → 0.0.27

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.25",
3
+ "version": "0.0.27",
4
4
  "private": false,
5
5
  "description": "Betarena ad-engine widget",
6
6
  "keywords": [
@@ -84,14 +84,14 @@
84
84
  * @example
85
85
  * => 10000 (10 seconds)
86
86
  */
87
- timeoutForAdvertShow = 0, // 10000
87
+ timeoutForAdvertShow = 10000,
88
88
  /**
89
89
  * @description
90
90
  * 📝 number of `milliseconds` for advert close action show
91
91
  * @example
92
92
  * => 15000 (15 seconds)
93
93
  */
94
- timeoutForAdvertCloseAction = 0 // 15000
94
+ timeoutForAdvertCloseAction = 15000
95
95
  ;
96
96
 
97
97
  let
@@ -235,7 +235,6 @@
235
235
  width=250
236
236
  height=250
237
237
  src={adData.data?.media}
238
- controls={false}
239
238
  autoplay={true}
240
239
  />
241
240