zwift-data 1.48.2 → 1.48.4

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 @@ exports.bikeFrames = [
67
67
  [1936733870, "Chapter2 Koko", 2022, false],
68
68
  [1939788651, "Canyon MyCanyon Opus - Felipe Pantone", 2025, false],
69
69
  [1950596038, "Pinarello Dogma F 2024", 2024, false],
70
+ [1952131384, "Zwift MX Rider", 2026, false],
70
71
  [1972610461, "Cervelo S5 2020", 2021, false],
71
72
  [2002850191, "Scott Plasma RC Ultimate", 2022, true],
72
73
  [2005280203, "Cannondale System Six", 2019, false],
@@ -24,6 +24,11 @@ exports.bikeFrontWheels = [
24
24
  "Mavic Comete Pro Carbon SL UST",
25
25
  "Wheel_MavicCometeProCarbonSLUST",
26
26
  ],
27
+ [
28
+ 976859048,
29
+ "Princeton Carbon Works Wake 6560 LOC_WHEELS_WAKE6560_NAME",
30
+ "Wheel_PrincetonCarbonWorksWake6560",
31
+ ],
27
32
  [998391700, "Zwift Concept", "Wheel_ZwiftConcept"],
28
33
  [1053884173, "Campagnolo Bora Ultra 35", "Wheel_BoraUltra35"],
29
34
  [1114387765, "Cannondale R4000 Roller Blade", "Wheel_CannondalePong"],
@@ -55,6 +60,11 @@ exports.bikeFrontWheels = [
55
60
  "Zwift LOC_WHEELNAME_ZWIFT_BigSpinCruiser2024",
56
61
  "Wheel_BigSpinCruiser2024",
57
62
  ],
63
+ [
64
+ 2015793973,
65
+ "Princeton Carbon Works Wake 6560 Red LOC_WHEELS_WAKE6560RED_NAME",
66
+ "Wheel_PrincetonCarbonWorksWake6560Red",
67
+ ],
58
68
  [2055468653, "Giant SLR 0", "Wheel_AdvancedPropel"],
59
69
  [2060527008, "Zwift 50mm Carbon", "Wheel_CampagnoloHigh"],
60
70
  [2181416413, "Roval Rapide CLX", "Wheel_RovalRapide"],
@@ -77,7 +87,9 @@ exports.bikeFrontWheels = [
77
87
  [3207647806, "Zwift BMX Bandit", "Wheel_BigSpinBMX2025"],
78
88
  [3251069251, "Enve SES 6.7", "Wheel_Enve67"],
79
89
  [3557711998, "Zwift Brompton P Line", "Wheel_BromptonPLine2025"],
90
+ [3566388347, "Zwift Big Spin Tri-Spoke", "Wheel_BigSpin2026"],
80
91
  [3682262345, "Zwift Pride On Disc", "Wheel_ZwiftPrideOn2025"],
92
+ [3752892537, "Zwift MX Rider", "Wheel_BigSpinMXRider2026"],
81
93
  [3787145210, "Zwift Mountain", "Wheel_ZwiftMountain"],
82
94
  [3849702821, "Zwift Zwift Skeletal", ""],
83
95
  [4029436085, "Zwift 32mm Carbon", "Wheel_CampagnoloLow"],
@@ -6,6 +6,7 @@ exports.bikeRearWheels = [
6
6
  [59917648, "Roval CLX64", "Wheel_SpecializedRovalCLX64"],
7
7
  [201030698, "Cannondale R4000 Roller Blade", "Wheel_CannondalePong"],
8
8
  [214800767, "Zipp 808", "Wheel_Zipp808Firecrest"],
9
+ [247713340, "Zwift MX Rider", "Wheel_BigSpinMXRider2026"],
9
10
  [345690674, "Zwift Zwift Trike", "Wheel_ZwiftBW"],
10
11
  [393022867, "Zipp 808/Super9", "Wheel_ZippDisc"],
11
12
  [413360396, "Mavic Cosmic Ultimate UST", "Wheel_MavicCosmicUltUST"],
@@ -30,6 +31,11 @@ exports.bikeRearWheels = [
30
31
  [1207119882, "Shimano DURA-ACE C60", "Wheel_ShimanoDuraAceC60"],
31
32
  [1248620278, "Cadex CADEX AR 35", "Wheel_CadexAR35"],
32
33
  [1347687916, "Cadex CADEX 42", "Wheel_Cadex42"],
34
+ [
35
+ 1380586225,
36
+ "Princeton Carbon Works Wake 6560 LOC_WHEELS_WAKE6560_NAME",
37
+ "Wheel_PrincetonCarbonWorksWake6560",
38
+ ],
33
39
  [1437212052, "Zwift Classic", "Wheel_ZwiftClassic"],
34
40
  [1547965258, "Zwift Zwift Bat Wheel", ""],
35
41
  [1614586487, "Campagnolo Bora Ultra 35", "Wheel_BoraUltra35"],
@@ -84,8 +90,14 @@ exports.bikeRearWheels = [
84
90
  [4097663513, "Pinarello Espada", "Wheel_PinarelloEspadaDisc"],
85
91
  [4111310185, "Zwift 8-Bit", ""],
86
92
  [4137014419, "Zwift 32mm Carbon", "Wheel_CampagnoloLow"],
93
+ [4148227571, "Zwift Big Spin Tri-Spoke", "Wheel_BigSpin2026"],
87
94
  [4151096267, "FFWD RYOT55", "Wheel_FFWDRYOT55"],
88
95
  [4151822963, "Zwift Concept", "Wheel_ZwiftConceptGold"],
89
96
  [4182312168, "Novatec Novatec R4", "Wheel_NovatecR4"],
90
97
  [4183014640, "Zipp 404", "Wheel_Zipp404Firecrest"],
98
+ [
99
+ 4293845976,
100
+ "Princeton Carbon Works Wake 6560 Red LOC_WHEELS_WAKE6560RED_NAME",
101
+ "Wheel_PrincetonCarbonWorksWake6560Red",
102
+ ],
91
103
  ].map(([id, name, imageName]) => ({ id, name, imageName }));
@@ -15,6 +15,11 @@ exports.glasses = [
15
15
  [1241540451, "Top Guns", "Glasses_Generic03"],
16
16
  [1541295082, "Zwift Glasses #1", "Glasses_Generic04"],
17
17
  [1576804539, "Oakley Sphaera Glasses", "Glasses_OakleySphaera"],
18
+ [
19
+ 1679681285,
20
+ "LOC_GLASSES_OAKLEYVELOKATOGLASSES2026_NAME",
21
+ "Glasses_OakleyVeloKato2026",
22
+ ],
18
23
  [1725649243, "Roka GP-1x", "Glasses_Roka01"],
19
24
  [1773488310, "Tour de Zwift 2024 Sunglasses", "Glasses_TourDeZwift2024"],
20
25
  [
@@ -119,8 +119,14 @@ exports.headgears = [
119
119
  ],
120
120
  [1720452859, "Tour of Makuri Islands", "Visor_TourOfMakuri2022"],
121
121
  [1774524673, "Giro d'Italia", "Giro2019_thumb"],
122
+ [1794253089, "Big Spin Limeade", "BigSpin2026_thumb"],
122
123
  [1805966666, "ZRS Running Cap 2", "RunnerCapZRSKit022021_thumb"],
123
124
  [1880866806, "Zwift Helmet Part Deux", "zwifthelmetpartdeux"],
125
+ [
126
+ 1943858714,
127
+ "LOC_CYCLING_HEADGEAR_CyclingCapAlpecinPremierTech2026_NAME",
128
+ "CyclingCapAlpecinPremierTech2026_thumb",
129
+ ],
124
130
  [
125
131
  1995868324,
126
132
  "Zwift Academy Women",
@@ -134,6 +140,7 @@ exports.headgears = [
134
140
  [2122481581, "L'Etape", "LeTape2019_thumb"],
135
141
  [2133821406, "Kask Protone Helmet", "ProtonKask2021"],
136
142
  [2146340664, "Giro Synthe", "GiroSynthe"],
143
+ [2406026778, "Dino-Mite Hard Hat", "HardHatBigSpin2026_thumb"],
137
144
  [2410144465, "ZA Road 2021 Cap", "CyclingCapZARoad2021_thumb"],
138
145
  [2439046900, "S-Works Evade-3", "SWorksEvade3_thumb"],
139
146
  [2444075592, "Zwift TT Helmet", "zwifttthelmet"],
@@ -218,11 +225,13 @@ exports.headgears = [
218
225
  "Tour of Watopia '24 Bikepacker",
219
226
  "RunningCapTourOfWatopia2024_thumb",
220
227
  ],
228
+ [3591155112, "Lumberjack Chic", "BeanieBigSpin2026_thumb"],
221
229
  [
222
230
  3599973897,
223
231
  "LOC_RUNNING_HEADGEAR_RUNNINGCAPTOUROFWATOPIA2023_NAME",
224
232
  "RunningCapTourOfWatopia2023_thumb",
225
233
  ],
234
+ [3616661453, "Rhinestone Rider", "CowboyHat2026_thumb"],
226
235
  [3630601017, "Giant Backwards Cap", "BackwardsCyclingCapGiant2022_thumb"],
227
236
  [3633294398, "ZA Tri Team Helmet 2020", "SpecializedZA2021"],
228
237
  [
@@ -241,6 +250,7 @@ exports.headgears = [
241
250
  "Zwift Academy Tri 2020",
242
251
  "CyclingCapZwiftAcademyTri2020_thumb",
243
252
  ],
253
+ [3670057430, "Jungle Phones", "HeadphonesBigSpin2026_thumb"],
244
254
  [
245
255
  3682279492,
246
256
  "Tour de Zwift 2026 Party Cap",
@@ -277,6 +287,7 @@ exports.headgears = [
277
287
  "Zwift Academy 2020 Womens",
278
288
  "CyclingCapZwiftAcademyWomen2020_thumb",
279
289
  ],
290
+ [4281263551, "Paisley", "HeadbandBigSpin2026_thumb"],
280
291
  [4289252182, "Black & Gold Cap", "BackwardsCapFluoro01_thumb"],
281
292
  [4291019094, "ZA Run Team Hat 2021", "RunnerCapZwiftAcademyRun2021_thumb"],
282
293
  ].map(([id, name, imageName]) => ({ id, name, imageName }));
@@ -11,12 +11,9 @@ exports.jerseys = [
11
11
  [3523119, "TBR 2020", "TBR2020_thumb"],
12
12
  [10145717, "Coalition Alpha Men", "CoalitionAlphaMen2023_thumb"],
13
13
  [19657395, "Map My Ride", "MapMyRide2025_thumb"],
14
- [
15
- 20770543,
16
- "LOC_CYCLING_JERSEY_BIGSPINRHINESTONERIDER2026",
17
- "BigSpinRhinestoneRider2026_thumb",
18
- ],
14
+ [20770543, "Rhinestone Rider", "BigSpinRhinestoneRider2026_thumb"],
19
15
  [27953592, "Off the Maap 2021 Kit", "OffTheMaap2021_thumb"],
16
+ [54633646, "Team Foudre", "TeamFoudre2026_thumb"],
20
17
  [55762178, "WEDU Kit", "WeduOG2021_thumb"],
21
18
  [63314504, "Ride Australia", "RideAustralia_thumb"],
22
19
  [64218091, "2025 Tour Fever", "TdF2025_thumb"],
@@ -66,7 +63,7 @@ exports.jerseys = [
66
63
  [157839058, "Solid Mustard", "SolidColorKitPackMustard_thumb"],
67
64
  [158338255, "SZR", "SZR_thumb"],
68
65
  [158595409, "Donut", "ZwiftFood03_thumb"],
69
- [162720319, "LOC_CYCLING_JERSEY_DODDIEAID2024", "DoddieAid2024_thumb"],
66
+ [162720319, "Doddie Aid", "DoddieAid2024_thumb"],
70
67
  [167026782, "Maratona Dolomiti", "MaratonaDolomiti_thumb"],
71
68
  [
72
69
  172691656,
@@ -111,6 +108,7 @@ exports.jerseys = [
111
108
  [257930879, "Cycle-Smart", "CycleSmart2021_thumb"],
112
109
  [260399785, "Frenchy Fuzion", "FrenchyFuzion2024_thumb"],
113
110
  [265525555, "LGBTQ Zwifters", "LGBTQZwifters2024_thumb"],
111
+ [269139365, "Asiina Cycling", "AsiinaCycling2026_thumb"],
114
112
  [273275384, "Continental", "Continental2018_thumb"],
115
113
  [279835500, "Level 80", "Zwift_LVL80_thumb"],
116
114
  [281027822, "Dempsey Challenge", "DempseyChallenge2020_thumb"],
@@ -581,6 +579,7 @@ exports.jerseys = [
581
579
  [1697837945, "Kiwi Crew", "KiwiCrew2022_thumb"],
582
580
  [1699319860, "Rosa", "RosaKloser2025_thumb"],
583
581
  [1701380341, "Assos Speed Club 2022", "AssosSpeedClub2019_thumb"],
582
+ [1711883073, "LOC_CYCLING_JERSEY_ENDUREIQ2026", "EndureIQ2026_thumb"],
584
583
  [1713605012, "DBR 2025", "DBR2025_thumb"],
585
584
  [1716914056, "Cycling Weekly Kit", "CyclingWeekly2021_thumb"],
586
585
  [1718052948, "2021 ZA Tri Kit", "ZATri2021_thumb"],
@@ -683,11 +682,13 @@ exports.jerseys = [
683
682
  [2050259031, "Scott", "Scott2020_thumb"],
684
683
  [2052385530, "Ride with James", "RideWithJames2025_thumb"],
685
684
  [2053768111, "Level 30", "Zwift_LVL30_thumb"],
685
+ [2082011998, "LOC_CYCLING_JERSEY_ERC2026", "ERC2026_thumb"],
686
686
  [2087198235, "Castelli Italia", "SantiniItalia2017_thumb"],
687
687
  [2087981349, "To Be Determined", "ToBeDetermined2021_thumb"],
688
688
  [2089349362, "inGAMBA", "inGamba_01_thumb"],
689
689
  [2092402045, "Total Direct Energie", "TotalDirectEnergie2020_thumb"],
690
690
  [2095486697, "Liv AlUla Jayco 2024", "LivAlUla2024_thumb"],
691
+ [2098895232, "Swedish Outbreaks", "SwedishOutbreaks2026_thumb"],
691
692
  [
692
693
  2099251947,
693
694
  "Qhubeka Moving Forward 2020",
@@ -722,6 +723,7 @@ exports.jerseys = [
722
723
  [2218704109, "Pinarello La Squadra Kit", "PLS2021_thumb"],
723
724
  [2219699088, "Team PTz", "TeamPTZ_thumb"],
724
725
  [2225469513, "FemmeCycle Collab", "FemmeCycleCollab2025_thumb"],
726
+ [2226004459, "Dino-Mite", "BigSpinTitansGrove2026_thumb"],
725
727
  [2237514524, "Alpecin Kit", "AlpecinDeceuninck2025_thumb"],
726
728
  [2242745186, "Endura", "Endura2022_thumb"],
727
729
  [2246416303, "Jumbo Visma TdF Edition 2023", "JumboVismaTdF2023_thumb"],
@@ -772,6 +774,7 @@ exports.jerseys = [
772
774
  [2386311153, "El Giro de Rigo 2021", "ElGiroDeRigoCR2021_thumb"],
773
775
  [2389611207, "Varlo Cycling", "Varlo2022_thumb"],
774
776
  [2392842475, "Galaxy", "GalaxyCommunity2023_thumb"],
777
+ [2392849392, "Surface Cycling", "SurfaceCycling2026_thumb"],
775
778
  [2394699876, "GearPatrol", "GearPatrol2015_thumb"],
776
779
  [2397240918, "Cafe du Cycliste", "CafeDuCycliste2021_thumb"],
777
780
  [2398622818, "Road.cc", "RoadCC_thumb"],
@@ -788,6 +791,7 @@ exports.jerseys = [
788
791
  ],
789
792
  [2422367611, "Precision Fuel & Hydration", "Precision2022_thumb"],
790
793
  [2422819298, "Eolo Kometa", "EoloKometa2021_thumb"],
794
+ [2423261483, "IRWMS", "IRWMS2026_thumb"],
791
795
  [2426765558, "Black Sheep Man Ride", "BlackSheepManRide2019_thumb"],
792
796
  [
793
797
  2431411798,
@@ -821,6 +825,11 @@ exports.jerseys = [
821
825
  "FDJ Nouvelle Aquitaine Futuroscope",
822
826
  "FDJWomensWTT2022_thumb",
823
827
  ],
828
+ [
829
+ 2527073566,
830
+ "DIRTy Mitten Racing League",
831
+ "DirtyMittenRacingLeague2026_thumb",
832
+ ],
824
833
  [2540856623, "Velux", "Velux2026_thumb"],
825
834
  [
826
835
  2543336057,
@@ -852,7 +861,7 @@ exports.jerseys = [
852
861
  ],
853
862
  [2643412332, "Rave", "Rave2022_thumb"],
854
863
  [2644587674, "FreeSpeed", "FreeSpeed2015_thumb"],
855
- [2652254467, "LOC_CYCLING_JERSEY_OVERTHEEDGE2025", "OverTheEdge2025_thumb"],
864
+ [2652254467, "OverTheEdge", "OverTheEdge2025_thumb"],
856
865
  [2654375510, "Daniela Ryf", "daniela_ryf_thumb"],
857
866
  [2657009020, "Didi the Devil", "TdFDidi2025_thumb"],
858
867
  [2662676193, "Alpentroedler Velo Club", "Alpentroedler2022_thumb"],
@@ -1040,6 +1049,7 @@ exports.jerseys = [
1040
1049
  "BritishTriathlonMember2018_thumb",
1041
1050
  ],
1042
1051
  [3206625974, "Australia Elite", "AustraliaElite2020_thumb"],
1052
+ [3213695296, "LOC_CYCLING_JERSEY_CSPT2026", "CSPT2026_thumb"],
1043
1053
  [3216791291, "Dragons Racing Team", "DragonsRacing2025_thumb"],
1044
1054
  [3219469326, "KZR navy", "KZRnavy_thumb"],
1045
1055
  [3224005943, "Team Ukraine", "TeamUkraine2025_thumb"],
@@ -1118,7 +1128,7 @@ exports.jerseys = [
1118
1128
  [3407359920, "Tour of Watopia 2023", "TourOfWatopia2023_thumb"],
1119
1129
  [3407909128, "World Bicycle Relief", "WBRKit2019_thumb"],
1120
1130
  [3415411505, "Sansego", "SansegoTri2022_thumb"],
1121
- [3416790379, "LOC_CYCLING_JERSEY_MSRDERCLUB2025", "MSRderClub2025_thumb"],
1131
+ [3416790379, "MSR der Club", "MSRderClub2025_thumb"],
1122
1132
  [3419241775, "Agowatt", "Agowatt2021_thumb"],
1123
1133
  [3419530421, "ODZ Women", "ODZWomen2021_thumb"],
1124
1134
  [3421325459, "Rapha W100", "Rapha100km2018_thumb"],
@@ -1155,12 +1165,8 @@ exports.jerseys = [
1155
1165
  "RaphaWomens100T2022_thumb",
1156
1166
  ],
1157
1167
  [3488472716, "Today’s Plan", "TodaysPlan_thumb"],
1158
- [
1159
- 3502000593,
1160
- "LOC_CYCLING_JERSEY_ORIGINALS_BIGSPIN2026MAYANCAMOKIT_NAME",
1161
- "BigSpin2026MayanCamoKit_thumb",
1162
- ],
1163
- [3502306062, "Doddie Aid", "DoddieAid2023_thumb"],
1168
+ [3502000593, "Mayan Camo", "BigSpin2026MayanCamoKit_thumb"],
1169
+ [3502306062, "Doddie Aid 2023", "DoddieAid2023_thumb"],
1164
1170
  [3503002798, "Bardiani 2019", "Bardiani2019_thumb"],
1165
1171
  [3503400331, "BL13 Ladies", "BL13Ladies2023_thumb"],
1166
1172
  [3516730865, "Spring Training 2024", "SpringTraining2024_thumb"],
@@ -1173,6 +1179,7 @@ exports.jerseys = [
1173
1179
  [3559497553, "Endure IQ Kit", "EndureIQ2021_thumb"],
1174
1180
  [3559927551, "Hot Tubes", "HotTubes2019_thumb"],
1175
1181
  [3570361772, "5.W.4.T.", "5W4T2023_thumb"],
1182
+ [3571094851, "Lumberjack Chic", "BigSpinSouthernCoast2026_thumb"],
1176
1183
  [3571464315, "Camo 2", "Zwift_Camo_02_thumb"],
1177
1184
  [3571672586, "Rapha Flyweight", "RaphaClassicFlyweight2019_thumb"],
1178
1185
  [3574886872, "World Bicycle Relief 2016", "WorldBicycleRelief2016_thumb"],
@@ -1288,6 +1295,11 @@ exports.jerseys = [
1288
1295
  [3891872995, "Beastmode", "BeastMode2021_thumb"],
1289
1296
  [3895503603, "Zwifteurs Ghost Team", "ZwifteursGhostTeam2025_thumb"],
1290
1297
  [3895671417, "Qhubeka Assos Pro Team Kit", "QhubekaAssos2021_thumb"],
1298
+ [
1299
+ 3896519682,
1300
+ "LOC_CYCLING_JERSEY_ALPECINPREMIERTECH2026",
1301
+ "AlpecinPremierTech2026_thumb",
1302
+ ],
1291
1303
  [
1292
1304
  3897344494,
1293
1305
  "UCI Federation 2023 Ireland",
@@ -1427,6 +1439,11 @@ exports.jerseys = [
1427
1439
  [4266694480, "Team TFC", "TeamTFC2018_thumb"],
1428
1440
  [4272071449, "AHDR Australia 2023", "AHDRAustralia2023_thumb"],
1429
1441
  [4279464621, "2025 Watch the Femmes RC", "TdFFaZ2025_thumb"],
1442
+ [
1443
+ 4280979826,
1444
+ "LOC_CYCLING_JERSEY_RUCKUSRACING2026",
1445
+ "RuckusRacing2026_thumb",
1446
+ ],
1430
1447
  [4283549492, "KC Academy", "KCAcademy2022_thumb"],
1431
1448
  [
1432
1449
  4283763318,
@@ -146,6 +146,7 @@ exports.paintJobs = [
146
146
  [2730699339, "Zwift Buffalo Fahrrad-Buffalo Fahrrad"],
147
147
  [2745763723, "Brompton BromptonPLine2025-TdF2025"],
148
148
  [2814305325, "Scott ScottAddict2021-base"],
149
+ [2844881078, "Zwift BigSpin2026-Default"],
149
150
  [2850354759, "BMC Timemachine01-BMC Timemachine01 Black"],
150
151
  [2878178034, "BMC SLR01-SLR01 1"],
151
152
  [2893476115, "Specialized Tarmac-Specialized S-Works"],
package/lib/cjs/routes.js CHANGED
@@ -107,8 +107,8 @@ exports.routes = [
107
107
  28,
108
108
  5.112,
109
109
  28,
110
- ["breakaway-brae-rev"],
111
- [{ from: 8.338, to: 8.959, segment: "breakaway-brae-rev" }],
110
+ ["breakaway-brae"],
111
+ [],
112
112
  false,
113
113
  true,
114
114
  false,
@@ -566,8 +566,8 @@ exports.routes = [
566
566
  0,
567
567
  0.171,
568
568
  0,
569
- ["champions-sprint", "the-clyde-kicker", "breakaway-brae-rev"],
570
- [{ from: 8.681, to: 9.302, segment: "breakaway-brae-rev" }],
569
+ ["champions-sprint", "the-clyde-kicker", "breakaway-brae"],
570
+ [],
571
571
  true,
572
572
  false,
573
573
  false,
@@ -1578,7 +1578,7 @@ exports.routes = [
1578
1578
  0,
1579
1579
  0.017,
1580
1580
  0,
1581
- ["breakaway-brae-rev"],
1581
+ ["breakaway-brae"],
1582
1582
  [],
1583
1583
  false,
1584
1584
  true,
@@ -1586,8 +1586,8 @@ exports.routes = [
1586
1586
  true,
1587
1587
  ["running", "cycling"],
1588
1588
  161,
1589
- 33636526,
1590
- "https://www.strava.com/segments/33636526",
1589
+ 33620222,
1590
+ "https://www.strava.com/segments/33620222",
1591
1591
  "https://zwiftinsider.com/route/loch-loop",
1592
1592
  "https://whatsonzwift.com/world/scotland/route/loch-loop",
1593
1593
  "https://zwifterbikes.web.app/route/loch-loop",
@@ -2953,11 +2953,8 @@ exports.routes = [
2953
2953
  0,
2954
2954
  0.021,
2955
2955
  0,
2956
- ["loch-loop-rev", "breakaway-brae-rev"],
2957
- [
2958
- { from: 0, to: 8.022, segment: "loch-loop-rev" },
2959
- { from: 4.475, to: 5.095, segment: "breakaway-brae-rev" },
2960
- ],
2956
+ ["breakaway-brae-rev"],
2957
+ [],
2961
2958
  false,
2962
2959
  true,
2963
2960
  false,
@@ -3623,7 +3620,7 @@ exports.routes = [
3623
3620
  "Empire Elevation",
3624
3621
  "empire-elevation",
3625
3622
  "new-york",
3626
- true,
3623
+ false,
3627
3624
  24.155,
3628
3625
  261,
3629
3626
  1.824,
@@ -3649,7 +3646,7 @@ exports.routes = [
3649
3646
  false,
3650
3647
  false,
3651
3648
  false,
3652
- false,
3649
+ true,
3653
3650
  ["running", "cycling"],
3654
3651
  485,
3655
3652
  40493992,
@@ -4934,10 +4931,7 @@ exports.routes = [
4934
4931
  0.031,
4935
4932
  0,
4936
4933
  ["the-clyde-kicker", "breakaway-brae-rev", "sgurr-summit-south"],
4937
- [
4938
- { from: 7.501, to: 8.125, segment: "breakaway-brae-rev" },
4939
- { from: 11.376, to: 12.372, segment: "sgurr-summit-south" },
4940
- ],
4934
+ [{ from: 11.376, to: 12.372, segment: "sgurr-summit-south" }],
4941
4935
  false,
4942
4936
  false,
4943
4937
  false,
@@ -8146,7 +8140,7 @@ exports.routes = [
8146
8140
  "Neon Shore Loop",
8147
8141
  "neon-shore-loop",
8148
8142
  "makuri-islands",
8149
- true,
8143
+ false,
8150
8144
  32.951,
8151
8145
  253,
8152
8146
  1.124,
@@ -8163,7 +8157,7 @@ exports.routes = [
8163
8157
  false,
8164
8158
  true,
8165
8159
  false,
8166
- false,
8160
+ true,
8167
8161
  ["running", "cycling"],
8168
8162
  660,
8169
8163
  40657892,
@@ -8329,7 +8323,6 @@ exports.routes = [
8329
8323
  ],
8330
8324
  [
8331
8325
  { from: 8.239, to: 9.808, segment: "sgurr-summit-north" },
8332
- { from: 13.968, to: 14.594, segment: "breakaway-brae-rev" },
8333
8326
  { from: 17.839, to: 18.83, segment: "sgurr-summit-south" },
8334
8327
  ],
8335
8328
  false,
@@ -8490,16 +8483,16 @@ exports.routes = [
8490
8483
  undefined,
8491
8484
  undefined,
8492
8485
  undefined,
8493
- ["new-york-kom-rev", "new-york-sprint-rev"],
8494
- [{ from: 1.464, to: 2.606, segment: "new-york-kom-rev" }],
8486
+ ["new-york-kom", "new-york-sprint-rev"],
8487
+ [{ from: 2.826, to: 4.184, segment: "new-york-kom" }],
8495
8488
  true,
8496
8489
  true,
8497
8490
  false,
8498
8491
  true,
8499
8492
  ["running", "cycling"],
8500
8493
  undefined,
8501
- 19141192,
8502
- "https://www.strava.com/segments/19141192",
8494
+ 19178367,
8495
+ "https://www.strava.com/segments/19178367",
8503
8496
  "https://zwiftinsider.com/route/grand-central-circuit-reverse",
8504
8497
  "https://whatsonzwift.com/world/new-york/route/grand-central-circuit-reverse",
8505
8498
  "https://zwifterbikes.web.app/route/grand-central-circuit-reverse",
@@ -1361,8 +1361,8 @@ exports.segments = [
1361
1361
  "https://whatsonzwift.com/world/scotland/segment/breakaway-brae/forward",
1362
1362
  "breakaway-brae",
1363
1363
  "https://zwifterbikes.web.app/route/breakaway-brae",
1364
- undefined,
1365
- undefined,
1364
+ 33620168,
1365
+ "https://www.strava.com/segments/33620168",
1366
1366
  2,
1367
1367
  undefined,
1368
1368
  undefined,
@@ -1376,27 +1376,12 @@ exports.segments = [
1376
1376
  "https://whatsonzwift.com/world/scotland/segment/breakaway-brae-reverse/reverse",
1377
1377
  "breakaway-brae-reverse",
1378
1378
  "https://zwifterbikes.web.app/route/breakaway-brae-reverse",
1379
- 33620168,
1380
- "https://www.strava.com/segments/33620168",
1379
+ 38170246,
1380
+ "https://www.strava.com/segments/38170246",
1381
1381
  2.4,
1382
1382
  undefined,
1383
1383
  undefined,
1384
1384
  ],
1385
- [
1386
- "Loch Loop Rev.",
1387
- "loch-loop-rev",
1388
- "segment",
1389
- "scotland",
1390
- 8.06,
1391
- "https://whatsonzwift.com/world/scotland/segment/loch-loop-reverse/reverse",
1392
- undefined,
1393
- undefined,
1394
- 33620222,
1395
- "https://www.strava.com/segments/33620222",
1396
- 0.1,
1397
- undefined,
1398
- undefined,
1399
- ],
1400
1385
  [
1401
1386
  "Stoneway Sprint",
1402
1387
  "stoneway-sprint",
@@ -64,6 +64,7 @@ export const bikeFrames = [
64
64
  [1936733870, "Chapter2 Koko", 2022, false],
65
65
  [1939788651, "Canyon MyCanyon Opus - Felipe Pantone", 2025, false],
66
66
  [1950596038, "Pinarello Dogma F 2024", 2024, false],
67
+ [1952131384, "Zwift MX Rider", 2026, false],
67
68
  [1972610461, "Cervelo S5 2020", 2021, false],
68
69
  [2002850191, "Scott Plasma RC Ultimate", 2022, true],
69
70
  [2005280203, "Cannondale System Six", 2019, false],
@@ -21,6 +21,11 @@ export const bikeFrontWheels = [
21
21
  "Mavic Comete Pro Carbon SL UST",
22
22
  "Wheel_MavicCometeProCarbonSLUST",
23
23
  ],
24
+ [
25
+ 976859048,
26
+ "Princeton Carbon Works Wake 6560 LOC_WHEELS_WAKE6560_NAME",
27
+ "Wheel_PrincetonCarbonWorksWake6560",
28
+ ],
24
29
  [998391700, "Zwift Concept", "Wheel_ZwiftConcept"],
25
30
  [1053884173, "Campagnolo Bora Ultra 35", "Wheel_BoraUltra35"],
26
31
  [1114387765, "Cannondale R4000 Roller Blade", "Wheel_CannondalePong"],
@@ -52,6 +57,11 @@ export const bikeFrontWheels = [
52
57
  "Zwift LOC_WHEELNAME_ZWIFT_BigSpinCruiser2024",
53
58
  "Wheel_BigSpinCruiser2024",
54
59
  ],
60
+ [
61
+ 2015793973,
62
+ "Princeton Carbon Works Wake 6560 Red LOC_WHEELS_WAKE6560RED_NAME",
63
+ "Wheel_PrincetonCarbonWorksWake6560Red",
64
+ ],
55
65
  [2055468653, "Giant SLR 0", "Wheel_AdvancedPropel"],
56
66
  [2060527008, "Zwift 50mm Carbon", "Wheel_CampagnoloHigh"],
57
67
  [2181416413, "Roval Rapide CLX", "Wheel_RovalRapide"],
@@ -74,7 +84,9 @@ export const bikeFrontWheels = [
74
84
  [3207647806, "Zwift BMX Bandit", "Wheel_BigSpinBMX2025"],
75
85
  [3251069251, "Enve SES 6.7", "Wheel_Enve67"],
76
86
  [3557711998, "Zwift Brompton P Line", "Wheel_BromptonPLine2025"],
87
+ [3566388347, "Zwift Big Spin Tri-Spoke", "Wheel_BigSpin2026"],
77
88
  [3682262345, "Zwift Pride On Disc", "Wheel_ZwiftPrideOn2025"],
89
+ [3752892537, "Zwift MX Rider", "Wheel_BigSpinMXRider2026"],
78
90
  [3787145210, "Zwift Mountain", "Wheel_ZwiftMountain"],
79
91
  [3849702821, "Zwift Zwift Skeletal", ""],
80
92
  [4029436085, "Zwift 32mm Carbon", "Wheel_CampagnoloLow"],
@@ -3,6 +3,7 @@ export const bikeRearWheels = [
3
3
  [59917648, "Roval CLX64", "Wheel_SpecializedRovalCLX64"],
4
4
  [201030698, "Cannondale R4000 Roller Blade", "Wheel_CannondalePong"],
5
5
  [214800767, "Zipp 808", "Wheel_Zipp808Firecrest"],
6
+ [247713340, "Zwift MX Rider", "Wheel_BigSpinMXRider2026"],
6
7
  [345690674, "Zwift Zwift Trike", "Wheel_ZwiftBW"],
7
8
  [393022867, "Zipp 808/Super9", "Wheel_ZippDisc"],
8
9
  [413360396, "Mavic Cosmic Ultimate UST", "Wheel_MavicCosmicUltUST"],
@@ -27,6 +28,11 @@ export const bikeRearWheels = [
27
28
  [1207119882, "Shimano DURA-ACE C60", "Wheel_ShimanoDuraAceC60"],
28
29
  [1248620278, "Cadex CADEX AR 35", "Wheel_CadexAR35"],
29
30
  [1347687916, "Cadex CADEX 42", "Wheel_Cadex42"],
31
+ [
32
+ 1380586225,
33
+ "Princeton Carbon Works Wake 6560 LOC_WHEELS_WAKE6560_NAME",
34
+ "Wheel_PrincetonCarbonWorksWake6560",
35
+ ],
30
36
  [1437212052, "Zwift Classic", "Wheel_ZwiftClassic"],
31
37
  [1547965258, "Zwift Zwift Bat Wheel", ""],
32
38
  [1614586487, "Campagnolo Bora Ultra 35", "Wheel_BoraUltra35"],
@@ -81,8 +87,14 @@ export const bikeRearWheels = [
81
87
  [4097663513, "Pinarello Espada", "Wheel_PinarelloEspadaDisc"],
82
88
  [4111310185, "Zwift 8-Bit", ""],
83
89
  [4137014419, "Zwift 32mm Carbon", "Wheel_CampagnoloLow"],
90
+ [4148227571, "Zwift Big Spin Tri-Spoke", "Wheel_BigSpin2026"],
84
91
  [4151096267, "FFWD RYOT55", "Wheel_FFWDRYOT55"],
85
92
  [4151822963, "Zwift Concept", "Wheel_ZwiftConceptGold"],
86
93
  [4182312168, "Novatec Novatec R4", "Wheel_NovatecR4"],
87
94
  [4183014640, "Zipp 404", "Wheel_Zipp404Firecrest"],
95
+ [
96
+ 4293845976,
97
+ "Princeton Carbon Works Wake 6560 Red LOC_WHEELS_WAKE6560RED_NAME",
98
+ "Wheel_PrincetonCarbonWorksWake6560Red",
99
+ ],
88
100
  ].map(([id, name, imageName]) => ({ id, name, imageName }));
@@ -12,6 +12,11 @@ export const glasses = [
12
12
  [1241540451, "Top Guns", "Glasses_Generic03"],
13
13
  [1541295082, "Zwift Glasses #1", "Glasses_Generic04"],
14
14
  [1576804539, "Oakley Sphaera Glasses", "Glasses_OakleySphaera"],
15
+ [
16
+ 1679681285,
17
+ "LOC_GLASSES_OAKLEYVELOKATOGLASSES2026_NAME",
18
+ "Glasses_OakleyVeloKato2026",
19
+ ],
15
20
  [1725649243, "Roka GP-1x", "Glasses_Roka01"],
16
21
  [1773488310, "Tour de Zwift 2024 Sunglasses", "Glasses_TourDeZwift2024"],
17
22
  [
@@ -116,8 +116,14 @@ export const headgears = [
116
116
  ],
117
117
  [1720452859, "Tour of Makuri Islands", "Visor_TourOfMakuri2022"],
118
118
  [1774524673, "Giro d'Italia", "Giro2019_thumb"],
119
+ [1794253089, "Big Spin Limeade", "BigSpin2026_thumb"],
119
120
  [1805966666, "ZRS Running Cap 2", "RunnerCapZRSKit022021_thumb"],
120
121
  [1880866806, "Zwift Helmet Part Deux", "zwifthelmetpartdeux"],
122
+ [
123
+ 1943858714,
124
+ "LOC_CYCLING_HEADGEAR_CyclingCapAlpecinPremierTech2026_NAME",
125
+ "CyclingCapAlpecinPremierTech2026_thumb",
126
+ ],
121
127
  [
122
128
  1995868324,
123
129
  "Zwift Academy Women",
@@ -131,6 +137,7 @@ export const headgears = [
131
137
  [2122481581, "L'Etape", "LeTape2019_thumb"],
132
138
  [2133821406, "Kask Protone Helmet", "ProtonKask2021"],
133
139
  [2146340664, "Giro Synthe", "GiroSynthe"],
140
+ [2406026778, "Dino-Mite Hard Hat", "HardHatBigSpin2026_thumb"],
134
141
  [2410144465, "ZA Road 2021 Cap", "CyclingCapZARoad2021_thumb"],
135
142
  [2439046900, "S-Works Evade-3", "SWorksEvade3_thumb"],
136
143
  [2444075592, "Zwift TT Helmet", "zwifttthelmet"],
@@ -215,11 +222,13 @@ export const headgears = [
215
222
  "Tour of Watopia '24 Bikepacker",
216
223
  "RunningCapTourOfWatopia2024_thumb",
217
224
  ],
225
+ [3591155112, "Lumberjack Chic", "BeanieBigSpin2026_thumb"],
218
226
  [
219
227
  3599973897,
220
228
  "LOC_RUNNING_HEADGEAR_RUNNINGCAPTOUROFWATOPIA2023_NAME",
221
229
  "RunningCapTourOfWatopia2023_thumb",
222
230
  ],
231
+ [3616661453, "Rhinestone Rider", "CowboyHat2026_thumb"],
223
232
  [3630601017, "Giant Backwards Cap", "BackwardsCyclingCapGiant2022_thumb"],
224
233
  [3633294398, "ZA Tri Team Helmet 2020", "SpecializedZA2021"],
225
234
  [
@@ -238,6 +247,7 @@ export const headgears = [
238
247
  "Zwift Academy Tri 2020",
239
248
  "CyclingCapZwiftAcademyTri2020_thumb",
240
249
  ],
250
+ [3670057430, "Jungle Phones", "HeadphonesBigSpin2026_thumb"],
241
251
  [
242
252
  3682279492,
243
253
  "Tour de Zwift 2026 Party Cap",
@@ -274,6 +284,7 @@ export const headgears = [
274
284
  "Zwift Academy 2020 Womens",
275
285
  "CyclingCapZwiftAcademyWomen2020_thumb",
276
286
  ],
287
+ [4281263551, "Paisley", "HeadbandBigSpin2026_thumb"],
277
288
  [4289252182, "Black & Gold Cap", "BackwardsCapFluoro01_thumb"],
278
289
  [4291019094, "ZA Run Team Hat 2021", "RunnerCapZwiftAcademyRun2021_thumb"],
279
290
  ].map(([id, name, imageName]) => ({ id, name, imageName }));
@@ -8,12 +8,9 @@ export const jerseys = [
8
8
  [3523119, "TBR 2020", "TBR2020_thumb"],
9
9
  [10145717, "Coalition Alpha Men", "CoalitionAlphaMen2023_thumb"],
10
10
  [19657395, "Map My Ride", "MapMyRide2025_thumb"],
11
- [
12
- 20770543,
13
- "LOC_CYCLING_JERSEY_BIGSPINRHINESTONERIDER2026",
14
- "BigSpinRhinestoneRider2026_thumb",
15
- ],
11
+ [20770543, "Rhinestone Rider", "BigSpinRhinestoneRider2026_thumb"],
16
12
  [27953592, "Off the Maap 2021 Kit", "OffTheMaap2021_thumb"],
13
+ [54633646, "Team Foudre", "TeamFoudre2026_thumb"],
17
14
  [55762178, "WEDU Kit", "WeduOG2021_thumb"],
18
15
  [63314504, "Ride Australia", "RideAustralia_thumb"],
19
16
  [64218091, "2025 Tour Fever", "TdF2025_thumb"],
@@ -63,7 +60,7 @@ export const jerseys = [
63
60
  [157839058, "Solid Mustard", "SolidColorKitPackMustard_thumb"],
64
61
  [158338255, "SZR", "SZR_thumb"],
65
62
  [158595409, "Donut", "ZwiftFood03_thumb"],
66
- [162720319, "LOC_CYCLING_JERSEY_DODDIEAID2024", "DoddieAid2024_thumb"],
63
+ [162720319, "Doddie Aid", "DoddieAid2024_thumb"],
67
64
  [167026782, "Maratona Dolomiti", "MaratonaDolomiti_thumb"],
68
65
  [
69
66
  172691656,
@@ -108,6 +105,7 @@ export const jerseys = [
108
105
  [257930879, "Cycle-Smart", "CycleSmart2021_thumb"],
109
106
  [260399785, "Frenchy Fuzion", "FrenchyFuzion2024_thumb"],
110
107
  [265525555, "LGBTQ Zwifters", "LGBTQZwifters2024_thumb"],
108
+ [269139365, "Asiina Cycling", "AsiinaCycling2026_thumb"],
111
109
  [273275384, "Continental", "Continental2018_thumb"],
112
110
  [279835500, "Level 80", "Zwift_LVL80_thumb"],
113
111
  [281027822, "Dempsey Challenge", "DempseyChallenge2020_thumb"],
@@ -578,6 +576,7 @@ export const jerseys = [
578
576
  [1697837945, "Kiwi Crew", "KiwiCrew2022_thumb"],
579
577
  [1699319860, "Rosa", "RosaKloser2025_thumb"],
580
578
  [1701380341, "Assos Speed Club 2022", "AssosSpeedClub2019_thumb"],
579
+ [1711883073, "LOC_CYCLING_JERSEY_ENDUREIQ2026", "EndureIQ2026_thumb"],
581
580
  [1713605012, "DBR 2025", "DBR2025_thumb"],
582
581
  [1716914056, "Cycling Weekly Kit", "CyclingWeekly2021_thumb"],
583
582
  [1718052948, "2021 ZA Tri Kit", "ZATri2021_thumb"],
@@ -680,11 +679,13 @@ export const jerseys = [
680
679
  [2050259031, "Scott", "Scott2020_thumb"],
681
680
  [2052385530, "Ride with James", "RideWithJames2025_thumb"],
682
681
  [2053768111, "Level 30", "Zwift_LVL30_thumb"],
682
+ [2082011998, "LOC_CYCLING_JERSEY_ERC2026", "ERC2026_thumb"],
683
683
  [2087198235, "Castelli Italia", "SantiniItalia2017_thumb"],
684
684
  [2087981349, "To Be Determined", "ToBeDetermined2021_thumb"],
685
685
  [2089349362, "inGAMBA", "inGamba_01_thumb"],
686
686
  [2092402045, "Total Direct Energie", "TotalDirectEnergie2020_thumb"],
687
687
  [2095486697, "Liv AlUla Jayco 2024", "LivAlUla2024_thumb"],
688
+ [2098895232, "Swedish Outbreaks", "SwedishOutbreaks2026_thumb"],
688
689
  [
689
690
  2099251947,
690
691
  "Qhubeka Moving Forward 2020",
@@ -719,6 +720,7 @@ export const jerseys = [
719
720
  [2218704109, "Pinarello La Squadra Kit", "PLS2021_thumb"],
720
721
  [2219699088, "Team PTz", "TeamPTZ_thumb"],
721
722
  [2225469513, "FemmeCycle Collab", "FemmeCycleCollab2025_thumb"],
723
+ [2226004459, "Dino-Mite", "BigSpinTitansGrove2026_thumb"],
722
724
  [2237514524, "Alpecin Kit", "AlpecinDeceuninck2025_thumb"],
723
725
  [2242745186, "Endura", "Endura2022_thumb"],
724
726
  [2246416303, "Jumbo Visma TdF Edition 2023", "JumboVismaTdF2023_thumb"],
@@ -769,6 +771,7 @@ export const jerseys = [
769
771
  [2386311153, "El Giro de Rigo 2021", "ElGiroDeRigoCR2021_thumb"],
770
772
  [2389611207, "Varlo Cycling", "Varlo2022_thumb"],
771
773
  [2392842475, "Galaxy", "GalaxyCommunity2023_thumb"],
774
+ [2392849392, "Surface Cycling", "SurfaceCycling2026_thumb"],
772
775
  [2394699876, "GearPatrol", "GearPatrol2015_thumb"],
773
776
  [2397240918, "Cafe du Cycliste", "CafeDuCycliste2021_thumb"],
774
777
  [2398622818, "Road.cc", "RoadCC_thumb"],
@@ -785,6 +788,7 @@ export const jerseys = [
785
788
  ],
786
789
  [2422367611, "Precision Fuel & Hydration", "Precision2022_thumb"],
787
790
  [2422819298, "Eolo Kometa", "EoloKometa2021_thumb"],
791
+ [2423261483, "IRWMS", "IRWMS2026_thumb"],
788
792
  [2426765558, "Black Sheep Man Ride", "BlackSheepManRide2019_thumb"],
789
793
  [
790
794
  2431411798,
@@ -818,6 +822,11 @@ export const jerseys = [
818
822
  "FDJ Nouvelle Aquitaine Futuroscope",
819
823
  "FDJWomensWTT2022_thumb",
820
824
  ],
825
+ [
826
+ 2527073566,
827
+ "DIRTy Mitten Racing League",
828
+ "DirtyMittenRacingLeague2026_thumb",
829
+ ],
821
830
  [2540856623, "Velux", "Velux2026_thumb"],
822
831
  [
823
832
  2543336057,
@@ -849,7 +858,7 @@ export const jerseys = [
849
858
  ],
850
859
  [2643412332, "Rave", "Rave2022_thumb"],
851
860
  [2644587674, "FreeSpeed", "FreeSpeed2015_thumb"],
852
- [2652254467, "LOC_CYCLING_JERSEY_OVERTHEEDGE2025", "OverTheEdge2025_thumb"],
861
+ [2652254467, "OverTheEdge", "OverTheEdge2025_thumb"],
853
862
  [2654375510, "Daniela Ryf", "daniela_ryf_thumb"],
854
863
  [2657009020, "Didi the Devil", "TdFDidi2025_thumb"],
855
864
  [2662676193, "Alpentroedler Velo Club", "Alpentroedler2022_thumb"],
@@ -1037,6 +1046,7 @@ export const jerseys = [
1037
1046
  "BritishTriathlonMember2018_thumb",
1038
1047
  ],
1039
1048
  [3206625974, "Australia Elite", "AustraliaElite2020_thumb"],
1049
+ [3213695296, "LOC_CYCLING_JERSEY_CSPT2026", "CSPT2026_thumb"],
1040
1050
  [3216791291, "Dragons Racing Team", "DragonsRacing2025_thumb"],
1041
1051
  [3219469326, "KZR navy", "KZRnavy_thumb"],
1042
1052
  [3224005943, "Team Ukraine", "TeamUkraine2025_thumb"],
@@ -1115,7 +1125,7 @@ export const jerseys = [
1115
1125
  [3407359920, "Tour of Watopia 2023", "TourOfWatopia2023_thumb"],
1116
1126
  [3407909128, "World Bicycle Relief", "WBRKit2019_thumb"],
1117
1127
  [3415411505, "Sansego", "SansegoTri2022_thumb"],
1118
- [3416790379, "LOC_CYCLING_JERSEY_MSRDERCLUB2025", "MSRderClub2025_thumb"],
1128
+ [3416790379, "MSR der Club", "MSRderClub2025_thumb"],
1119
1129
  [3419241775, "Agowatt", "Agowatt2021_thumb"],
1120
1130
  [3419530421, "ODZ Women", "ODZWomen2021_thumb"],
1121
1131
  [3421325459, "Rapha W100", "Rapha100km2018_thumb"],
@@ -1152,12 +1162,8 @@ export const jerseys = [
1152
1162
  "RaphaWomens100T2022_thumb",
1153
1163
  ],
1154
1164
  [3488472716, "Today’s Plan", "TodaysPlan_thumb"],
1155
- [
1156
- 3502000593,
1157
- "LOC_CYCLING_JERSEY_ORIGINALS_BIGSPIN2026MAYANCAMOKIT_NAME",
1158
- "BigSpin2026MayanCamoKit_thumb",
1159
- ],
1160
- [3502306062, "Doddie Aid", "DoddieAid2023_thumb"],
1165
+ [3502000593, "Mayan Camo", "BigSpin2026MayanCamoKit_thumb"],
1166
+ [3502306062, "Doddie Aid 2023", "DoddieAid2023_thumb"],
1161
1167
  [3503002798, "Bardiani 2019", "Bardiani2019_thumb"],
1162
1168
  [3503400331, "BL13 Ladies", "BL13Ladies2023_thumb"],
1163
1169
  [3516730865, "Spring Training 2024", "SpringTraining2024_thumb"],
@@ -1170,6 +1176,7 @@ export const jerseys = [
1170
1176
  [3559497553, "Endure IQ Kit", "EndureIQ2021_thumb"],
1171
1177
  [3559927551, "Hot Tubes", "HotTubes2019_thumb"],
1172
1178
  [3570361772, "5.W.4.T.", "5W4T2023_thumb"],
1179
+ [3571094851, "Lumberjack Chic", "BigSpinSouthernCoast2026_thumb"],
1173
1180
  [3571464315, "Camo 2", "Zwift_Camo_02_thumb"],
1174
1181
  [3571672586, "Rapha Flyweight", "RaphaClassicFlyweight2019_thumb"],
1175
1182
  [3574886872, "World Bicycle Relief 2016", "WorldBicycleRelief2016_thumb"],
@@ -1285,6 +1292,11 @@ export const jerseys = [
1285
1292
  [3891872995, "Beastmode", "BeastMode2021_thumb"],
1286
1293
  [3895503603, "Zwifteurs Ghost Team", "ZwifteursGhostTeam2025_thumb"],
1287
1294
  [3895671417, "Qhubeka Assos Pro Team Kit", "QhubekaAssos2021_thumb"],
1295
+ [
1296
+ 3896519682,
1297
+ "LOC_CYCLING_JERSEY_ALPECINPREMIERTECH2026",
1298
+ "AlpecinPremierTech2026_thumb",
1299
+ ],
1288
1300
  [
1289
1301
  3897344494,
1290
1302
  "UCI Federation 2023 Ireland",
@@ -1424,6 +1436,11 @@ export const jerseys = [
1424
1436
  [4266694480, "Team TFC", "TeamTFC2018_thumb"],
1425
1437
  [4272071449, "AHDR Australia 2023", "AHDRAustralia2023_thumb"],
1426
1438
  [4279464621, "2025 Watch the Femmes RC", "TdFFaZ2025_thumb"],
1439
+ [
1440
+ 4280979826,
1441
+ "LOC_CYCLING_JERSEY_RUCKUSRACING2026",
1442
+ "RuckusRacing2026_thumb",
1443
+ ],
1427
1444
  [4283549492, "KC Academy", "KCAcademy2022_thumb"],
1428
1445
  [
1429
1446
  4283763318,
@@ -143,6 +143,7 @@ export const paintJobs = [
143
143
  [2730699339, "Zwift Buffalo Fahrrad-Buffalo Fahrrad"],
144
144
  [2745763723, "Brompton BromptonPLine2025-TdF2025"],
145
145
  [2814305325, "Scott ScottAddict2021-base"],
146
+ [2844881078, "Zwift BigSpin2026-Default"],
146
147
  [2850354759, "BMC Timemachine01-BMC Timemachine01 Black"],
147
148
  [2878178034, "BMC SLR01-SLR01 1"],
148
149
  [2893476115, "Specialized Tarmac-Specialized S-Works"],
package/lib/esm/routes.js CHANGED
@@ -104,8 +104,8 @@ export const routes = [
104
104
  28,
105
105
  5.112,
106
106
  28,
107
- ["breakaway-brae-rev"],
108
- [{ from: 8.338, to: 8.959, segment: "breakaway-brae-rev" }],
107
+ ["breakaway-brae"],
108
+ [],
109
109
  false,
110
110
  true,
111
111
  false,
@@ -563,8 +563,8 @@ export const routes = [
563
563
  0,
564
564
  0.171,
565
565
  0,
566
- ["champions-sprint", "the-clyde-kicker", "breakaway-brae-rev"],
567
- [{ from: 8.681, to: 9.302, segment: "breakaway-brae-rev" }],
566
+ ["champions-sprint", "the-clyde-kicker", "breakaway-brae"],
567
+ [],
568
568
  true,
569
569
  false,
570
570
  false,
@@ -1575,7 +1575,7 @@ export const routes = [
1575
1575
  0,
1576
1576
  0.017,
1577
1577
  0,
1578
- ["breakaway-brae-rev"],
1578
+ ["breakaway-brae"],
1579
1579
  [],
1580
1580
  false,
1581
1581
  true,
@@ -1583,8 +1583,8 @@ export const routes = [
1583
1583
  true,
1584
1584
  ["running", "cycling"],
1585
1585
  161,
1586
- 33636526,
1587
- "https://www.strava.com/segments/33636526",
1586
+ 33620222,
1587
+ "https://www.strava.com/segments/33620222",
1588
1588
  "https://zwiftinsider.com/route/loch-loop",
1589
1589
  "https://whatsonzwift.com/world/scotland/route/loch-loop",
1590
1590
  "https://zwifterbikes.web.app/route/loch-loop",
@@ -2950,11 +2950,8 @@ export const routes = [
2950
2950
  0,
2951
2951
  0.021,
2952
2952
  0,
2953
- ["loch-loop-rev", "breakaway-brae-rev"],
2954
- [
2955
- { from: 0, to: 8.022, segment: "loch-loop-rev" },
2956
- { from: 4.475, to: 5.095, segment: "breakaway-brae-rev" },
2957
- ],
2953
+ ["breakaway-brae-rev"],
2954
+ [],
2958
2955
  false,
2959
2956
  true,
2960
2957
  false,
@@ -3620,7 +3617,7 @@ export const routes = [
3620
3617
  "Empire Elevation",
3621
3618
  "empire-elevation",
3622
3619
  "new-york",
3623
- true,
3620
+ false,
3624
3621
  24.155,
3625
3622
  261,
3626
3623
  1.824,
@@ -3646,7 +3643,7 @@ export const routes = [
3646
3643
  false,
3647
3644
  false,
3648
3645
  false,
3649
- false,
3646
+ true,
3650
3647
  ["running", "cycling"],
3651
3648
  485,
3652
3649
  40493992,
@@ -4931,10 +4928,7 @@ export const routes = [
4931
4928
  0.031,
4932
4929
  0,
4933
4930
  ["the-clyde-kicker", "breakaway-brae-rev", "sgurr-summit-south"],
4934
- [
4935
- { from: 7.501, to: 8.125, segment: "breakaway-brae-rev" },
4936
- { from: 11.376, to: 12.372, segment: "sgurr-summit-south" },
4937
- ],
4931
+ [{ from: 11.376, to: 12.372, segment: "sgurr-summit-south" }],
4938
4932
  false,
4939
4933
  false,
4940
4934
  false,
@@ -8143,7 +8137,7 @@ export const routes = [
8143
8137
  "Neon Shore Loop",
8144
8138
  "neon-shore-loop",
8145
8139
  "makuri-islands",
8146
- true,
8140
+ false,
8147
8141
  32.951,
8148
8142
  253,
8149
8143
  1.124,
@@ -8160,7 +8154,7 @@ export const routes = [
8160
8154
  false,
8161
8155
  true,
8162
8156
  false,
8163
- false,
8157
+ true,
8164
8158
  ["running", "cycling"],
8165
8159
  660,
8166
8160
  40657892,
@@ -8326,7 +8320,6 @@ export const routes = [
8326
8320
  ],
8327
8321
  [
8328
8322
  { from: 8.239, to: 9.808, segment: "sgurr-summit-north" },
8329
- { from: 13.968, to: 14.594, segment: "breakaway-brae-rev" },
8330
8323
  { from: 17.839, to: 18.83, segment: "sgurr-summit-south" },
8331
8324
  ],
8332
8325
  false,
@@ -8487,16 +8480,16 @@ export const routes = [
8487
8480
  undefined,
8488
8481
  undefined,
8489
8482
  undefined,
8490
- ["new-york-kom-rev", "new-york-sprint-rev"],
8491
- [{ from: 1.464, to: 2.606, segment: "new-york-kom-rev" }],
8483
+ ["new-york-kom", "new-york-sprint-rev"],
8484
+ [{ from: 2.826, to: 4.184, segment: "new-york-kom" }],
8492
8485
  true,
8493
8486
  true,
8494
8487
  false,
8495
8488
  true,
8496
8489
  ["running", "cycling"],
8497
8490
  undefined,
8498
- 19141192,
8499
- "https://www.strava.com/segments/19141192",
8491
+ 19178367,
8492
+ "https://www.strava.com/segments/19178367",
8500
8493
  "https://zwiftinsider.com/route/grand-central-circuit-reverse",
8501
8494
  "https://whatsonzwift.com/world/new-york/route/grand-central-circuit-reverse",
8502
8495
  "https://zwifterbikes.web.app/route/grand-central-circuit-reverse",
@@ -1358,8 +1358,8 @@ export const segments = [
1358
1358
  "https://whatsonzwift.com/world/scotland/segment/breakaway-brae/forward",
1359
1359
  "breakaway-brae",
1360
1360
  "https://zwifterbikes.web.app/route/breakaway-brae",
1361
- undefined,
1362
- undefined,
1361
+ 33620168,
1362
+ "https://www.strava.com/segments/33620168",
1363
1363
  2,
1364
1364
  undefined,
1365
1365
  undefined,
@@ -1373,27 +1373,12 @@ export const segments = [
1373
1373
  "https://whatsonzwift.com/world/scotland/segment/breakaway-brae-reverse/reverse",
1374
1374
  "breakaway-brae-reverse",
1375
1375
  "https://zwifterbikes.web.app/route/breakaway-brae-reverse",
1376
- 33620168,
1377
- "https://www.strava.com/segments/33620168",
1376
+ 38170246,
1377
+ "https://www.strava.com/segments/38170246",
1378
1378
  2.4,
1379
1379
  undefined,
1380
1380
  undefined,
1381
1381
  ],
1382
- [
1383
- "Loch Loop Rev.",
1384
- "loch-loop-rev",
1385
- "segment",
1386
- "scotland",
1387
- 8.06,
1388
- "https://whatsonzwift.com/world/scotland/segment/loch-loop-reverse/reverse",
1389
- undefined,
1390
- undefined,
1391
- 33620222,
1392
- "https://www.strava.com/segments/33620222",
1393
- 0.1,
1394
- undefined,
1395
- undefined,
1396
- ],
1397
1382
  [
1398
1383
  "Stoneway Sprint",
1399
1384
  "stoneway-sprint",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.48.2",
3
+ "version": "1.48.4",
4
4
  "description": "Data about Zwift worlds, routes and segments",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",