@golstats/gsc-relevant-data 1.0.42 → 1.1.1
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-C-lQwOt4.js → CardBase-BNBUZGU7-CQL3FKH4.js} +1 -1
- package/dist/{CardBaseAllIndividual-D5JoiQqR-CQ7qJLEj.js → CardBaseAllIndividual-D5JoiQqR-DWvua8kU.js} +1 -1
- package/dist/{CardGeneral-DTteAML4-93RKzxCe.js → CardGeneral-DTteAML4-BoCp5vlA.js} +2 -2
- package/dist/{CardGeneralIndividual-D-FKsjFO-CmovAwSw.js → CardGeneralIndividual-D-FKsjFO-DmczWq_i.js} +2 -2
- package/dist/{CardGeneralTeams-C0Z5qzcM-ClTiB51c.js → CardGeneralTeams-C0Z5qzcM-Bh5TOCqP.js} +1 -1
- package/dist/{CardIndividual-BhPQqGlc-mIIaRZoX.js → CardIndividual-BhPQqGlc-CejXGqdX.js} +3 -3
- package/dist/{CardIndividual1vs1-QeAXN4f--C6iZdhqE.js → CardIndividual1vs1-QeAXN4f--v6tZgRnG.js} +2 -2
- package/dist/{CardIndividualAreas-CHLqS1mw-6rKAfxIu.js → CardIndividualAreas-CHLqS1mw-PZoijJ8r.js} +2 -2
- package/dist/{CardIndividualCenters-hEROPxzH-CNKV_CJl.js → CardIndividualCenters-hEROPxzH-CtlPKP5Y.js} +2 -2
- package/dist/{CardIndividualDistance-BQ8zwHOn-Dmsu4iNB.js → CardIndividualDistance-BQ8zwHOn-CA5xiYDZ.js} +2 -2
- package/dist/{CardIndividualFouls-ChdbYcE_-it2aMzJr.js → CardIndividualFouls-ChdbYcE_-B40KY0oC.js} +2 -2
- package/dist/{CardIndividualGoalParticipation-B9xqQ51i-BdeZougA.js → CardIndividualGoalParticipation-B9xqQ51i-OsxCuASk.js} +2 -2
- package/dist/{CardIndividualGoals-BtqVuDiw-C-MNIBHR.js → CardIndividualGoals-BtqVuDiw-Bq-a1M0D.js} +2 -2
- package/dist/{CardIndividualGold-BLT3Mk27-BAntzJ1z.js → CardIndividualGold-BLT3Mk27-CaeXji6h.js} +3 -3
- package/dist/{CardIndividualNoGoalReceived-DJoQF9wO-CJRQ5JGl.js → CardIndividualNoGoalReceived-DJoQF9wO-Dxf13B0V.js} +2 -2
- package/dist/{CardIndividualPerformance-lhPwEGlm-BcyFM5xV.js → CardIndividualPerformance-lhPwEGlm-B7WXzM3P.js} +2 -2
- package/dist/{CardIndividualSaves-CVjR2-WK-g3WeTPlW.js → CardIndividualSaves-CVjR2-WK-DUwpE6Cq.js} +2 -2
- package/dist/{CardIndividualShotsOnGoal-BHHi894T-BkjRMjWe.js → CardIndividualShotsOnGoal-BHHi894T-B--B6LCk.js} +2 -2
- package/dist/{CardIndividualStatistics-C-kaGAYd-DRVUe-ur.js → CardIndividualStatistics-C-kaGAYd-rITqUEcS.js} +2 -2
- package/dist/{CardPromTournament-BFRTPeVe-Bw1z8Y0X.js → CardPromTournament-BFRTPeVe-DyS-zRNp.js} +2 -2
- package/dist/{CardSuccessfulPasses-C_L5d6hy-IXasaHtL.js → CardSuccessfulPasses-C_L5d6hy-BH3ayI_z.js} +2 -2
- package/dist/{CardTheMostProductive-BBt8B_sf-DkuRPR-c.js → CardTheMostProductive-BBt8B_sf-CljO4w32.js} +3 -3
- package/dist/{PlayerProfileCircle-CJTiOj5E-c0pQdtnz.js → PlayerProfileCircle-CJTiOj5E-C-JYhyfq.js} +1 -1
- package/dist/{Shield-If5I91AC-B4ZPbbjg.js → Shield-If5I91AC-A8wl9qI_.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 +6 -6
- package/dist/{index-Bqma4UkM.js → index-CSLdtYfE.js} +1501 -1414
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golstats/gsc-relevant-data",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"build": "vite build",
|
|
19
19
|
"preview": "vite preview",
|
|
20
20
|
"lint": "eslint . --fix",
|
|
21
|
-
"format": "prettier --write src/"
|
|
21
|
+
"format": "prettier --write src/",
|
|
22
|
+
"test:e2e": "npx playwright test"
|
|
22
23
|
},
|
|
23
24
|
"dependencies": {
|
|
24
25
|
"@golstats/gsc-data-cards": "^1.0.32",
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
33
34
|
"@eslint/js": "^9.14.0",
|
|
35
|
+
"@playwright/test": "^1.59.1",
|
|
34
36
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
35
37
|
"@vue/eslint-config-prettier": "^10.1.0",
|
|
36
38
|
"eslint": "^9.14.0",
|