@everymatrix/casino-game-page 1.22.10 → 1.22.11

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-game-page",
3
- "version": "1.22.10",
3
+ "version": "1.22.11",
4
4
  "main": "dist/casino-game-page.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": "38495c8b7fed86d85f3362fe6419369936e0a28a"
38
+ "gitHead": "1ec5c9d222dc5546dc0ef485ea93807daa2bb50c"
39
39
  }
@@ -375,7 +375,7 @@
375
375
  if(gameState == 'false') {
376
376
  window.open(game.launchUrl, '_blank');
377
377
  } else if(gameState == 'true') {
378
- window.postMessage({ type: 'OpenIntegratedGameFrame', gameId: game.id }, window.location.href);
378
+ window.postMessage({ type: 'OpenIntegratedGameFrame', subVendor: game.subVendor, gameId: game.id, launchUrl: game.launchUrl?.href }, window.location.href);
379
379
  }
380
380
 
381
381
  window.postMessage({ type: 'EnableScroll'}, window.location.href);