@everymatrix/casino-lobby 0.0.222 → 0.0.223
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/dist/casino-lobby.js +1 -3
- package/dist/casino-lobby.js.map +1 -1
- package/index.html +1 -0
- package/package.json +2 -2
- package/src/CasinoLobby.svelte +2 -0
package/index.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-lobby",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.223",
|
|
4
4
|
"main": "dist/casino-lobby.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": "5372f53977f5b7ba141b1afe5dc2b85d2c0bc9e7"
|
|
40
40
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
export let depositevent:string = '';
|
|
32
32
|
|
|
33
33
|
export let mostplayed:string = '';
|
|
34
|
+
export let mostplayedrounds:string = '';
|
|
34
35
|
export let favorites:string = '';
|
|
35
36
|
|
|
36
37
|
export let desktopoffset:string = '0';
|
|
@@ -201,6 +202,7 @@
|
|
|
201
202
|
session={session}
|
|
202
203
|
userid={userid}
|
|
203
204
|
mostplayed={mostPlayed}
|
|
205
|
+
{mostplayedrounds}
|
|
204
206
|
favorites={fav}
|
|
205
207
|
{clientstyling}
|
|
206
208
|
{clientstylingurl}
|