@everymatrix/casino-tournaments-controller 0.0.262 → 0.0.265

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.262",
3
+ "version": "0.0.265",
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.262",
33
- "@everymatrix/casino-tournaments-filter-controller": "^0.0.262",
34
- "@everymatrix/casino-tournaments-list-controller": "^0.0.262",
35
- "@everymatrix/casino-tournaments-page-controller": "^0.0.262",
36
- "@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.262",
32
+ "@everymatrix/casino-tournaments-details": "^0.0.265",
33
+ "@everymatrix/casino-tournaments-filter-controller": "^0.0.265",
34
+ "@everymatrix/casino-tournaments-list-controller": "^0.0.265",
35
+ "@everymatrix/casino-tournaments-page-controller": "^0.0.265",
36
+ "@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.265",
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": "63a3c79f8f47451d7ca7f8c1dc77bb78bee91df2"
44
+ "gitHead": "90b1bab32edc865bbff30a158a011715e91a5799"
45
45
  }
@@ -162,7 +162,7 @@
162
162
 
163
163
  if(updateTourData.messageType == 'TournamentRemove'){
164
164
  //remove tournament from TournamentList by id
165
- window.postMessage({ type: 'TournamentList', tournamentList: updateTourData.items.items }, window.location.href);
165
+ window.postMessage({ type: 'TournamentList', tournamentList: updateTourData.items }, window.location.href);
166
166
  }
167
167
  }catch(err){
168
168
  console.error(err);