zwift-data 1.48.6 → 1.49.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.
@@ -67,6 +67,7 @@ export const runShirts = [
67
67
  [956101230, "Collins Cup Europe", "CollinsCupRunBlue2020_thumb"],
68
68
  [960275823, "Tour of Watopia Fall 2023 Run Kit", "ToWFall2023_thumb"],
69
69
  [969205573, "Run Festival Black Kit 2021", "RunFestivalBlack2021_thumb"],
70
+ [984124266, "Hercules Running Kit", "HerculesRunningTankTop2026_thumb"],
70
71
  [991511341, "Xterra Running Shirt 2020", "XterraRun2020_thumb"],
71
72
  [1014366588, "supertri.e kit [Blue]", "SLT2024Blue_thumb"],
72
73
  [1079011329, "Spaero Triathlon", "SpaeroRun2022_thumb"],
@@ -221,6 +222,7 @@ export const runShirts = [
221
222
  [3812261854, "NoblePro Running Club", "NobleProRunningClub2025_thumb"],
222
223
  [3827075510, "ZLDR 2023", "ZLDR2023_thumb"],
223
224
  [3853619347, "supertri.e kit [Grey]", "SLT2024Grey_thumb"],
225
+ [3881054767, "Hercules Running Kit", "HerculesRunningTankTop2026_thumb"],
224
226
  [3890549677, "Zwift Running Shirt 4", "Shirt04"],
225
227
  [3917042036, "Slowtwitch", "SlowTwitch2020_thumb"],
226
228
  [3946960086, "Super League Triathlon Sharks", "SLTSharks2022_thumb"],
@@ -130,6 +130,7 @@ export const runShorts = [
130
130
  [3291110514, "ZRL Atlanta Run Shorts", "ZRLAtlanta2022_thumb"],
131
131
  [3308502469, "Wahoo", "WahooRun2024_thumb"],
132
132
  [3368541207, "Xterra Running Shorts 2020", "XterraRunShorts2020_thumb"],
133
+ [3372295163, "Hercules Running Kit", "HerculesRunningShirt2026_thumb"],
133
134
  [3375414094, "Zwift Running Shorts 4", "Shorts04"],
134
135
  [3423758014, "Team LCB Run Shorts", "LucyCharles2021_thumb"],
135
136
  [3508418750, "Tour de Zwift 2024 Run Kit", "TourdeZwift2024_thumb"],
@@ -149,6 +149,66 @@ export const segments = [
149
149
  undefined,
150
150
  undefined,
151
151
  ],
152
+ [
153
+ "Église Sprint",
154
+ "eglise-sprint",
155
+ "sprint",
156
+ "paris",
157
+ 0.25,
158
+ "https://whatsonzwift.com/world/paris/segment/eglise-sprint/forward",
159
+ undefined,
160
+ undefined,
161
+ undefined,
162
+ undefined,
163
+ undefined,
164
+ undefined,
165
+ undefined,
166
+ ],
167
+ [
168
+ "Monceau Sprint",
169
+ "monceau-sprint",
170
+ "sprint",
171
+ "paris",
172
+ 0.3,
173
+ "https://whatsonzwift.com/world/paris/segment/monceau-sprint/forward",
174
+ undefined,
175
+ undefined,
176
+ undefined,
177
+ undefined,
178
+ undefined,
179
+ undefined,
180
+ undefined,
181
+ ],
182
+ [
183
+ "Montmartre KOM",
184
+ "montmartre-kom",
185
+ "climb",
186
+ "paris",
187
+ 1.2,
188
+ "https://whatsonzwift.com/world/paris/segment/montmartre-kom/forward",
189
+ undefined,
190
+ undefined,
191
+ undefined,
192
+ undefined,
193
+ 4.2,
194
+ undefined,
195
+ undefined,
196
+ ],
197
+ [
198
+ "Tchou Tchou Sprint",
199
+ "tchou-tchou-sprint",
200
+ "sprint",
201
+ "paris",
202
+ 0.15,
203
+ "https://whatsonzwift.com/world/paris/segment/tchou-tchou-sprint/reverse",
204
+ undefined,
205
+ undefined,
206
+ undefined,
207
+ undefined,
208
+ undefined,
209
+ undefined,
210
+ undefined,
211
+ ],
152
212
  [
153
213
  "Marina Sprint",
154
214
  "marina-sprint",
package/lib/esm/socks.js CHANGED
@@ -29,6 +29,7 @@ export const socks = [
29
29
  [861674422, "Single Track Slayer Plan Socks", "SingleTrackSlayer"],
30
30
  [906799315, "Tour De Zwift 2024 Socks", "Socks_TourDeZwift2024"],
31
31
  [907367455, "2025 Tour de Zwift", "SocksTourDeZwift2025"],
32
+ [924593880, "Tour Fever", "SocksTourFever2026"],
32
33
  [936629429, "Dots Green", "SocksDotGreen"],
33
34
  [1007580513, "LA Marathon", "LAM2020"],
34
35
  [1032478488, "Zwift Academy Men", "SocksZwiftAcademyMen2019"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.48.6",
3
+ "version": "1.49.0",
4
4
  "description": "Data about Zwift worlds, routes and segments",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -31,20 +31,20 @@
31
31
  "@semantic-release/changelog": "6.0.3",
32
32
  "@semantic-release/git": "10.0.1",
33
33
  "@tsconfig/recommended": "1.0.13",
34
- "@turf/turf": "7.3.4",
34
+ "@turf/turf": "7.3.5",
35
35
  "@types/cli-progress": "3.11.6",
36
36
  "@types/jest": "30.0.0",
37
- "@types/lodash": "4.17.23",
38
- "@types/node": "24.10.12",
37
+ "@types/lodash": "4.17.24",
38
+ "@types/node": "24.13.3",
39
39
  "cli-progress": "3.12.0",
40
- "jest": "30.2.0",
41
- "lodash": "4.17.23",
42
- "prettier": "3.8.1",
43
- "rimraf": "6.1.2",
44
- "semantic-release": "25.0.3",
45
- "simple-git": "3.30.0",
46
- "ts-jest": "29.4.6",
47
- "typedoc": "0.28.16",
40
+ "jest": "30.4.2",
41
+ "lodash": "4.18.1",
42
+ "prettier": "3.9.5",
43
+ "rimraf": "6.1.3",
44
+ "semantic-release": "25.0.8",
45
+ "simple-git": "3.36.0",
46
+ "ts-jest": "29.4.11",
47
+ "typedoc": "0.28.20",
48
48
  "typescript": "5.9.3"
49
49
  },
50
50
  "scripts": {