@everymatrix/casino-lobby 1.23.0 → 1.23.1

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.23.0",
3
+ "version": "1.23.1",
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": "e1f96f1273bd4af5ca8e311c90006f51ca00a642"
38
+ "gitHead": "4844f167efeb93d55d079fc27381a959fe9c5a65"
39
39
  }
@@ -47,6 +47,7 @@
47
47
  export let actionevent:string = 'CategoryChange';
48
48
  export let livecasino:string = 'false';
49
49
  export let playforfun:string = 'true';
50
+ export let showgamename:string = 'false';
50
51
  export let gamemodal:string = 'true';
51
52
  export let playrandomgame:string = 'false';
52
53
  export let visiblegames:string = '10';
@@ -307,6 +308,7 @@
307
308
  endpoint={endpointURL}
308
309
  datasource={DS}
309
310
  lang={language}
311
+ {showgamename}
310
312
  {cmsendpoint}
311
313
  {env}
312
314
  {visiblegames}