zwift-data 1.26.0 → 1.27.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/bikeShoes.js +5 -0
- package/lib/cjs/headgears.js +10 -0
- package/lib/cjs/jerseys.js +16 -0
- package/lib/cjs/paintJobs.js +1 -1
- package/lib/cjs/runShirts.js +2 -0
- package/lib/cjs/runShoes.js +5 -0
- package/lib/cjs/runShorts.js +1 -0
- package/lib/esm/bikeShoes.js +5 -0
- package/lib/esm/headgears.js +10 -0
- package/lib/esm/jerseys.js +16 -0
- package/lib/esm/paintJobs.js +1 -1
- package/lib/esm/runShirts.js +2 -0
- package/lib/esm/runShoes.js +5 -0
- package/lib/esm/runShorts.js +1 -0
- package/package.json +2 -2
package/lib/cjs/bikeShoes.js
CHANGED
|
@@ -24,5 +24,10 @@ exports.bikeShoes = [
|
|
|
24
24
|
[3547687330, "Zwift Shoe", "zwiftshoe"],
|
|
25
25
|
[3595139078, "Ride With Reason", "CyclingShoe_RideWithReason2018"],
|
|
26
26
|
[3764859895, "Vintage Leather", "ZwiftLeather"],
|
|
27
|
+
[
|
|
28
|
+
3822527320,
|
|
29
|
+
"Tour of Watopia Fall 2023 Cycling Shoes",
|
|
30
|
+
"CyclingShoes_ToWFall2023_thumb",
|
|
31
|
+
],
|
|
27
32
|
[4004475280, "Specialized Mix Tape", "SpecializedMixTape2019"],
|
|
28
33
|
].map(([id, name, imageName]) => ({ id, name, imageName }));
|
package/lib/cjs/headgears.js
CHANGED
|
@@ -66,6 +66,11 @@ exports.headgears = [
|
|
|
66
66
|
[1394595133, "2021 Neokyo Helmet", "NeokyoHelmet2021"],
|
|
67
67
|
[1409224145, "Limar Air Speed White", "LimarAirSpeedWhite2021"],
|
|
68
68
|
[1419384011, "2021 ZA Tri TT Helmet", "SpecializedZATri2021"],
|
|
69
|
+
[
|
|
70
|
+
1461166849,
|
|
71
|
+
"Tour of Watopia Fall 2023 Cycling Cap",
|
|
72
|
+
"CyclingCapToWFall2023_thumb",
|
|
73
|
+
],
|
|
69
74
|
[
|
|
70
75
|
1498204581,
|
|
71
76
|
"AEROREADY PRIMEBLUE Runner Low Cap",
|
|
@@ -106,6 +111,11 @@ exports.headgears = [
|
|
|
106
111
|
"Zwift Academy Tri 2020",
|
|
107
112
|
"CyclingCapZwiftAcademyTriCycle2020_thumb",
|
|
108
113
|
],
|
|
114
|
+
[
|
|
115
|
+
2756081505,
|
|
116
|
+
"Tour of Watopia Fall 2023 Run Cap",
|
|
117
|
+
"RunningCapToWFall2023_thumb",
|
|
118
|
+
],
|
|
109
119
|
[2763919224, "ZRL2021", "ZRL2021_thumb"],
|
|
110
120
|
[2803157511, "Saucony Outpace Cap", "RunnerCapSaucony2021_thumb"],
|
|
111
121
|
[2828152591, "Liv Backwards Cap", "BackwardsCyclingCapLiv2022_thumb"],
|
package/lib/cjs/jerseys.js
CHANGED
|
@@ -126,6 +126,7 @@ exports.jerseys = [
|
|
|
126
126
|
[435322285, "BC National Champion", "BCNationalChampion2019_thumb"],
|
|
127
127
|
[436926002, "Movistar 2023", "movistar_thumb"],
|
|
128
128
|
[438222824, "Team Dauner", "TeamDauner2021_thumb"],
|
|
129
|
+
[440199512, "LOC_ACCESSORY_DRAFTING_DINOS", "DraftingDinos2023_thumb"],
|
|
129
130
|
[442921983, "TrainingPeaks", "TrainingPeaks_thumb"],
|
|
130
131
|
[448644816, "Zwift Academy 2020 Womens", "ZwiftAcademyWomen2020_thumb"],
|
|
131
132
|
[459579137, "4iiii", "4iii_thumb"],
|
|
@@ -242,6 +243,11 @@ exports.jerseys = [
|
|
|
242
243
|
[851470392, "Atom Racing Team", "AtomRacing2022_thumb"],
|
|
243
244
|
[854534852, "Human Powered Health Fan", "HPHFan2022_thumb"],
|
|
244
245
|
[858896296, "British Cycling Member", "BritishCyclingMember_thumb"],
|
|
246
|
+
[
|
|
247
|
+
859946666,
|
|
248
|
+
"LOC_ACCESSORY_BICYCLE_WAY_OF_LIFE",
|
|
249
|
+
"BicycleWayOfLife2023_thumb",
|
|
250
|
+
],
|
|
245
251
|
[866555848, "Black Sheep", "BlackSheep2018_thumb"],
|
|
246
252
|
[873713889, "Espresso", "ZwiftFood02_thumb"],
|
|
247
253
|
[875545637, "Black Girls Do Bike", "BGDB2022_thumb"],
|
|
@@ -473,6 +479,7 @@ exports.jerseys = [
|
|
|
473
479
|
[1812381670, "Ineos Champ", "IneosChamp2020_thumb"],
|
|
474
480
|
[1813617733, "Tour of Watopia Starter Kit", "TourOfWatopiaWhite2021_thumb"],
|
|
475
481
|
[1820653242, "ZESP", "ZESP2021_thumb"],
|
|
482
|
+
[1824423139, "Tour of Watopia Fall 2023 Cycling Kit", "ToWFall2023_thumb"],
|
|
476
483
|
[1825919692, "Zwift Academy Men 2018", "ZwiftAcademyMen2018_thumb"],
|
|
477
484
|
[1827481335, "Korea Cup", "KoreaCup2018_thumb"],
|
|
478
485
|
[1832490174, "Overall", "Zwift_Orange_Jersey_Female"],
|
|
@@ -725,8 +732,14 @@ exports.jerseys = [
|
|
|
725
732
|
"Waratah Masters Zwifters",
|
|
726
733
|
"WaratahMastersZwifters2023_thumb",
|
|
727
734
|
],
|
|
735
|
+
[
|
|
736
|
+
2845970634,
|
|
737
|
+
"LOC_ACCESSORY_BROTHERS_ON_BIKES",
|
|
738
|
+
"BrothersOnBikes2023_thumb",
|
|
739
|
+
],
|
|
728
740
|
[2848198363, "WMZ", "WMZ2022_thumb"],
|
|
729
741
|
[2855133168, "Trek Training Kit", "Trek_2017_Yellow_thumb"],
|
|
742
|
+
[2855388550, "LOC_ACCESSORY_TSOK", "TSOK2023_thumb"],
|
|
730
743
|
[2856076954, "2021 Virtual Series Kit", "OVSPlain2021_thumb"],
|
|
731
744
|
[2872877007, "Mike's Bikes", "MikesBikes2022_thumb"],
|
|
732
745
|
[2879713688, "Downing Cycling Donny Chaingang", "Downing2021_thumb"],
|
|
@@ -766,6 +779,7 @@ exports.jerseys = [
|
|
|
766
779
|
[2995674682, "Zwift zFondo February 2019", "ZwiftZFondoFeb2019_thumb"],
|
|
767
780
|
[2997085668, "ZFondo March 2022", "ZFondo202203_thumb"],
|
|
768
781
|
[2998551931, "Angola Federation Elite 2022", "UCIBlackAngola2022_thumb"],
|
|
782
|
+
[3000158671, "LOC_ACCESSORY_CSVC", "CSVC2023_thumb"],
|
|
769
783
|
[3002321123, "Giant", "Giant2017_thumb"],
|
|
770
784
|
[3016677240, "Zwift zFondo August", "Zwift_zFondo2018_Aug_thumb"],
|
|
771
785
|
[3020536025, "Groupama FDJ", "FDJMens2020_thumb"],
|
|
@@ -779,6 +793,7 @@ exports.jerseys = [
|
|
|
779
793
|
[3058092866, "Castelli Virtual Aero Red", "CastelliVirtualAero_Red_thumb"],
|
|
780
794
|
[3058164798, "Lionel Sanders No Limits", "no_limits_thumb"],
|
|
781
795
|
[3061523465, "Rowe & King", "RoweAndKing_thumb"],
|
|
796
|
+
[3068843682, "LOC_ACCESSORY_JZQc", "JZQc2023_thumb"],
|
|
782
797
|
[3068939527, "Cycling Tips", "CyclingTips_thumb"],
|
|
783
798
|
[3073658735, "Haute Route Watopia 2021 Kit", "HauteRoute2021_thumb"],
|
|
784
799
|
[3079493093, "L39ION LA 2023", "L39ION2023_thumb"],
|
|
@@ -945,6 +960,7 @@ exports.jerseys = [
|
|
|
945
960
|
[3687043191, "Betty Designs Signature", "BettyDesignsSignature_thumb"],
|
|
946
961
|
[3694781490, "Internationelles", "Internationelles2021_thumb"],
|
|
947
962
|
[3706069690, "Strava Subscriber", "StravaPremium2021_thumb"],
|
|
963
|
+
[3706523886, "LOC_ACCESSORY_CIGALA_CYCLING", "CigalaCycling2023_thumb"],
|
|
948
964
|
[3710487136, "Maratona Fondo", "MaratonaFondo2018_thumb"],
|
|
949
965
|
[3711428337, "DigiCamo 3", "Zwift_CamoPix_03_thumb"],
|
|
950
966
|
[3712778083, "Basic 3", "Plain_04_thumb"],
|
package/lib/cjs/paintJobs.js
CHANGED
|
@@ -29,7 +29,7 @@ exports.paintJobs = [
|
|
|
29
29
|
[695560183, "BMC BMCRoadMachine2021-base"],
|
|
30
30
|
[734183080, "Canyon Grail-Canyon Grail"],
|
|
31
31
|
[773794647, "Cannondale EVO-Evo Team"],
|
|
32
|
-
[806402273, "Zwift Carbon-
|
|
32
|
+
[806402273, "Zwift Carbon-Orbea Orca"],
|
|
33
33
|
[854249359, "Canyon Aeroad 2021-Canyon Aeroad 2021 ZA Road"],
|
|
34
34
|
[857609205, "Pinarello Dogma F10-Dogma F10"],
|
|
35
35
|
[870887764, "Pinarello Dogma F-Ineos"],
|
package/lib/cjs/runShirts.js
CHANGED
|
@@ -23,6 +23,7 @@ exports.runShirts = [
|
|
|
23
23
|
],
|
|
24
24
|
[427831192, "ZRL Sydney Run Shirt", "ZRLSydney2022_thumb"],
|
|
25
25
|
[434800288, "Gwen", "Gwen2020_thumb"],
|
|
26
|
+
[446059465, "LOC_ACCESSORY_FILM_MY_RUN", "FilmMyRun2023_thumb"],
|
|
26
27
|
[467140979, "GTN", "GTN2020_thumb"],
|
|
27
28
|
[499817505, "Tour For All", "TourForAll2020_thumb"],
|
|
28
29
|
[505490707, "Clash Of Clubs Pink", "ClashOfClubs2020_thumb"],
|
|
@@ -64,6 +65,7 @@ exports.runShirts = [
|
|
|
64
65
|
[937248222, "Zwift Academy Tri 2019", "ZwiftAcademyTri2020_thumb"],
|
|
65
66
|
[942454936, "Blue Tank Kit", "TankTop02"],
|
|
66
67
|
[956101230, "Collins Cup Europe", "CollinsCupRunBlue2020_thumb"],
|
|
68
|
+
[960275823, "Tour of Watopia Fall 2023 Run Kit", "ToWFall2023_thumb"],
|
|
67
69
|
[969205573, "Run Festival Black Kit 2021", "RunFestivalBlack2021_thumb"],
|
|
68
70
|
[991511341, "Xterra Running Shirt 2020", "XterraRun2020_thumb"],
|
|
69
71
|
[1079011329, "Spaero Triathlon", "SpaeroRun2022_thumb"],
|
package/lib/cjs/runShoes.js
CHANGED
|
@@ -24,6 +24,11 @@ exports.runShoes = [
|
|
|
24
24
|
"Tour of Watopia 2023",
|
|
25
25
|
"RunningShoes_TourofWatopia2023_thumb",
|
|
26
26
|
],
|
|
27
|
+
[
|
|
28
|
+
2337041824,
|
|
29
|
+
"Tour of Watopia Fall 2023 Run Shoes",
|
|
30
|
+
"RunningShoes_ToWFall2023_thumb",
|
|
31
|
+
],
|
|
27
32
|
[2457594239, "Zwift Blue", "RunningShoe_Blue"],
|
|
28
33
|
[2810712238, "adidas ULTRABOOST 22", "RunningShoesRFTO2022_thumb"],
|
|
29
34
|
[3055713810, "HOVR Machina 2", ""],
|
package/lib/cjs/runShorts.js
CHANGED
|
@@ -9,6 +9,7 @@ exports.runShorts = [
|
|
|
9
9
|
"Super League Tri Arena Games - White Jersey",
|
|
10
10
|
"SLTRun2022white_thumb",
|
|
11
11
|
],
|
|
12
|
+
[168066036, "Tour of Watopia Fall 2023 Run Kit", "ToWFall2023_thumb"],
|
|
12
13
|
[200937232, "Zwift Running Shorts 14", "Shorts14"],
|
|
13
14
|
[202263616, "Super League Triathlon Eagles", "SLTEagles2022_thumb"],
|
|
14
15
|
[213931599, "Zwift Running Shorts 8", "Shorts08"],
|
package/lib/esm/bikeShoes.js
CHANGED
|
@@ -21,5 +21,10 @@ export const bikeShoes = [
|
|
|
21
21
|
[3547687330, "Zwift Shoe", "zwiftshoe"],
|
|
22
22
|
[3595139078, "Ride With Reason", "CyclingShoe_RideWithReason2018"],
|
|
23
23
|
[3764859895, "Vintage Leather", "ZwiftLeather"],
|
|
24
|
+
[
|
|
25
|
+
3822527320,
|
|
26
|
+
"Tour of Watopia Fall 2023 Cycling Shoes",
|
|
27
|
+
"CyclingShoes_ToWFall2023_thumb",
|
|
28
|
+
],
|
|
24
29
|
[4004475280, "Specialized Mix Tape", "SpecializedMixTape2019"],
|
|
25
30
|
].map(([id, name, imageName]) => ({ id, name, imageName }));
|
package/lib/esm/headgears.js
CHANGED
|
@@ -63,6 +63,11 @@ export const headgears = [
|
|
|
63
63
|
[1394595133, "2021 Neokyo Helmet", "NeokyoHelmet2021"],
|
|
64
64
|
[1409224145, "Limar Air Speed White", "LimarAirSpeedWhite2021"],
|
|
65
65
|
[1419384011, "2021 ZA Tri TT Helmet", "SpecializedZATri2021"],
|
|
66
|
+
[
|
|
67
|
+
1461166849,
|
|
68
|
+
"Tour of Watopia Fall 2023 Cycling Cap",
|
|
69
|
+
"CyclingCapToWFall2023_thumb",
|
|
70
|
+
],
|
|
66
71
|
[
|
|
67
72
|
1498204581,
|
|
68
73
|
"AEROREADY PRIMEBLUE Runner Low Cap",
|
|
@@ -103,6 +108,11 @@ export const headgears = [
|
|
|
103
108
|
"Zwift Academy Tri 2020",
|
|
104
109
|
"CyclingCapZwiftAcademyTriCycle2020_thumb",
|
|
105
110
|
],
|
|
111
|
+
[
|
|
112
|
+
2756081505,
|
|
113
|
+
"Tour of Watopia Fall 2023 Run Cap",
|
|
114
|
+
"RunningCapToWFall2023_thumb",
|
|
115
|
+
],
|
|
106
116
|
[2763919224, "ZRL2021", "ZRL2021_thumb"],
|
|
107
117
|
[2803157511, "Saucony Outpace Cap", "RunnerCapSaucony2021_thumb"],
|
|
108
118
|
[2828152591, "Liv Backwards Cap", "BackwardsCyclingCapLiv2022_thumb"],
|
package/lib/esm/jerseys.js
CHANGED
|
@@ -123,6 +123,7 @@ export const jerseys = [
|
|
|
123
123
|
[435322285, "BC National Champion", "BCNationalChampion2019_thumb"],
|
|
124
124
|
[436926002, "Movistar 2023", "movistar_thumb"],
|
|
125
125
|
[438222824, "Team Dauner", "TeamDauner2021_thumb"],
|
|
126
|
+
[440199512, "LOC_ACCESSORY_DRAFTING_DINOS", "DraftingDinos2023_thumb"],
|
|
126
127
|
[442921983, "TrainingPeaks", "TrainingPeaks_thumb"],
|
|
127
128
|
[448644816, "Zwift Academy 2020 Womens", "ZwiftAcademyWomen2020_thumb"],
|
|
128
129
|
[459579137, "4iiii", "4iii_thumb"],
|
|
@@ -239,6 +240,11 @@ export const jerseys = [
|
|
|
239
240
|
[851470392, "Atom Racing Team", "AtomRacing2022_thumb"],
|
|
240
241
|
[854534852, "Human Powered Health Fan", "HPHFan2022_thumb"],
|
|
241
242
|
[858896296, "British Cycling Member", "BritishCyclingMember_thumb"],
|
|
243
|
+
[
|
|
244
|
+
859946666,
|
|
245
|
+
"LOC_ACCESSORY_BICYCLE_WAY_OF_LIFE",
|
|
246
|
+
"BicycleWayOfLife2023_thumb",
|
|
247
|
+
],
|
|
242
248
|
[866555848, "Black Sheep", "BlackSheep2018_thumb"],
|
|
243
249
|
[873713889, "Espresso", "ZwiftFood02_thumb"],
|
|
244
250
|
[875545637, "Black Girls Do Bike", "BGDB2022_thumb"],
|
|
@@ -470,6 +476,7 @@ export const jerseys = [
|
|
|
470
476
|
[1812381670, "Ineos Champ", "IneosChamp2020_thumb"],
|
|
471
477
|
[1813617733, "Tour of Watopia Starter Kit", "TourOfWatopiaWhite2021_thumb"],
|
|
472
478
|
[1820653242, "ZESP", "ZESP2021_thumb"],
|
|
479
|
+
[1824423139, "Tour of Watopia Fall 2023 Cycling Kit", "ToWFall2023_thumb"],
|
|
473
480
|
[1825919692, "Zwift Academy Men 2018", "ZwiftAcademyMen2018_thumb"],
|
|
474
481
|
[1827481335, "Korea Cup", "KoreaCup2018_thumb"],
|
|
475
482
|
[1832490174, "Overall", "Zwift_Orange_Jersey_Female"],
|
|
@@ -722,8 +729,14 @@ export const jerseys = [
|
|
|
722
729
|
"Waratah Masters Zwifters",
|
|
723
730
|
"WaratahMastersZwifters2023_thumb",
|
|
724
731
|
],
|
|
732
|
+
[
|
|
733
|
+
2845970634,
|
|
734
|
+
"LOC_ACCESSORY_BROTHERS_ON_BIKES",
|
|
735
|
+
"BrothersOnBikes2023_thumb",
|
|
736
|
+
],
|
|
725
737
|
[2848198363, "WMZ", "WMZ2022_thumb"],
|
|
726
738
|
[2855133168, "Trek Training Kit", "Trek_2017_Yellow_thumb"],
|
|
739
|
+
[2855388550, "LOC_ACCESSORY_TSOK", "TSOK2023_thumb"],
|
|
727
740
|
[2856076954, "2021 Virtual Series Kit", "OVSPlain2021_thumb"],
|
|
728
741
|
[2872877007, "Mike's Bikes", "MikesBikes2022_thumb"],
|
|
729
742
|
[2879713688, "Downing Cycling Donny Chaingang", "Downing2021_thumb"],
|
|
@@ -763,6 +776,7 @@ export const jerseys = [
|
|
|
763
776
|
[2995674682, "Zwift zFondo February 2019", "ZwiftZFondoFeb2019_thumb"],
|
|
764
777
|
[2997085668, "ZFondo March 2022", "ZFondo202203_thumb"],
|
|
765
778
|
[2998551931, "Angola Federation Elite 2022", "UCIBlackAngola2022_thumb"],
|
|
779
|
+
[3000158671, "LOC_ACCESSORY_CSVC", "CSVC2023_thumb"],
|
|
766
780
|
[3002321123, "Giant", "Giant2017_thumb"],
|
|
767
781
|
[3016677240, "Zwift zFondo August", "Zwift_zFondo2018_Aug_thumb"],
|
|
768
782
|
[3020536025, "Groupama FDJ", "FDJMens2020_thumb"],
|
|
@@ -776,6 +790,7 @@ export const jerseys = [
|
|
|
776
790
|
[3058092866, "Castelli Virtual Aero Red", "CastelliVirtualAero_Red_thumb"],
|
|
777
791
|
[3058164798, "Lionel Sanders No Limits", "no_limits_thumb"],
|
|
778
792
|
[3061523465, "Rowe & King", "RoweAndKing_thumb"],
|
|
793
|
+
[3068843682, "LOC_ACCESSORY_JZQc", "JZQc2023_thumb"],
|
|
779
794
|
[3068939527, "Cycling Tips", "CyclingTips_thumb"],
|
|
780
795
|
[3073658735, "Haute Route Watopia 2021 Kit", "HauteRoute2021_thumb"],
|
|
781
796
|
[3079493093, "L39ION LA 2023", "L39ION2023_thumb"],
|
|
@@ -942,6 +957,7 @@ export const jerseys = [
|
|
|
942
957
|
[3687043191, "Betty Designs Signature", "BettyDesignsSignature_thumb"],
|
|
943
958
|
[3694781490, "Internationelles", "Internationelles2021_thumb"],
|
|
944
959
|
[3706069690, "Strava Subscriber", "StravaPremium2021_thumb"],
|
|
960
|
+
[3706523886, "LOC_ACCESSORY_CIGALA_CYCLING", "CigalaCycling2023_thumb"],
|
|
945
961
|
[3710487136, "Maratona Fondo", "MaratonaFondo2018_thumb"],
|
|
946
962
|
[3711428337, "DigiCamo 3", "Zwift_CamoPix_03_thumb"],
|
|
947
963
|
[3712778083, "Basic 3", "Plain_04_thumb"],
|
package/lib/esm/paintJobs.js
CHANGED
|
@@ -26,7 +26,7 @@ export const paintJobs = [
|
|
|
26
26
|
[695560183, "BMC BMCRoadMachine2021-base"],
|
|
27
27
|
[734183080, "Canyon Grail-Canyon Grail"],
|
|
28
28
|
[773794647, "Cannondale EVO-Evo Team"],
|
|
29
|
-
[806402273, "Zwift Carbon-
|
|
29
|
+
[806402273, "Zwift Carbon-Orbea Orca"],
|
|
30
30
|
[854249359, "Canyon Aeroad 2021-Canyon Aeroad 2021 ZA Road"],
|
|
31
31
|
[857609205, "Pinarello Dogma F10-Dogma F10"],
|
|
32
32
|
[870887764, "Pinarello Dogma F-Ineos"],
|
package/lib/esm/runShirts.js
CHANGED
|
@@ -20,6 +20,7 @@ export const runShirts = [
|
|
|
20
20
|
],
|
|
21
21
|
[427831192, "ZRL Sydney Run Shirt", "ZRLSydney2022_thumb"],
|
|
22
22
|
[434800288, "Gwen", "Gwen2020_thumb"],
|
|
23
|
+
[446059465, "LOC_ACCESSORY_FILM_MY_RUN", "FilmMyRun2023_thumb"],
|
|
23
24
|
[467140979, "GTN", "GTN2020_thumb"],
|
|
24
25
|
[499817505, "Tour For All", "TourForAll2020_thumb"],
|
|
25
26
|
[505490707, "Clash Of Clubs Pink", "ClashOfClubs2020_thumb"],
|
|
@@ -61,6 +62,7 @@ export const runShirts = [
|
|
|
61
62
|
[937248222, "Zwift Academy Tri 2019", "ZwiftAcademyTri2020_thumb"],
|
|
62
63
|
[942454936, "Blue Tank Kit", "TankTop02"],
|
|
63
64
|
[956101230, "Collins Cup Europe", "CollinsCupRunBlue2020_thumb"],
|
|
65
|
+
[960275823, "Tour of Watopia Fall 2023 Run Kit", "ToWFall2023_thumb"],
|
|
64
66
|
[969205573, "Run Festival Black Kit 2021", "RunFestivalBlack2021_thumb"],
|
|
65
67
|
[991511341, "Xterra Running Shirt 2020", "XterraRun2020_thumb"],
|
|
66
68
|
[1079011329, "Spaero Triathlon", "SpaeroRun2022_thumb"],
|
package/lib/esm/runShoes.js
CHANGED
|
@@ -21,6 +21,11 @@ export const runShoes = [
|
|
|
21
21
|
"Tour of Watopia 2023",
|
|
22
22
|
"RunningShoes_TourofWatopia2023_thumb",
|
|
23
23
|
],
|
|
24
|
+
[
|
|
25
|
+
2337041824,
|
|
26
|
+
"Tour of Watopia Fall 2023 Run Shoes",
|
|
27
|
+
"RunningShoes_ToWFall2023_thumb",
|
|
28
|
+
],
|
|
24
29
|
[2457594239, "Zwift Blue", "RunningShoe_Blue"],
|
|
25
30
|
[2810712238, "adidas ULTRABOOST 22", "RunningShoesRFTO2022_thumb"],
|
|
26
31
|
[3055713810, "HOVR Machina 2", ""],
|
package/lib/esm/runShorts.js
CHANGED
|
@@ -6,6 +6,7 @@ export const runShorts = [
|
|
|
6
6
|
"Super League Tri Arena Games - White Jersey",
|
|
7
7
|
"SLTRun2022white_thumb",
|
|
8
8
|
],
|
|
9
|
+
[168066036, "Tour of Watopia Fall 2023 Run Kit", "ToWFall2023_thumb"],
|
|
9
10
|
[200937232, "Zwift Running Shorts 14", "Shorts14"],
|
|
10
11
|
[202263616, "Super League Triathlon Eagles", "SLTEagles2022_thumb"],
|
|
11
12
|
[213931599, "Zwift Running Shorts 8", "Shorts08"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zwift-data",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.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",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://github.com/andipaetzold/zwift-data#readme",
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@octokit/rest": "
|
|
30
|
+
"@octokit/rest": "20.0.1",
|
|
31
31
|
"@semantic-release/changelog": "6.0.3",
|
|
32
32
|
"@semantic-release/git": "10.0.1",
|
|
33
33
|
"@tsconfig/recommended": "1.0.2",
|