@golstats/gsc-relevant-data 1.1.1 → 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/{CardBase-BNBUZGU7-CQL3FKH4.js → CardBase-cG4UK8zU-D0uCjRqB.js} +49 -40
- package/dist/{CardBaseAllIndividual-D5JoiQqR-DWvua8kU.js → CardBaseAllIndividual-DT-pj1sJ-DWZbiML4.js} +4 -4
- package/dist/{CardGeneral-DTteAML4-BoCp5vlA.js → CardGeneral-BlZEnnEb-DdWkGjzN.js} +14 -14
- package/dist/{CardGeneralIndividual-D-FKsjFO-DmczWq_i.js → CardGeneralIndividual-Bnc6oqkd-SgV6nzYK.js} +30 -30
- package/dist/{CardGeneralTeams-C0Z5qzcM-Bh5TOCqP.js → CardGeneralTeams-C3Y4CKGP-D4IEguSo.js} +10 -10
- package/dist/{CardIndividual-BhPQqGlc-CejXGqdX.js → CardIndividual-BPMbVI3t-C0RFgnSH.js} +50 -46
- package/dist/{CardIndividual1vs1-QeAXN4f--v6tZgRnG.js → CardIndividual1vs1-CuR4WSxJ-BzG-hQ5T.js} +24 -20
- package/dist/{CardIndividualAreas-CHLqS1mw-PZoijJ8r.js → CardIndividualAreas-CfLiKrts-CIunuyhE.js} +57 -53
- package/dist/{CardIndividualCenters-hEROPxzH-CtlPKP5Y.js → CardIndividualCenters-QiXO05sk-DZ22hl82.js} +28 -24
- package/dist/{CardIndividualDistance-BQ8zwHOn-CA5xiYDZ.js → CardIndividualDistance-7PJ6nX5x-GJc7QK8v.js} +25 -21
- package/dist/{CardIndividualFouls-ChdbYcE_-B40KY0oC.js → CardIndividualFouls-BG7VCYOa-3FvCHJ4a.js} +28 -24
- package/dist/{CardIndividualGoalParticipation-B9xqQ51i-OsxCuASk.js → CardIndividualGoalParticipation-BWq87mgE-l0ODFUR-.js} +22 -18
- package/dist/{CardIndividualGoals-BtqVuDiw-Bq-a1M0D.js → CardIndividualGoals-DEKwqMXc-DoK7uxe9.js} +43 -39
- package/dist/{CardIndividualGold-BLT3Mk27-CaeXji6h.js → CardIndividualGold-Bz4E-z_--pKerDgFk.js} +25 -25
- package/dist/{CardIndividualNoGoalReceived-DJoQF9wO-Dxf13B0V.js → CardIndividualNoGoalReceived-B2BKqCnK-C7jolYFH.js} +32 -28
- package/dist/{CardIndividualPerformance-lhPwEGlm-B7WXzM3P.js → CardIndividualPerformance-BcqsLAAU-Cc1M361Q.js} +12 -12
- package/dist/{CardIndividualSaves-CVjR2-WK-DUwpE6Cq.js → CardIndividualSaves-BSDQdG6Y-C_q-6hWK.js} +28 -24
- package/dist/{CardIndividualShotsOnGoal-BHHi894T-B--B6LCk.js → CardIndividualShotsOnGoal-CZl8akPo-2aciFqPO.js} +35 -31
- package/dist/{CardIndividualStatistics-C-kaGAYd-rITqUEcS.js → CardIndividualStatistics-CY-nNio--abAYZXmG.js} +23 -19
- package/dist/{CardPromTournament-BFRTPeVe-DyS-zRNp.js → CardPromTournament-D7NIcgIG-Dpd3s5PV.js} +54 -50
- package/dist/{CardSuccessfulPasses-C_L5d6hy-BH3ayI_z.js → CardSuccessfulPasses-BmyugNe3-e2iTX0Zk.js} +48 -44
- package/dist/{CardTheMostProductive-BBt8B_sf-CljO4w32.js → CardTheMostProductive-DYe73XmH-BxAK64X0.js} +14 -10
- package/dist/{PlayerProfileCircle-CJTiOj5E-C-JYhyfq.js → PlayerProfileCircle-B34lIhjM-CdecVB_6.js} +1 -1
- package/dist/{Shield-If5I91AC-A8wl9qI_.js → Shield-CPIaGlGA-CpfYAOhz.js} +3 -3
- package/dist/gsc-relevant-data.css +1 -1
- package/dist/gsc-relevant-data.js +1 -1
- package/dist/gsc-relevant-data.umd.cjs +6 -6
- package/dist/{index-CSLdtYfE.js → index-DkBoHrcA.js} +929 -911
- 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.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"test:e2e": "npx playwright test"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@golstats/gsc-data-cards": "^1.0
|
|
25
|
+
"@golstats/gsc-data-cards": "^1.1.0",
|
|
26
26
|
"@golstats/gsc-season-select": "^1.0.10",
|
|
27
27
|
"@golstats/gsc-slider": "^1.0.5",
|
|
28
28
|
"@golstats/gsc-switch-component": "^1.0.14",
|