@everymatrix/casino-lobby 0.0.248 → 0.0.249
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.249",
|
|
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": "38af455e241b6ef7ccabb2367be2be59e6b24352"
|
|
40
40
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -234,6 +234,7 @@
|
|
|
234
234
|
{containermaxwidth}
|
|
235
235
|
{haspanicbutton}
|
|
236
236
|
{livecasino}
|
|
237
|
+
{currency}
|
|
237
238
|
></casino-page>
|
|
238
239
|
<casino-modal
|
|
239
240
|
session={session}
|
|
@@ -257,6 +258,7 @@
|
|
|
257
258
|
{clientstylingurl}
|
|
258
259
|
{clockformat}
|
|
259
260
|
{haspanicbutton}
|
|
261
|
+
{currency}
|
|
260
262
|
/>
|
|
261
263
|
</casino-modal>
|
|
262
264
|
<casino-filter-modal
|