@everymatrix/casino-last-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-last-played-section",
3
- "version": "1.31.0",
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": "2cd63cac8a1345eb832337233e848d196c3d9a7b"
38
+ "gitHead": "ced96438778b5026f2dcfb9a87463aa4f1edaa62"
39
39
  }
@@ -28,6 +28,7 @@
28
28
  export let lastplayedlimit:string = '';
29
29
  export let casinomygames:string = 'false';
30
30
  export let lastplayedunique: string = 'true';
31
+ export let fetchviaevent:string = 'true';
31
32
 
32
33
 
33
34
  let userAgent:any = window.navigator.userAgent;
@@ -176,6 +177,7 @@
176
177
  lang={lang}
177
178
  currency={currency}
178
179
  favorites={favorites}
180
+ fetchviaevent={fetchviaevent}
179
181
  categoryid="LASTPLAYED"
180
182
  categoryindex="1"
181
183
  categorygames="9"