@everymatrix/casino-page-nd 1.39.2 → 1.40.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-page-nd",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.40.0",
|
|
4
4
|
"main": "dist/casino-page-nd.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": "ca3bc98c22d89e64f9d025debb2e59e3e4f22f4c"
|
|
39
39
|
}
|
package/src/CasinoPage.svelte
CHANGED
|
@@ -219,7 +219,6 @@
|
|
|
219
219
|
lobbyScreen = false;
|
|
220
220
|
myGamesSection = false;
|
|
221
221
|
activeCategory = categoryEvent.data.itemId;
|
|
222
|
-
window.postMessage({ type: 'CategoryUpdate', itemId: activeCategory}, window.location.href);
|
|
223
222
|
break;
|
|
224
223
|
}
|
|
225
224
|
}
|
|
@@ -671,7 +670,7 @@
|
|
|
671
670
|
/>
|
|
672
671
|
{/each}
|
|
673
672
|
{:else if myGamesSection}
|
|
674
|
-
<casino-my-games
|
|
673
|
+
<casino-my-games-nd
|
|
675
674
|
userid={userid}
|
|
676
675
|
session={session}
|
|
677
676
|
endpoint={endpoint}
|