@everymatrix/casino-game-page 0.0.206 → 0.0.207

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-page",
3
- "version": "0.0.206",
3
+ "version": "0.0.207",
4
4
  "main": "dist/casino-game-page.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": "19b20a886db165955575009bd82cc36d837d74d0"
39
+ "gitHead": "1769a90f32edd782f70c332e0834a59951c3be6d"
40
40
  }
@@ -276,7 +276,7 @@
276
276
 
277
277
  const toggleDeposit = () => {
278
278
  if (depositevent) {
279
- window.postMessage(depositevent, window.location.href);
279
+ window.postMessage({ type: depositevent }, window.location.href);
280
280
  window.postMessage({ type: 'ModalClosed' }, window.location.href);
281
281
  }
282
282