@everymatrix/casino-most-played-section 1.37.11 → 1.38.0

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-most-played-section",
3
- "version": "1.37.11",
3
+ "version": "1.38.0",
4
4
  "main": "index.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": "bf020b7053c86226ac419f42cea1dabb823cee47"
38
+ "gitHead": "7070080d10ab3c85ed4a5d2eeb2442cc9ff8fb2d"
39
39
  }
@@ -4,7 +4,7 @@
4
4
  import { getDevice } from 'rvhelper';
5
5
  import { _, setLocale, addNewMessages } from './i18n';
6
6
  import { TRANSLATIONS } from './translations';
7
- import '@everymatrix/casino-games-category-section-nd'
7
+ import '@everymatrix/casino-games-category-section'
8
8
 
9
9
  export let endpoint:string = '';
10
10
  export let datasource:string = '';
@@ -185,7 +185,7 @@
185
185
  {#if mostPlayedEmpty}
186
186
  <p class="SearchLoading">{$_('noGames')}</p>
187
187
  {:else}
188
- <casino-games-category-section-nd
188
+ <casino-games-category-section
189
189
  session={session}
190
190
  userid={userid}
191
191
  endpoint={endpoint}