@everymatrix/player-account-controller 0.0.264 → 0.0.268

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": "0.0.264",
3
+ "version": "0.0.268",
4
4
  "main": "dist/player-account-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -29,8 +29,8 @@
29
29
  "typescript": "^3.9.3"
30
30
  },
31
31
  "dependencies": {
32
- "@everymatrix/player-account-menu": "^0.0.264",
33
- "@everymatrix/player-account-notifications": "^0.0.264",
32
+ "@everymatrix/player-account-menu": "^0.0.268",
33
+ "@everymatrix/player-account-notifications": "^0.0.268",
34
34
  "cross-env": "^7.0.3",
35
35
  "sirv-cli": "^1.0.0",
36
36
  "svelte": "^3.0.0"
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "74280a3d32c0dd5df0429675910c1fec53f2aa81"
41
+ "gitHead": "c5b78b8fcf6dd4293a5b296177205963840e7289"
42
42
  }
@@ -630,8 +630,6 @@
630
630
  const initialLoad = ():void => {
631
631
  userId = playerid;
632
632
  sessionId = session;
633
- pagePath = widgetPath[0];
634
-
635
633
  if (!isMobile) {
636
634
  switchContent = true;
637
635
  }