@everymatrix/player-account-controller-nd 1.43.3 → 1.43.4
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-nd",
|
|
3
|
-
"version": "1.43.
|
|
3
|
+
"version": "1.43.4",
|
|
4
4
|
"main": "dist/player-account-controller-nd.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": "
|
|
38
|
+
"gitHead": "8464c47cb49b4ffa1c9debfac3a7dfc3097cf57a"
|
|
39
39
|
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
import '@everymatrix/player-account-gaming-limits';
|
|
15
15
|
import '@everymatrix/player-active-bonuses';
|
|
16
16
|
import '@everymatrix/player-profile-info';
|
|
17
|
-
import '@everymatrix/player-change-password';
|
|
17
|
+
import '@everymatrix/player-change-password-nd';
|
|
18
18
|
import '@everymatrix/player-reality-check';
|
|
19
19
|
import '@everymatrix/player-bonus-history';
|
|
20
20
|
import '@everymatrix/player-deposit';
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
{#if activeMenuItem === widgetPath[0]}
|
|
595
595
|
<player-profile-info userid={userId} sessionid={sessionId} {endpoint} {lang} {translationurl} {clientstyling} {clientstylingurl} {custominputtextswitch}></player-profile-info>
|
|
596
596
|
{:else if activeMenuItem === widgetPath[1]}
|
|
597
|
-
<player-change-password {simplepasswordvalidation} {translationurl} {lang} {clientstyling} {clientstylingurl}></player-change-password>
|
|
597
|
+
<player-change-password-nd {simplepasswordvalidation} {translationurl} {lang} {clientstyling} {clientstylingurl}></player-change-password-nd>
|
|
598
598
|
{:else if activeMenuItem === widgetPath[2]}
|
|
599
599
|
<player-reality-check {endpoint} {translationurl} {playerid} {session} {lang} {clientstyling} {clientstylingurl}></player-reality-check>
|
|
600
600
|
{:else if activeMenuItem === widgetPath[3]}
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
{#if activeMenuItem === widgetPath[0]}
|
|
644
644
|
<player-profile-info userid={userId} sessionid={sessionId} {endpoint} {lang} {translationurl} {clientstyling} {clientstylingurl} {custominputtextswitch}></player-profile-info>
|
|
645
645
|
{:else if activeMenuItem === widgetPath[1]}
|
|
646
|
-
<player-change-password {simplepasswordvalidation}{lang} {translationurl} {clientstyling} {clientstylingurl}></player-change-password>
|
|
646
|
+
<player-change-password-nd {simplepasswordvalidation}{lang} {translationurl} {clientstyling} {clientstylingurl}></player-change-password-nd>
|
|
647
647
|
{:else if activeMenuItem === widgetPath[2]}
|
|
648
648
|
<player-reality-check {endpoint} {translationurl} {playerid} {session} {lang} {clientstyling} {clientstylingurl}></player-reality-check>
|
|
649
649
|
{:else if activeMenuItem === widgetPath[3]}
|