@everymatrix/casino-lobby 0.0.276 → 0.0.279

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.276",
3
+ "version": "0.0.279",
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": "ec7626d4a812ba6dab87966c1468ea44a9a4ea9d"
39
+ "gitHead": "44addff74a1ea7ee629e4c9e09af36bb03cfeb82"
40
40
  }
@@ -8,7 +8,8 @@
8
8
  import '@everymatrix/casino-categories-slider';
9
9
  import '@everymatrix/casino-page';
10
10
  import '@everymatrix/casino-modal';
11
- import '@everymatrix/casino-game-page-2';
11
+ // import '@everymatrix/casino-game-page-2';
12
+ import '@everymatrix/casino-game-page';
12
13
  import '@everymatrix/casino-filter-modal';
13
14
  import '@everymatrix/casino-filter-page';
14
15
  import '@everymatrix/casino-integrated-game-page';
@@ -253,7 +254,7 @@
253
254
  lang={language}
254
255
  {clientstyling}
255
256
  {clientstylingurl}
256
- ><casino-game-page-2
257
+ ><casino-game-page
257
258
  session={session}
258
259
  userid={userid}
259
260
  endpoint={endpointURL}