@everymatrix/casino-lobby 0.0.286 → 0.0.287

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": "0.0.286",
3
+ "version": "0.0.287",
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": "973f4782abe43cd2dca7d33de222172f1704b38c"
40
40
  }
@@ -214,7 +214,7 @@
214
214
  endpoint={endpointURL}
215
215
  datasource={DS}
216
216
  lang={language}
217
- session={session}
217
+ session={sessionID}
218
218
  userid={userid}
219
219
  {actionevent}
220
220
  {mostplayed}
@@ -226,7 +226,7 @@
226
226
  {containermaxwidth}
227
227
  ></casino-categories-slider>
228
228
  <casino-page
229
- session={session}
229
+ session={sessionID}
230
230
  userid={userid}
231
231
  endpoint={endpointURL}
232
232
  datasource={DS}
@@ -249,7 +249,7 @@
249
249
  ></casino-page>
250
250
  {#if gamemodal == 'true'}
251
251
  <casino-modal
252
- session={session}
252
+ session={sessionID}
253
253
  userid={userid}
254
254
  endpoint={endpointURL}
255
255
  datasource={DS}
@@ -258,7 +258,7 @@
258
258
  {clientstylingurl}
259
259
  {gamepagemodalurl}
260
260
  ><casino-game-page
261
- session={session}
261
+ session={sessionID}
262
262
  userid={userid}
263
263
  endpoint={endpointURL}
264
264
  datasource={DS}
@@ -279,14 +279,14 @@
279
279
  {/if}
280
280
  <casino-filter-modal
281
281
  {clientstylingurl}
282
- session={session}
282
+ session={sessionID}
283
283
  userid={userid}
284
284
  endpoint={endpointURL}
285
285
  datasource={DS}
286
286
  lang={language}
287
287
  {clientstyling}>
288
288
  <casino-filter-page
289
- session={session}
289
+ session={sessionID}
290
290
  userid={userid}
291
291
  endpoint={endpointURL}
292
292
  datasource={DS}