@everymatrix/casino-lobby 1.19.3 → 1.19.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/casino-lobby",
3
- "version": "1.19.3",
3
+ "version": "1.19.4",
4
4
  "main": "dist/casino-lobby.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": "98fa53aa22a6929b4f05d70d73bb0b96efe95b90"
38
+ "gitHead": "8cbba98419dbf5c3df77d6cbdcb109dacc56ec47"
39
39
  }
@@ -24,6 +24,7 @@
24
24
  export let lobbyid:string = '';
25
25
  export let currency:string = '';
26
26
  export let filteredcategories:string = '';
27
+ export let userroles: string = '';
27
28
 
28
29
  export let loginurl:string = '';
29
30
  export let registerurl:string = '';
@@ -324,6 +325,7 @@
324
325
  {positionwinnerswidget}
325
326
  {periodrecent}
326
327
  {periodtop}
328
+ {userroles}
327
329
  {numberusersrecent}
328
330
  {numberuserstop}
329
331
  {amountlimit}