@everymatrix/casino-tournaments-controller 0.0.84 → 0.0.88

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-tournaments-controller",
3
- "version": "0.0.84",
3
+ "version": "0.0.88",
4
4
  "main": "dist/casino-tournaments-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -29,11 +29,11 @@
29
29
  "typescript": "^3.9.3"
30
30
  },
31
31
  "dependencies": {
32
- "@everymatrix/casino-tournaments-details": "^0.0.84",
33
- "@everymatrix/casino-tournaments-filter-controller": "^0.0.84",
34
- "@everymatrix/casino-tournaments-list-controller": "^0.0.84",
35
- "@everymatrix/casino-tournaments-page-controller": "^0.0.84",
36
- "@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.84",
32
+ "@everymatrix/casino-tournaments-details": "^0.0.88",
33
+ "@everymatrix/casino-tournaments-filter-controller": "^0.0.88",
34
+ "@everymatrix/casino-tournaments-list-controller": "^0.0.88",
35
+ "@everymatrix/casino-tournaments-page-controller": "^0.0.88",
36
+ "@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.88",
37
37
  "cross-env": "^7.0.3",
38
38
  "sirv-cli": "^1.0.0",
39
39
  "svelte": "^3.0.0"
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "89c5c8cb887ecb73bbff612b142e805f7d062ee8"
44
+ "gitHead": "ff4d9f9a2c7246fafe0954c76e4ea29634d3d3e3"
45
45
  }
@@ -166,7 +166,7 @@
166
166
  }
167
167
 
168
168
  const setSession = () => {
169
- if (session.length < 6) {
169
+ if (session.length > 0 && session != 'false') {
170
170
  isLoggedIn = true;
171
171
  isLoading = true;
172
172
  sessionID = session;