@everymatrix/casino-most-played-section 1.30.1 → 1.31.1

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": "@everymatrix/casino-most-played-section",
3
- "version": "1.30.1",
3
+ "version": "1.31.1",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "fb8f6763064049c1da23e78c065e8c2bca2aa409"
38
+ "gitHead": "0b3995d8c9121bfc27eb9aed6a034bbd1583400b"
39
39
  }
@@ -27,6 +27,7 @@
27
27
  export let casinomygames:string = 'false';
28
28
  export let mostplayedperiod:string = 'Last30Days';
29
29
  export let mostplayedrounds: string = '10';
30
+ export let fetchviaevent:string = 'true';
30
31
 
31
32
 
32
33
  let userAgent:any = window.navigator.userAgent;
@@ -193,6 +194,7 @@
193
194
  lang={lang}
194
195
  currency={currency}
195
196
  favorites={favorites}
197
+ fetchviaevent={fetchviaevent}
196
198
  categoryid="MOSTPLAYED"
197
199
  categoryindex="1"
198
200
  categorygames="9"