@everymatrix/casino-lobby 0.0.276 → 0.0.277
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.
|
|
3
|
+
"version": "0.0.277",
|
|
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": "
|
|
39
|
+
"gitHead": "d2e5336b4c4e4506334e1811991a2fbd332110ef"
|
|
40
40
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -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
|
|
257
|
+
><casino-game-page
|
|
257
258
|
session={session}
|
|
258
259
|
userid={userid}
|
|
259
260
|
endpoint={endpointURL}
|