cricketstudio-mcp 1.2.0 → 1.4.0
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/data/snapshot/ipl-historical.json +3138 -1
- package/data/snapshot/meta.json +32 -24
- package/data/snapshot/metadata.json +16 -16
- package/data/snapshot/mlc-leaderboards.json +59833 -29317
- package/data/snapshot/mlc-league.json +286 -170
- package/data/snapshot/mlc-players.json +7386 -10
- package/data/snapshot/mlc.json +1 -1
- package/data/snapshot/players.json +17435 -16923
- package/data/snapshot/research.json +78 -0
- package/data/snapshot/season-stats.json +14958 -14958
- package/data/snapshot/t20wc-leaderboards.json +41927 -0
- package/data/snapshot/t20wc-league.json +258 -0
- package/data/snapshot/t20wc-players.json +146389 -0
- package/data/snapshot/t20wc-teams.json +376 -0
- package/data/snapshot/t20wc.json +18599 -0
- package/data/snapshot/team-h2h.json +1158 -1158
- package/data/snapshot/trends.json +4021 -1159
- package/data/snapshot/venues.json +382 -143
- package/data/snapshot/wpl-leaderboards.json +37016 -0
- package/data/snapshot/wpl-league.json +194 -0
- package/data/snapshot/wpl-players.json +31465 -0
- package/data/snapshot/wpl-teams.json +94 -0
- package/data/snapshot/wpl.json +4183 -0
- package/dist/index.js +456 -10
- package/package.json +5 -2
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"v": 1,
|
|
4
|
+
"leagueCode": "wpl",
|
|
5
|
+
"slug": "delhi-capitals",
|
|
6
|
+
"name": "Delhi Capitals",
|
|
7
|
+
"seasons": [
|
|
8
|
+
"2022/23",
|
|
9
|
+
"2023/24",
|
|
10
|
+
"2024/25",
|
|
11
|
+
"2025/26"
|
|
12
|
+
],
|
|
13
|
+
"firstSeason": "2022/23",
|
|
14
|
+
"lastSeason": "2025/26",
|
|
15
|
+
"matchCount": 37,
|
|
16
|
+
"generatedAt": "2026-06-25T03:45:01.856Z"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"v": 1,
|
|
20
|
+
"leagueCode": "wpl",
|
|
21
|
+
"slug": "gujarat-giants",
|
|
22
|
+
"name": "Gujarat Giants",
|
|
23
|
+
"seasons": [
|
|
24
|
+
"2022/23",
|
|
25
|
+
"2023/24",
|
|
26
|
+
"2024/25",
|
|
27
|
+
"2025/26"
|
|
28
|
+
],
|
|
29
|
+
"firstSeason": "2022/23",
|
|
30
|
+
"lastSeason": "2025/26",
|
|
31
|
+
"matchCount": 34,
|
|
32
|
+
"generatedAt": "2026-06-25T03:45:01.855Z"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"v": 1,
|
|
36
|
+
"leagueCode": "wpl",
|
|
37
|
+
"slug": "mumbai-indians",
|
|
38
|
+
"name": "Mumbai Indians",
|
|
39
|
+
"seasons": [
|
|
40
|
+
"2022/23",
|
|
41
|
+
"2023/24",
|
|
42
|
+
"2024/25",
|
|
43
|
+
"2025/26"
|
|
44
|
+
],
|
|
45
|
+
"firstSeason": "2022/23",
|
|
46
|
+
"lastSeason": "2025/26",
|
|
47
|
+
"matchCount": 37,
|
|
48
|
+
"generatedAt": "2026-06-25T03:45:01.854Z"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"v": 1,
|
|
52
|
+
"leagueCode": "wpl",
|
|
53
|
+
"slug": "royal-challengers-bangalore",
|
|
54
|
+
"name": "Royal Challengers Bangalore",
|
|
55
|
+
"seasons": [
|
|
56
|
+
"2022/23",
|
|
57
|
+
"2023/24"
|
|
58
|
+
],
|
|
59
|
+
"firstSeason": "2022/23",
|
|
60
|
+
"lastSeason": "2023/24",
|
|
61
|
+
"matchCount": 18,
|
|
62
|
+
"generatedAt": "2026-06-25T03:45:01.858Z"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"v": 1,
|
|
66
|
+
"leagueCode": "wpl",
|
|
67
|
+
"slug": "royal-challengers-bengaluru",
|
|
68
|
+
"name": "Royal Challengers Bengaluru",
|
|
69
|
+
"seasons": [
|
|
70
|
+
"2024/25",
|
|
71
|
+
"2025/26"
|
|
72
|
+
],
|
|
73
|
+
"firstSeason": "2024/25",
|
|
74
|
+
"lastSeason": "2025/26",
|
|
75
|
+
"matchCount": 17,
|
|
76
|
+
"generatedAt": "2026-06-25T03:45:01.859Z"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"v": 1,
|
|
80
|
+
"leagueCode": "wpl",
|
|
81
|
+
"slug": "up-warriorz",
|
|
82
|
+
"name": "UP Warriorz",
|
|
83
|
+
"seasons": [
|
|
84
|
+
"2022/23",
|
|
85
|
+
"2023/24",
|
|
86
|
+
"2024/25",
|
|
87
|
+
"2025/26"
|
|
88
|
+
],
|
|
89
|
+
"firstSeason": "2022/23",
|
|
90
|
+
"lastSeason": "2025/26",
|
|
91
|
+
"matchCount": 33,
|
|
92
|
+
"generatedAt": "2026-06-25T03:45:01.858Z"
|
|
93
|
+
}
|
|
94
|
+
]
|