@everymatrix/casino-most-played-section 1.31.0 → 1.31.2
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.31.
|
3
|
+
"version": "1.31.2",
|
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": "
|
38
|
+
"gitHead": "ced96438778b5026f2dcfb9a87463aa4f1edaa62"
|
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"
|