@everymatrix/casino-lobby 0.0.286 → 0.0.289

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,10 +35,9 @@
35
35
  livecasino="false"
36
36
  playforfun="true"
37
37
  playrandomgame="true"
38
- userid="16741278"
39
- session="2d924d61-b17a-4c4d-9b55-787827558c6e"
38
+ userid="3882035"
39
+ opsession="6338d8cf-a90a-48ab-9be9-8a215230215f"
40
40
  ></casino-lobby>
41
-
42
41
  </div>
43
42
 
44
43
  </body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-lobby",
3
- "version": "0.0.286",
3
+ "version": "0.0.289",
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": "34a92e6b2196b6bd4e523795acca4f2e87762571"
39
+ "gitHead": "8d2b48830088db6de1cb354e113bf3a2a09f325b"
40
40
  }
@@ -214,8 +214,9 @@
214
214
  endpoint={endpointURL}
215
215
  datasource={DS}
216
216
  lang={language}
217
- session={session}
217
+ session={sessionID}
218
218
  userid={userid}
219
+ sessioncheck="false"
219
220
  {actionevent}
220
221
  {mostplayed}
221
222
  {mostplayedrounds}
@@ -226,7 +227,7 @@
226
227
  {containermaxwidth}
227
228
  ></casino-categories-slider>
228
229
  <casino-page
229
- session={session}
230
+ session={sessionID}
230
231
  userid={userid}
231
232
  endpoint={endpointURL}
232
233
  datasource={DS}
@@ -249,16 +250,17 @@
249
250
  ></casino-page>
250
251
  {#if gamemodal == 'true'}
251
252
  <casino-modal
252
- session={session}
253
+ session={sessionID}
253
254
  userid={userid}
254
255
  endpoint={endpointURL}
255
256
  datasource={DS}
256
257
  lang={language}
258
+ sessioncheck="false"
257
259
  {clientstyling}
258
260
  {clientstylingurl}
259
261
  {gamepagemodalurl}
260
262
  ><casino-game-page
261
- session={session}
263
+ session={sessionID}
262
264
  userid={userid}
263
265
  endpoint={endpointURL}
264
266
  datasource={DS}
@@ -266,6 +268,7 @@
266
268
  loginevent={loginevent}
267
269
  registerevent={registerevent}
268
270
  depositevent={depositevent}
271
+ checksession="false"
269
272
  {playforfun}
270
273
  {favorites}
271
274
  {clientstyling}
@@ -279,14 +282,15 @@
279
282
  {/if}
280
283
  <casino-filter-modal
281
284
  {clientstylingurl}
282
- session={session}
285
+ session={sessionID}
283
286
  userid={userid}
284
287
  endpoint={endpointURL}
285
288
  datasource={DS}
286
289
  lang={language}
290
+ sessioncheck="false"
287
291
  {clientstyling}>
288
292
  <casino-filter-page
289
- session={session}
293
+ session={sessionID}
290
294
  userid={userid}
291
295
  endpoint={endpointURL}
292
296
  datasource={DS}