zwift-data 1.9.3 → 1.10.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/routes.js +635 -56
- package/lib/cjs/segments.js +6 -6
- package/lib/esm/routes.js +635 -56
- package/lib/esm/segments.js +6 -6
- package/lib/types/types.d.ts +9 -1
- package/package.json +2 -1
package/lib/cjs/segments.js
CHANGED
|
@@ -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",
|