@everymatrix/casino-lobby 0.0.380 → 0.0.382
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 +39809 -18
- package/dist/casino-lobby.js.map +1 -1
- package/index.html +2 -2
- package/package.json +2 -2
package/index.html
CHANGED
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
livecasino="false"
|
|
37
37
|
playforfun="true"
|
|
38
38
|
playrandomgame="true"
|
|
39
|
-
userid="
|
|
40
|
-
session="
|
|
39
|
+
userid="3882035"
|
|
40
|
+
session="b075a4b0-0e04-4fe0-9c1c-99be725b8134"
|
|
41
41
|
integratedgameframedesktop="true"
|
|
42
42
|
integratedgameframemobile="true"
|
|
43
43
|
randombuttonicon='<svg width=35 height=35 part="RandomButtonSvg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-lobby",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.382",
|
|
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": "05dd503a333153f5a56f5c5ef71dec9543999d9d"
|
|
40
40
|
}
|