@golstats/gsc-relevant-data 1.0.26 → 1.0.27
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/{CardBase-UGUm5LIO-Bu-WCWmh.js → CardBase-CQ_cz3DX-DYXYld1v.js} +1 -1
- package/dist/{CardBaseAllIndividual-DhP1rAtE-3OsmwH3m.js → CardBaseAllIndividual-BfzkzaGP-nsq_1tct.js} +8 -8
- package/dist/{CardGeneral-BAXvz3FB-s6i9znzb.js → CardGeneral-BEI3l_d--6CnE1CjG.js} +2 -2
- package/dist/{CardGeneralIndividual-NPTnNZWV-eB61nP2F.js → CardGeneralIndividual-B4Y_5rP6-ITggn44j.js} +2 -2
- package/dist/{CardGeneralTeams-x8ACH3cM-Dx-c_2vg.js → CardGeneralTeams-CXmyJkpJ-g_NLW2hj.js} +28 -28
- package/dist/{CardIndividual-CLC_hCxp-M6QT2umS.js → CardIndividual-7ej3E3wn-xFoPiX1J.js} +3 -3
- package/dist/{CardIndividual1vs1-DlXYcpqn-C9hYWxqa.js → CardIndividual1vs1-Z2cAE1MR-k6pToTL0.js} +2 -2
- package/dist/{CardIndividualAreas-DwGZNBiK-B5twxsqV.js → CardIndividualAreas-D3eFogiE-Dwmj5JTj.js} +2 -2
- package/dist/{CardIndividualCenters-Dy9Y7EuU-CGcnKDIJ.js → CardIndividualCenters-4S8taJsU-DX5RRJeC.js} +3 -3
- package/dist/{CardIndividualDistance-CZO9z3_W-DitMBi_w.js → CardIndividualDistance-DT01ahQX-Br_F16Lg.js} +2 -2
- package/dist/{CardIndividualFouls-CQQKqTt0-Ctl63Cnv.js → CardIndividualFouls-BcE5EuiF-Gd_-BWue.js} +2 -2
- package/dist/{CardIndividualGoalParticipation-zk-n5xHy-BbM0v4R8.js → CardIndividualGoalParticipation-Bx2JTuHf-BMWC8ML3.js} +2 -2
- package/dist/{CardIndividualGoals-D8Q-nDDh-BCpvjxIp.js → CardIndividualGoals-BHhnubuE-BGYIdLWd.js} +6 -6
- package/dist/{CardIndividualGold-C2_0uQav-B3BOejd6.js → CardIndividualGold-Djd6C88i-Dj43lVx2.js} +3 -3
- package/dist/{CardIndividualNoGoalReceived-d4YI1ubq-DetMFo_a.js → CardIndividualNoGoalReceived-C3jS0zMR-YyPMGvnn.js} +43 -42
- package/dist/{CardIndividualPerformance-8cTQkdKa-CpPy72XR.js → CardIndividualPerformance-kI7QHeB1-Ca1hud0e.js} +2 -2
- package/dist/{CardIndividualSaves-D3klW0a0-C_6hBq8X.js → CardIndividualSaves-CslQjDqf-sJFGkJes.js} +2 -2
- package/dist/{CardIndividualShotsOnGoal-CfSvMHck-BKXUSCTg.js → CardIndividualShotsOnGoal-1O1_NtGz-BIkPhBDy.js} +3 -3
- package/dist/{CardIndividualStatistics-dcv2daDu-271LyA8G.js → CardIndividualStatistics-Bck8k3hP-Bf0t2Pjh.js} +2 -2
- package/dist/{CardPromTournament-Bt_4pp95-C_RYLTRi.js → CardPromTournament-D5HMPX4m-BoDhM8gY.js} +2 -2
- package/dist/{CardSuccessfulPasses-DKUaTTnU-CVQUgEG3.js → CardSuccessfulPasses-Jba0cbKl-ClENmxgf.js} +2 -2
- package/dist/{CardTheMostProductive-CjEvn9nI-C8Ix4rse.js → CardTheMostProductive-DfNmPeVC-CW1KF6lV.js} +3 -3
- package/dist/{PlayerProfileCircle-DkJ-ww6U-x-_45FA-.js → PlayerProfileCircle-BYhumEi4-CC12sEoC.js} +1 -1
- package/dist/{Shield-SDusqLx5-B-AmrceB.js → Shield--rPGshU4-DZOTOzav.js} +1 -1
- package/dist/{TimeSvg2-Cl28aqUW-CYEg4vC4.js → TimeSvg2-BX0bDokD-BWiiXdSp.js} +1 -1
- package/dist/gsc-relevant-data.css +1 -1
- package/dist/gsc-relevant-data.js +1 -1
- package/dist/gsc-relevant-data.umd.cjs +2 -2
- package/dist/{index-bzUYfkcp.js → index-Cuj8W_am.js} +262 -261
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golstats/gsc-relevant-data",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"format": "prettier --write src/"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@golstats/gsc-data-cards": "^1.0.
|
|
24
|
+
"@golstats/gsc-data-cards": "^1.0.28",
|
|
25
25
|
"@golstats/gsc-season-select": "^1.0.9",
|
|
26
26
|
"@golstats/gsc-slider": "^1.0.5",
|
|
27
27
|
"@golstats/gsc-switch-component": "^1.0.14",
|