@everymatrix/casino-game-thumbnail 0.0.261 → 0.0.264

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-game-thumbnail",
3
- "version": "0.0.261",
3
+ "version": "0.0.264",
4
4
  "main": "dist/casino-game-thumbnail.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "a93c0ae8104c039af7d54949a0889c11bca83acb"
39
+ "gitHead": "74280a3d32c0dd5df0429675910c1fec53f2aa81"
40
40
  }
@@ -158,6 +158,10 @@
158
158
  sessionID = e.data.session;
159
159
  playerID = e.data.userID;
160
160
  }
161
+
162
+ if(e.data.type === 'CategoryUpdate') {
163
+ livegamedata = null;
164
+ }
161
165
  }
162
166
 
163
167
  const toggleGameFrame = (gameId:any):void => {