@everymatrix/player-account-controller 1.8.4 → 1.9.1

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-account-controller",
3
- "version": "1.8.4",
3
+ "version": "1.9.1",
4
4
  "main": "dist/player-account-controller.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": "58b0374c9527cbfb3a070ac6fb1744bc670aba27"
39
+ "gitHead": "b882819d6bf435954793bf62ec04879ecb8572e0"
40
40
  }
@@ -208,6 +208,7 @@
208
208
  break;
209
209
 
210
210
  case 'PlayerAccountMenuActive':
211
+ case 'GoToPreviousRoute':
211
212
  if (e.data.isMobile) {
212
213
  switchContent = false;
213
214
  initialLoad();