@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/dist/{FilterConditions-d39a5cfa-C5fnxAqO.js → FilterConditions-33ce2100-BdE1vYE7.js} +1 -1
- package/dist/{FilterField-c689115c-B-SYurQZ.js → FilterField-0f3013eb-DwYb-xkF.js} +4 -4
- package/dist/{FilterSubcategories-87004bd7-xHZhPJdS.js → FilterSubcategories-4c69ac5b-B8IgttLN.js} +1 -1
- package/dist/gsc-top-player.css +1 -1
- package/dist/gsc-top-player.es.js +1 -1
- package/dist/gsc-top-player.umd.js +9 -9
- package/dist/{index-bgRQpA7V.js → index-DnoB2hRC.js} +251 -261
- package/package.json +4 -4
- package/src/components/comparative/gsc-tops-full.vue +0 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golstats/gsc-top-player",
|
|
3
|
-
"version": "1.1.
|
|
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.
|
|
53
|
+
"@golstats/gsc-filters": "^1.1.3",
|
|
54
54
|
"@golstats/gsc-label": "^1.0.5",
|
|
55
|
-
"@golstats/gsc-season-select": "^1.0.
|
|
55
|
+
"@golstats/gsc-season-select": "^1.0.10",
|
|
56
56
|
"@golstats/gsc-switch-component": "^1.0.14",
|
|
57
|
-
"@golstats/gsc-tournament-select": "^1.0.
|
|
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: {
|