@betarena/ad-engine 0.0.34 → 0.0.35

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.34",
3
+ "version": "0.0.35",
4
4
  "private": false,
5
5
  "description": "Betarena ad-engine widget",
6
6
  "keywords": [
@@ -123,7 +123,7 @@
123
123
  * @description
124
124
  * 📝 temporary data
125
125
  */
126
- dataMap: Map < number, AdsCreativeMain >
126
+ dataMap: Map < number, AdsCreativeMain > = new Map()
127
127
  ;
128
128
 
129
129
  // #endregion ➤ 📌 VARIABLES