zwift-data 1.9.2 → 1.10.2
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/routes.js +1418 -79
- package/lib/cjs/segments.js +14 -14
- package/lib/esm/routes.js +1418 -79
- package/lib/esm/segments.js +14 -14
- package/lib/types/types.d.ts +9 -1
- package/package.json +2 -1
package/lib/cjs/segments.js
CHANGED
|
@@ -54,8 +54,8 @@ exports.segments = [
|
|
|
54
54
|
"slug": "fuego-flats-rev",
|
|
55
55
|
"type": "segment",
|
|
56
56
|
"world": "watopia",
|
|
57
|
-
"stravaSegmentId":
|
|
58
|
-
"stravaSegmentUrl": "https://www.strava.com/segments/
|
|
57
|
+
"stravaSegmentId": 20350066,
|
|
58
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/20350066",
|
|
59
59
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/fuego-flats-reverse/reverse",
|
|
60
60
|
"distance": 7.1
|
|
61
61
|
},
|
|
@@ -166,8 +166,8 @@ exports.segments = [
|
|
|
166
166
|
"type": "sprint",
|
|
167
167
|
"world": "london",
|
|
168
168
|
"distance": 0.2,
|
|
169
|
-
"stravaSegmentId":
|
|
170
|
-
"stravaSegmentUrl": "https://www.strava.com/segments/
|
|
169
|
+
"stravaSegmentId": 12749402,
|
|
170
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12749402",
|
|
171
171
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/london/segment/sprint/forward"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
@@ -176,8 +176,8 @@ exports.segments = [
|
|
|
176
176
|
"type": "sprint",
|
|
177
177
|
"world": "london",
|
|
178
178
|
"distance": 0.2,
|
|
179
|
-
"stravaSegmentId":
|
|
180
|
-
"stravaSegmentUrl": "https://www.strava.com/segments/
|
|
179
|
+
"stravaSegmentId": 12749377,
|
|
180
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/12749377",
|
|
181
181
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/london/segment/sprint/reverse"
|
|
182
182
|
},
|
|
183
183
|
{
|
|
@@ -576,7 +576,7 @@ exports.segments = [
|
|
|
576
576
|
"type": "climb",
|
|
577
577
|
"distance": 7.4,
|
|
578
578
|
"avgIncline": 6,
|
|
579
|
-
"world": "
|
|
579
|
+
"world": "innsbruck",
|
|
580
580
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/innsbruck/segment/kom/forward",
|
|
581
581
|
"climbType": "2",
|
|
582
582
|
"stravaSegmentUrl": "https://www.strava.com/segments/18397965",
|
|
@@ -588,7 +588,7 @@ exports.segments = [
|
|
|
588
588
|
"type": "climb",
|
|
589
589
|
"distance": 5.79,
|
|
590
590
|
"avgIncline": 8,
|
|
591
|
-
"world": "
|
|
591
|
+
"world": "innsbruck",
|
|
592
592
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/innsbruck/segment/kom/reverse",
|
|
593
593
|
"climbType": "2",
|
|
594
594
|
"stravaSegmentUrl": "https://www.strava.com/segments/18397927",
|
|
@@ -782,21 +782,21 @@ exports.segments = [
|
|
|
782
782
|
{
|
|
783
783
|
"name": "Alley Sprint",
|
|
784
784
|
"slug": "alley-sprint",
|
|
785
|
-
"distance": 0.
|
|
785
|
+
"distance": 0.48,
|
|
786
786
|
"type": "sprint",
|
|
787
787
|
"world": "makuri-islands",
|
|
788
|
-
"stravaSegmentId":
|
|
789
|
-
"stravaSegmentUrl": "https://www.strava.com/segments/
|
|
788
|
+
"stravaSegmentId": 30412916,
|
|
789
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/30412916",
|
|
790
790
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/alley-sprint/forward"
|
|
791
791
|
},
|
|
792
792
|
{
|
|
793
793
|
"name": "Alley Sprint Rev.",
|
|
794
794
|
"slug": "alley-sprint-rev",
|
|
795
|
-
"distance": 0.
|
|
795
|
+
"distance": 0.48,
|
|
796
796
|
"type": "sprint",
|
|
797
797
|
"world": "makuri-islands",
|
|
798
|
-
"stravaSegmentId":
|
|
799
|
-
"stravaSegmentUrl": "https://www.strava.com/segments/
|
|
798
|
+
"stravaSegmentId": 30412903,
|
|
799
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/30412903",
|
|
800
800
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/segment/alley-sprint/reverse"
|
|
801
801
|
},
|
|
802
802
|
{
|