@everymatrix/casino-last-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-last-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 { _, addNewMessages, setLocale } from './i18n';
6
6
  import { TRANSLATIONS } from './translations.js';
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 = '';
@@ -169,7 +169,7 @@
169
169
  {#if lastPlayedEmpty}
170
170
  <p class="SearchLoading"> {$_('noRecentGames')}</p>
171
171
  {:else}
172
- <casino-games-category-section-nd
172
+ <casino-games-category-section
173
173
  session={session}
174
174
  userid={userid}
175
175
  endpoint={endpoint}