@everymatrix/player-account-controller 0.0.174 → 0.0.184
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.
|
|
3
|
+
"version": "0.0.184",
|
|
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.
|
|
33
|
-
"@everymatrix/player-account-notifications": "^0.0.
|
|
32
|
+
"@everymatrix/player-account-menu": "^0.0.184",
|
|
33
|
+
"@everymatrix/player-account-notifications": "^0.0.184",
|
|
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": "
|
|
41
|
+
"gitHead": "f43e50b99ce0ff9013acaadba043f19ed1d7f846"
|
|
42
42
|
}
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
</nav>
|
|
556
556
|
{:else}
|
|
557
557
|
{#if switchContent && pageName === widgetTitle[0]}
|
|
558
|
-
<player-profile-info></player-profile-info>
|
|
558
|
+
<player-profile-info {endpoint}></player-profile-info>
|
|
559
559
|
{:else if switchContent && pageName === widgetTitle[1]}
|
|
560
560
|
<player-change-password></player-change-password>
|
|
561
561
|
{:else if switchContent && pageName === widgetTitle[2]}
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
</nav>
|
|
591
591
|
<main>
|
|
592
592
|
{#if switchContent && pageName === widgetTitle[0]}
|
|
593
|
-
<player-profile-info></player-profile-info>
|
|
593
|
+
<player-profile-info {endpoint}></player-profile-info>
|
|
594
594
|
{:else if switchContent && pageName === widgetTitle[1]}
|
|
595
595
|
<player-change-password></player-change-password>
|
|
596
596
|
{:else if switchContent && pageName === widgetTitle[2]}
|