@everymatrix/casino-lobby 1.20.10 → 1.22.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/dist/casino-lobby.js +3 -3
- package/dist/casino-lobby.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoLobby.svelte +2 -0
- package/yarn-error.log +11475 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-lobby",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.22.0",
|
|
4
4
|
"main": "dist/casino-lobby.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": "
|
|
38
|
+
"gitHead": "5d9194ef63dd13f20c1cd2e935e444986ea6f404"
|
|
39
39
|
}
|
package/src/CasinoLobby.svelte
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
export let endpoint:string = '';
|
|
15
15
|
export let cmsendpoint: string = 'https://wt1-stage.everymatrix.com/apijson';
|
|
16
|
+
export let env:string = '';
|
|
16
17
|
export let datasource:string = '';
|
|
17
18
|
export let lang:string = ''; // Language
|
|
18
19
|
export let session:string = ''; // Value for sessionID
|
|
@@ -306,6 +307,7 @@
|
|
|
306
307
|
datasource={DS}
|
|
307
308
|
lang={language}
|
|
308
309
|
{cmsendpoint}
|
|
310
|
+
{env}
|
|
309
311
|
{visiblegames}
|
|
310
312
|
{playrandomgame}
|
|
311
313
|
{activecategory}
|