@everymatrix/casino-game-page 1.27.2 → 1.27.3

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.27.2",
3
+ "version": "1.27.3",
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": "0c03a79deed2ad6c051e5842c9c172ccdfee2b46"
38
+ "gitHead": "bb3f018dda0d4518201642689dcd1745b1d9153e"
39
39
  }
@@ -419,7 +419,7 @@
419
419
  if (isMobile(userAgent)) {
420
420
  window.postMessage({ type: 'ModalClosed' }, window.location.href);
421
421
  }
422
- window.postMessage({ type: registerevent, transition: 'Register' }, windw.location.href);
422
+ window.postMessage({ type: registerevent, transition: 'Register' }, window.location.href);
423
423
  }
424
424
 
425
425
  if (registerurl) {