@everymatrix/casino-page 1.37.2 → 1.37.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-page",
3
- "version": "1.37.2",
3
+ "version": "1.37.4",
4
4
  "main": "dist/casino-page.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": "0a314fe46510038a31ea77b611f22f5429a56d49"
38
+ "gitHead": "863252ebf7c846696d9b388f0d288993dbd5065c"
39
39
  }
@@ -10,7 +10,7 @@
10
10
  CategoriesItems,
11
11
  } from './CasinoPage.types';
12
12
 
13
- import '@everymatrix/casino-games-category-section';
13
+ import '@everymatrix/casino-games-category-section-nd';
14
14
  import '@everymatrix/casino-random-game';
15
15
  import '@everymatrix/casino-winners';
16
16
  import '@everymatrix/casino-jackpot-banner';
@@ -645,7 +645,7 @@
645
645
  {clientstylingurl}>
646
646
  </casino-collections-providers>
647
647
  {/if}
648
- <casino-games-category-section
648
+ <casino-games-category-section-nd
649
649
  session={session}
650
650
  userid={userid}
651
651
  endpoint={endpoint}
@@ -708,7 +708,7 @@
708
708
  {lastplayedlimit}
709
709
  {mostplayedrounds}/>
710
710
  {:else}
711
- <casino-games-category-section
711
+ <casino-games-category-section-nd
712
712
  userid={userid}
713
713
  endpoint={endpoint}
714
714
  datasource={datasource}