@everymatrix/player-account-controller 1.0.10 → 1.0.13
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.0.
|
|
3
|
+
"version": "1.0.13",
|
|
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": "
|
|
39
|
+
"gitHead": "4b2bbc7cb2c3424950a39147a985ac5d38207cdf"
|
|
40
40
|
}
|
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
{:else if switchContent && pagePath === widgetPath[10]}
|
|
814
814
|
<player-deposit {endpoint} {session} {playerid} {lang} {hasdefaultamount} {playercurrency}></player-deposit>
|
|
815
815
|
{:else if switchContent && pagePath === widgetPath[11]}
|
|
816
|
-
<player-withdrawal {endpoint} {session} {playerid} {lang} {hasdefaultamount}></player-withdrawal>
|
|
816
|
+
<player-withdrawal {endpoint} {session} {playerid} {lang} {hasdefaultamount} {playercurrency}></player-withdrawal>
|
|
817
817
|
{:else if switchContent && pagePath === widgetPath[12]}
|
|
818
818
|
<player-pending-withdrawals {endpoint} {session} {playerid} {lang}></player-pending-withdrawals>
|
|
819
819
|
{:else if switchContent && pagePath === widgetPath[13]}
|
|
@@ -851,7 +851,7 @@
|
|
|
851
851
|
{:else if switchContent && pagePath === widgetPath[10]}
|
|
852
852
|
<player-deposit {endpoint} {session} {playerid} {lang} {hasdefaultamount} {playercurrency}></player-deposit>
|
|
853
853
|
{:else if switchContent && pagePath === widgetPath[11]}
|
|
854
|
-
<player-withdrawal {endpoint} {session} {playerid} {lang} {hasdefaultamount}></player-withdrawal>
|
|
854
|
+
<player-withdrawal {endpoint} {session} {playerid} {lang} {hasdefaultamount} {playercurrency}></player-withdrawal>
|
|
855
855
|
{:else if switchContent && pagePath === widgetPath[12]}
|
|
856
856
|
<player-pending-withdrawals {endpoint} {session} {playerid} {lang}></player-pending-withdrawals>
|
|
857
857
|
{:else if switchContent && pagePath === widgetPath[13]}
|