zwift-data 1.13.2 → 1.15.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/lib/cjs/bikeFrames.js +48 -0
- package/lib/cjs/bikeFrontWheels.js +18 -8
- package/lib/cjs/bikeRearWheels.js +18 -8
- package/lib/cjs/headgears.js +20 -0
- package/lib/cjs/jerseys.js +260 -100
- package/lib/cjs/paintJobs.js +8 -0
- package/lib/cjs/routes.js +87 -33
- package/lib/cjs/runShirts.js +73 -53
- package/lib/cjs/runShorts.js +71 -51
- package/lib/cjs/socks.js +15 -0
- package/lib/esm/bikeFrames.js +48 -0
- package/lib/esm/bikeFrontWheels.js +18 -8
- package/lib/esm/bikeRearWheels.js +18 -8
- package/lib/esm/headgears.js +20 -0
- package/lib/esm/jerseys.js +260 -100
- package/lib/esm/paintJobs.js +8 -0
- package/lib/esm/routes.js +87 -33
- package/lib/esm/runShirts.js +73 -53
- package/lib/esm/runShorts.js +71 -51
- package/lib/esm/socks.js +15 -0
- package/package.json +1 -1
package/lib/esm/runShorts.js
CHANGED
|
@@ -11,14 +11,9 @@ export const runShorts = [
|
|
|
11
11
|
"imageName": "Shorts01"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"id":
|
|
15
|
-
"name": "Super League
|
|
16
|
-
"imageName": "
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"id": 162037624,
|
|
20
|
-
"name": "Super League Red",
|
|
21
|
-
"imageName": "SuperLeague2020_thumb"
|
|
14
|
+
"id": 164144930,
|
|
15
|
+
"name": "Super League Tri Arena Games - White Jersey",
|
|
16
|
+
"imageName": "SLTRun2022white_thumb"
|
|
22
17
|
},
|
|
23
18
|
{
|
|
24
19
|
"id": 200937232,
|
|
@@ -75,6 +70,11 @@ export const runShorts = [
|
|
|
75
70
|
"name": "USA Triathlon",
|
|
76
71
|
"imageName": "USATriRun2022_thumb"
|
|
77
72
|
},
|
|
73
|
+
{
|
|
74
|
+
"id": 814301931,
|
|
75
|
+
"name": "Super League Tri Arena Games - Green Jersey",
|
|
76
|
+
"imageName": "SLTRun2022green_thumb"
|
|
77
|
+
},
|
|
78
78
|
{
|
|
79
79
|
"id": 832602111,
|
|
80
80
|
"name": "Zwift Running Shorts 9",
|
|
@@ -85,21 +85,16 @@ export const runShorts = [
|
|
|
85
85
|
"name": "Zwift Run Festival",
|
|
86
86
|
"imageName": "RunFestivalThumb"
|
|
87
87
|
},
|
|
88
|
+
{
|
|
89
|
+
"id": 844694699,
|
|
90
|
+
"name": "ZSun",
|
|
91
|
+
"imageName": "ZSunRun2022_thumb"
|
|
92
|
+
},
|
|
88
93
|
{
|
|
89
94
|
"id": 866715834,
|
|
90
95
|
"name": "ZRS Fall 2021 Shorts",
|
|
91
96
|
"imageName": "ZRS032021_thumb"
|
|
92
97
|
},
|
|
93
|
-
{
|
|
94
|
-
"id": 889918679,
|
|
95
|
-
"name": "Super League Yellow",
|
|
96
|
-
"imageName": "SuperLeague2020_thumb"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"id": 892162467,
|
|
100
|
-
"name": "Super League Orange",
|
|
101
|
-
"imageName": "SuperLeague2020_thumb"
|
|
102
|
-
},
|
|
103
98
|
{
|
|
104
99
|
"id": 963884552,
|
|
105
100
|
"name": "MARATHON 20 PRIMEBLUE",
|
|
@@ -122,7 +117,7 @@ export const runShorts = [
|
|
|
122
117
|
},
|
|
123
118
|
{
|
|
124
119
|
"id": 1184382879,
|
|
125
|
-
"name": "
|
|
120
|
+
"name": "ZRL Rome Run Shorts",
|
|
126
121
|
"imageName": "ZRLRome2022_thumb"
|
|
127
122
|
},
|
|
128
123
|
{
|
|
@@ -150,11 +145,6 @@ export const runShorts = [
|
|
|
150
145
|
"name": "2021 Zwift Holiday Run Shorts",
|
|
151
146
|
"imageName": "EricMinHolidayRun2021_thumb"
|
|
152
147
|
},
|
|
153
|
-
{
|
|
154
|
-
"id": 1421634430,
|
|
155
|
-
"name": "Super League Pink",
|
|
156
|
-
"imageName": "SuperLeague2020_thumb"
|
|
157
|
-
},
|
|
158
148
|
{
|
|
159
149
|
"id": 1422442217,
|
|
160
150
|
"name": "2021 ZA Tri Run Shorts",
|
|
@@ -165,11 +155,21 @@ export const runShorts = [
|
|
|
165
155
|
"name": "WHOOP Run Shorts",
|
|
166
156
|
"imageName": "WhoopRun2021_thumb"
|
|
167
157
|
},
|
|
158
|
+
{
|
|
159
|
+
"id": 1692970122,
|
|
160
|
+
"name": "Super League Tri Arena Games - Blue Jersey",
|
|
161
|
+
"imageName": "SLTRun2022blue_thumb"
|
|
162
|
+
},
|
|
168
163
|
{
|
|
169
164
|
"id": 1747240866,
|
|
170
165
|
"name": "Dempsey Challenge",
|
|
171
166
|
"imageName": "DempseyChallengeRun2021_thumb"
|
|
172
167
|
},
|
|
168
|
+
{
|
|
169
|
+
"id": 1842805541,
|
|
170
|
+
"name": "Super League Tri Arena Games - Red Jersey",
|
|
171
|
+
"imageName": "SLTRun2022red_thumb"
|
|
172
|
+
},
|
|
173
173
|
{
|
|
174
174
|
"id": 1877586804,
|
|
175
175
|
"name": "Collins Cup Internationals",
|
|
@@ -185,11 +185,6 @@ export const runShorts = [
|
|
|
185
185
|
"name": "Women's Run Series 2022",
|
|
186
186
|
"imageName": "ZwiftWomensRun2022_thumb"
|
|
187
187
|
},
|
|
188
|
-
{
|
|
189
|
-
"id": 2153158269,
|
|
190
|
-
"name": "Super League Black",
|
|
191
|
-
"imageName": "SuperLeague2020_thumb"
|
|
192
|
-
},
|
|
193
188
|
{
|
|
194
189
|
"id": 2226846384,
|
|
195
190
|
"name": "Zwift Running Shorts 12",
|
|
@@ -197,33 +192,43 @@ export const runShorts = [
|
|
|
197
192
|
},
|
|
198
193
|
{
|
|
199
194
|
"id": 2265184990,
|
|
200
|
-
"name": "
|
|
195
|
+
"name": "ZRL Helsinki Run Shorts",
|
|
201
196
|
"imageName": "ZRLHelsinki2022_thumb"
|
|
202
197
|
},
|
|
198
|
+
{
|
|
199
|
+
"id": 2337665662,
|
|
200
|
+
"name": "Super League Tri Arena Games - Orange Jersey",
|
|
201
|
+
"imageName": "SLTRun2022orange_thumb"
|
|
202
|
+
},
|
|
203
203
|
{
|
|
204
204
|
"id": 2391851422,
|
|
205
205
|
"name": "Zwift Running Shorts 7",
|
|
206
206
|
"imageName": "Shorts07"
|
|
207
207
|
},
|
|
208
|
-
{
|
|
209
|
-
"id": 2399165702,
|
|
210
|
-
"name": "Super League Green",
|
|
211
|
-
"imageName": "SuperLeague2020_thumb"
|
|
212
|
-
},
|
|
213
208
|
{
|
|
214
209
|
"id": 2408514102,
|
|
215
210
|
"name": "Eddie Izzard Celebration Run Shorts",
|
|
216
211
|
"imageName": "EddieIzzardCelebration2021_thumb"
|
|
217
212
|
},
|
|
213
|
+
{
|
|
214
|
+
"id": 2477616670,
|
|
215
|
+
"name": "Super League Tri Arena Games - Yellow Jersey",
|
|
216
|
+
"imageName": "SLTRun2022yellow_thumb"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": 2525193290,
|
|
220
|
+
"name": "Super League Tri Arena Games - Purple Jersey",
|
|
221
|
+
"imageName": "SLTRun2022purple_thumb"
|
|
222
|
+
},
|
|
218
223
|
{
|
|
219
224
|
"id": 2527667682,
|
|
220
225
|
"name": "PRRC",
|
|
221
226
|
"imageName": "PRRC2019"
|
|
222
227
|
},
|
|
223
228
|
{
|
|
224
|
-
"id":
|
|
225
|
-
"name": "
|
|
226
|
-
"imageName": "
|
|
229
|
+
"id": 2534535714,
|
|
230
|
+
"name": "ZA Run Team In Season",
|
|
231
|
+
"imageName": "ZARunInSeason2022_thumb"
|
|
227
232
|
},
|
|
228
233
|
{
|
|
229
234
|
"id": 2642396308,
|
|
@@ -232,7 +237,7 @@ export const runShorts = [
|
|
|
232
237
|
},
|
|
233
238
|
{
|
|
234
239
|
"id": 2825173794,
|
|
235
|
-
"name": "
|
|
240
|
+
"name": "ZRL Munich Run Shorts",
|
|
236
241
|
"imageName": "ZRLMunich2022_thumb"
|
|
237
242
|
},
|
|
238
243
|
{
|
|
@@ -245,6 +250,11 @@ export const runShorts = [
|
|
|
245
250
|
"name": "Zwift Academy Tri 2019",
|
|
246
251
|
"imageName": "ZwiftAcademyTri2020_thumb"
|
|
247
252
|
},
|
|
253
|
+
{
|
|
254
|
+
"id": 3012491067,
|
|
255
|
+
"name": "Spaero Triathlon",
|
|
256
|
+
"imageName": "SpaeroRun2022_thumb"
|
|
257
|
+
},
|
|
248
258
|
{
|
|
249
259
|
"id": 3018909742,
|
|
250
260
|
"name": "Zwift Running Shorts 6",
|
|
@@ -270,6 +280,11 @@ export const runShorts = [
|
|
|
270
280
|
"name": "Running Day",
|
|
271
281
|
"imageName": "RunningDay2019"
|
|
272
282
|
},
|
|
283
|
+
{
|
|
284
|
+
"id": 3173989733,
|
|
285
|
+
"name": "Super League Tri Arena Games - Grey Jersey",
|
|
286
|
+
"imageName": "SLTRun2022grey_thumb"
|
|
287
|
+
},
|
|
273
288
|
{
|
|
274
289
|
"id": 3213034432,
|
|
275
290
|
"name": "2021 ZA Run Shorts",
|
|
@@ -297,7 +312,7 @@ export const runShorts = [
|
|
|
297
312
|
},
|
|
298
313
|
{
|
|
299
314
|
"id": 3291110514,
|
|
300
|
-
"name": "
|
|
315
|
+
"name": "ZRL Atlanta Run Shorts",
|
|
301
316
|
"imageName": "ZRLAtlanta2022_thumb"
|
|
302
317
|
},
|
|
303
318
|
{
|
|
@@ -320,11 +335,6 @@ export const runShorts = [
|
|
|
320
335
|
"name": "ZA Tri Team Shorts",
|
|
321
336
|
"imageName": "ZATri2021_thumb"
|
|
322
337
|
},
|
|
323
|
-
{
|
|
324
|
-
"id": 3527677394,
|
|
325
|
-
"name": "Super League Blue",
|
|
326
|
-
"imageName": "SuperLeague2020_thumb"
|
|
327
|
-
},
|
|
328
338
|
{
|
|
329
339
|
"id": 3601200867,
|
|
330
340
|
"name": "Super League Community Shorts",
|
|
@@ -335,16 +345,16 @@ export const runShorts = [
|
|
|
335
345
|
"name": "Zwift Run Festival",
|
|
336
346
|
"imageName": "RunFestival2021_thumb"
|
|
337
347
|
},
|
|
338
|
-
{
|
|
339
|
-
"id": 3678256514,
|
|
340
|
-
"name": "Super League Grey",
|
|
341
|
-
"imageName": "SuperLeague2020_thumb"
|
|
342
|
-
},
|
|
343
348
|
{
|
|
344
349
|
"id": 3731582468,
|
|
345
350
|
"name": "Zwift Academy 2020 Run",
|
|
346
351
|
"imageName": "ZwiftAcademyRun2020_thumb"
|
|
347
352
|
},
|
|
353
|
+
{
|
|
354
|
+
"id": 3731880258,
|
|
355
|
+
"name": "Super League Tri Arena Games - Pink Jersey",
|
|
356
|
+
"imageName": "SLTRun2022pink_thumb"
|
|
357
|
+
},
|
|
348
358
|
{
|
|
349
359
|
"id": 3809167284,
|
|
350
360
|
"name": "ZA Run Team Shorts 2021",
|
|
@@ -355,9 +365,14 @@ export const runShorts = [
|
|
|
355
365
|
"name": "April Fools",
|
|
356
366
|
"imageName": "TealPink2020_thumb"
|
|
357
367
|
},
|
|
368
|
+
{
|
|
369
|
+
"id": 3931583376,
|
|
370
|
+
"name": "That Triathlon Life",
|
|
371
|
+
"imageName": "TTLRun2022_thumb"
|
|
372
|
+
},
|
|
358
373
|
{
|
|
359
374
|
"id": 3932074146,
|
|
360
|
-
"name": "
|
|
375
|
+
"name": "ZRL Sydney Run Shorts",
|
|
361
376
|
"imageName": "ZRLSydney2022_thumb"
|
|
362
377
|
},
|
|
363
378
|
{
|
|
@@ -375,6 +390,11 @@ export const runShorts = [
|
|
|
375
390
|
"name": "Lionel Sanders Shorts",
|
|
376
391
|
"imageName": "LionelSanders2019_thumb"
|
|
377
392
|
},
|
|
393
|
+
{
|
|
394
|
+
"id": 4191775939,
|
|
395
|
+
"name": "Super League Tri Arena Games - Black Jersey",
|
|
396
|
+
"imageName": "SLTRun2022black_thumb"
|
|
397
|
+
},
|
|
378
398
|
{
|
|
379
399
|
"id": 4231189810,
|
|
380
400
|
"name": "2021 Pride On Run Shorts",
|
package/lib/esm/socks.js
CHANGED
|
@@ -325,6 +325,11 @@ export const socks = [
|
|
|
325
325
|
"name": "3Run13one Plan Socks",
|
|
326
326
|
"imageName": "3Run13one"
|
|
327
327
|
},
|
|
328
|
+
{
|
|
329
|
+
"id": 3075314590,
|
|
330
|
+
"name": "ZA Run Team In-Season",
|
|
331
|
+
"imageName": "Socks_ZARunInSeason2022"
|
|
332
|
+
},
|
|
328
333
|
{
|
|
329
334
|
"id": 3096650005,
|
|
330
335
|
"name": "Dots Pink",
|
|
@@ -365,6 +370,11 @@ export const socks = [
|
|
|
365
370
|
"name": "Back To Fitness: Cycling",
|
|
366
371
|
"imageName": "BackToFitnessCycling"
|
|
367
372
|
},
|
|
373
|
+
{
|
|
374
|
+
"id": 3385688485,
|
|
375
|
+
"name": "Watch the Femmes 22",
|
|
376
|
+
"imageName": "Socks_TDFF2022D"
|
|
377
|
+
},
|
|
368
378
|
{
|
|
369
379
|
"id": 3389251714,
|
|
370
380
|
"name": "Solid Red",
|
|
@@ -395,6 +405,11 @@ export const socks = [
|
|
|
395
405
|
"name": "201 Running Plan Socks",
|
|
396
406
|
"imageName": "201Run"
|
|
397
407
|
},
|
|
408
|
+
{
|
|
409
|
+
"id": 3643312501,
|
|
410
|
+
"name": "AAPI Heritage Month",
|
|
411
|
+
"imageName": "Socks_AAPI2022"
|
|
412
|
+
},
|
|
398
413
|
{
|
|
399
414
|
"id": 3696890221,
|
|
400
415
|
"name": "Striped Blue",
|