@golstats/gsc-top-player 1.1.0 → 1.1.2

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": "@golstats/gsc-top-player",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "main": "dist/gsc-top-player.umd.js",
5
5
  "module": "dist/gsc-top-player.es.js",
6
6
  "exports": {
@@ -50,11 +50,11 @@
50
50
  "dependencies": {
51
51
  "@golstats/gsc-carousel": "^1.0.15",
52
52
  "@golstats/gsc-filterperteam": "^1.0.17",
53
- "@golstats/gsc-filters": "^1.0.80",
53
+ "@golstats/gsc-filters": "^1.1.3",
54
54
  "@golstats/gsc-label": "^1.0.5",
55
- "@golstats/gsc-season-select": "^1.0.9",
55
+ "@golstats/gsc-season-select": "^1.0.10",
56
56
  "@golstats/gsc-switch-component": "^1.0.14",
57
- "@golstats/gsc-tournament-select": "^1.0.21",
57
+ "@golstats/gsc-tournament-select": "^1.0.23",
58
58
  "axios": "^1.10.0"
59
59
  },
60
60
  "devDependencies": {
@@ -638,7 +638,6 @@ export default {
638
638
  updateTablesfull: 0,
639
639
  optionSelected: 'Jugadores',
640
640
  optionSelectedSubmenu: 'Todas las jugadas',
641
- tournamentsUrl: 'https://17zyhpyc7c.execute-api.us-west-2.amazonaws.com/prod/tournaments',
642
641
  teamsUrl: 'https://d2oco6mqmc.execute-api.us-west-2.amazonaws.com/prod/teamsBySeason/',
643
642
  urlFilter:
644
643
  'https://cqqxaonvm6.execute-api.us-east-2.amazonaws.com/prod/gs2/tops/filters?categories=',
@@ -1630,17 +1629,6 @@ export default {
1630
1629
  this.optionSelectedSubmenu = idchange
1631
1630
  },
1632
1631
 
1633
- async fetchTournaments() {
1634
- const axiosInstance = axios.create({
1635
- headers: {
1636
- Authorization: `${this.token}`,
1637
- },
1638
- })
1639
- const { data } = await axiosInstance.get(
1640
- getApiUrl(this.tournamentsUrl, this.provider, this.isDevApis),
1641
- )
1642
- return data
1643
- },
1644
1632
  async fetchTeams() {
1645
1633
  const axiosInstance = axios.create({
1646
1634
  headers: {