@everymatrix/casino-lobby 0.0.349 → 0.0.353

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/index.html CHANGED
@@ -35,8 +35,8 @@
35
35
  livecasino="false"
36
36
  playforfun="true"
37
37
  playrandomgame="true"
38
- userid="4062104"
39
- session="80bb2bfb-eb37-4b34-a9a1-7a8a41b19e33"
38
+ userid="3882035"
39
+ session="9353ff82-2fab-4dff-b4ca-d0040af37b17"
40
40
  integratedgameframe="true"
41
41
  randombuttonicon='<svg width=35 height=35 part="RandomButtonSvg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve">
42
42
  <style type="text/css">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-lobby",
3
- "version": "0.0.349",
3
+ "version": "0.0.353",
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": "6883e6dbe2a0a393b72ca3d7d5157eb85816f283"
39
+ "gitHead": "b66ff51fb21b14cba5ab2efa029995d4fe4ceed1"
40
40
  }
@@ -13,6 +13,7 @@
13
13
  import '@everymatrix/casino-filter-modal';
14
14
  import '@everymatrix/casino-filter-page';
15
15
  import '@everymatrix/casino-integrated-game-page';
16
+ import '@everymatrix/casino-winners';
16
17
 
17
18
  export let endpoint:string = '';
18
19
  export let datasource:string = '';
@@ -24,7 +25,7 @@
24
25
  export let clientstylingurl:string = '';
25
26
  export let clockformat:string = '';
26
27
  export let lobbyid:string = '';
27
- export let currency:string = 'EUR';
28
+ export let currency:string = '';
28
29
 
29
30
  export let loginurl:string = '';
30
31
  export let registerurl:string = '';
@@ -151,6 +152,7 @@
151
152
  checkSession(endpoint, session).then((res:any) => {
152
153
  sessionID = res.Guid;
153
154
  playerID = res.UserID;
155
+ currency = res.Currency;
154
156
  isLoggedIn = true;
155
157
  }, (err:any) => {
156
158
  isLoggedIn = false;