zwift-data 1.13.0 → 1.13.1
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 +3 -0
- package/lib/esm/routes.js +3 -0
- package/package.json +1 -1
package/lib/cjs/routes.js
CHANGED
|
@@ -1127,6 +1127,7 @@ exports.routes = [
|
|
|
1127
1127
|
"experience": 170,
|
|
1128
1128
|
"stravaSegmentId": 30987848,
|
|
1129
1129
|
"stravaSegmentUrl": "https://www.strava.com/segments/30987848",
|
|
1130
|
+
"zwiftInsiderUrl": "https://zwiftinsider.com/route/electric-loop",
|
|
1130
1131
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/route/electric-loop"
|
|
1131
1132
|
},
|
|
1132
1133
|
{
|
|
@@ -4043,6 +4044,7 @@ exports.routes = [
|
|
|
4043
4044
|
"alley-sprint-rev",
|
|
4044
4045
|
"railway-sprint",
|
|
4045
4046
|
"tower-sprint-rev",
|
|
4047
|
+
"country-sprint",
|
|
4046
4048
|
"temple-kom-from-fishing-village-side"
|
|
4047
4049
|
],
|
|
4048
4050
|
"segmentsOnRoute": [
|
|
@@ -4068,6 +4070,7 @@ exports.routes = [
|
|
|
4068
4070
|
"experience": 690,
|
|
4069
4071
|
"stravaSegmentId": 30988311,
|
|
4070
4072
|
"stravaSegmentUrl": "https://www.strava.com/segments/30988311",
|
|
4073
|
+
"zwiftInsiderUrl": "https://zwiftinsider.com/route/chasing-the-sun",
|
|
4071
4074
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/route/chasing-the-sun"
|
|
4072
4075
|
},
|
|
4073
4076
|
{
|
package/lib/esm/routes.js
CHANGED
|
@@ -1124,6 +1124,7 @@ export const routes = [
|
|
|
1124
1124
|
"experience": 170,
|
|
1125
1125
|
"stravaSegmentId": 30987848,
|
|
1126
1126
|
"stravaSegmentUrl": "https://www.strava.com/segments/30987848",
|
|
1127
|
+
"zwiftInsiderUrl": "https://zwiftinsider.com/route/electric-loop",
|
|
1127
1128
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/route/electric-loop"
|
|
1128
1129
|
},
|
|
1129
1130
|
{
|
|
@@ -4040,6 +4041,7 @@ export const routes = [
|
|
|
4040
4041
|
"alley-sprint-rev",
|
|
4041
4042
|
"railway-sprint",
|
|
4042
4043
|
"tower-sprint-rev",
|
|
4044
|
+
"country-sprint",
|
|
4043
4045
|
"temple-kom-from-fishing-village-side"
|
|
4044
4046
|
],
|
|
4045
4047
|
"segmentsOnRoute": [
|
|
@@ -4065,6 +4067,7 @@ export const routes = [
|
|
|
4065
4067
|
"experience": 690,
|
|
4066
4068
|
"stravaSegmentId": 30988311,
|
|
4067
4069
|
"stravaSegmentUrl": "https://www.strava.com/segments/30988311",
|
|
4070
|
+
"zwiftInsiderUrl": "https://zwiftinsider.com/route/chasing-the-sun",
|
|
4068
4071
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/route/chasing-the-sun"
|
|
4069
4072
|
},
|
|
4070
4073
|
{
|