@everymatrix/player-profile-info 0.0.255 → 0.0.258

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/player-profile-info",
3
- "version": "0.0.255",
3
+ "version": "0.0.258",
4
4
  "main": "dist/player-profile-info.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": "75eba1384dd09e2170373cd0b2350fd226937e2a"
39
+ "gitHead": "29d9cee256c6fbdf17d95ed82bc3ebcc62241704"
40
40
  }
@@ -286,7 +286,7 @@
286
286
  }
287
287
 
288
288
  const toggleScreen = ():void => {
289
- window.postMessage({ type: 'ReturnToMenu' }, window.location.href);
289
+ window.postMessage({type: 'PlayerAccountMenuActive', isMobile}, window.location.href);
290
290
  }
291
291
 
292
292
  const checkForChanges = ():void => {