zwift-data 1.10.2 → 1.10.3
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 +28 -0
- package/lib/esm/routes.js +28 -0
- package/package.json +1 -1
package/lib/cjs/routes.js
CHANGED
|
@@ -1375,6 +1375,34 @@ exports.routes = [
|
|
|
1375
1375
|
"zwiftInsiderUrl": "https://zwiftinsider.com/route/tour-of-tewit-well",
|
|
1376
1376
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/yorkshire/route/tour-of-tewit-well"
|
|
1377
1377
|
},
|
|
1378
|
+
{
|
|
1379
|
+
"id": 1127056801,
|
|
1380
|
+
"name": "Neokyo Crit Course",
|
|
1381
|
+
"slug": "neokyo-crit-course",
|
|
1382
|
+
"world": "makuri-islands",
|
|
1383
|
+
"eventOnly": true,
|
|
1384
|
+
"distance": 3.882,
|
|
1385
|
+
"elevation": 20,
|
|
1386
|
+
"leadInDistance": 0.739,
|
|
1387
|
+
"leadInElevation": 5,
|
|
1388
|
+
"segments": [
|
|
1389
|
+
"alley-sprint-rev",
|
|
1390
|
+
"castle-park-sprint-rev"
|
|
1391
|
+
],
|
|
1392
|
+
"segmentsOnRoute": [],
|
|
1393
|
+
"levelLocked": false,
|
|
1394
|
+
"lap": true,
|
|
1395
|
+
"supportsTT": false,
|
|
1396
|
+
"supportsMeetups": false,
|
|
1397
|
+
"sports": [
|
|
1398
|
+
"running",
|
|
1399
|
+
"cycling"
|
|
1400
|
+
],
|
|
1401
|
+
"stravaSegmentId": 30480835,
|
|
1402
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/30480835",
|
|
1403
|
+
"zwiftInsiderUrl": "https://zwiftinsider.com/route/neokyo-crit-course",
|
|
1404
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/route/neokyo-crit-course"
|
|
1405
|
+
},
|
|
1378
1406
|
{
|
|
1379
1407
|
"id": 1230300449,
|
|
1380
1408
|
"name": "Leith Hill After Party",
|
package/lib/esm/routes.js
CHANGED
|
@@ -1372,6 +1372,34 @@ export const routes = [
|
|
|
1372
1372
|
"zwiftInsiderUrl": "https://zwiftinsider.com/route/tour-of-tewit-well",
|
|
1373
1373
|
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/yorkshire/route/tour-of-tewit-well"
|
|
1374
1374
|
},
|
|
1375
|
+
{
|
|
1376
|
+
"id": 1127056801,
|
|
1377
|
+
"name": "Neokyo Crit Course",
|
|
1378
|
+
"slug": "neokyo-crit-course",
|
|
1379
|
+
"world": "makuri-islands",
|
|
1380
|
+
"eventOnly": true,
|
|
1381
|
+
"distance": 3.882,
|
|
1382
|
+
"elevation": 20,
|
|
1383
|
+
"leadInDistance": 0.739,
|
|
1384
|
+
"leadInElevation": 5,
|
|
1385
|
+
"segments": [
|
|
1386
|
+
"alley-sprint-rev",
|
|
1387
|
+
"castle-park-sprint-rev"
|
|
1388
|
+
],
|
|
1389
|
+
"segmentsOnRoute": [],
|
|
1390
|
+
"levelLocked": false,
|
|
1391
|
+
"lap": true,
|
|
1392
|
+
"supportsTT": false,
|
|
1393
|
+
"supportsMeetups": false,
|
|
1394
|
+
"sports": [
|
|
1395
|
+
"running",
|
|
1396
|
+
"cycling"
|
|
1397
|
+
],
|
|
1398
|
+
"stravaSegmentId": 30480835,
|
|
1399
|
+
"stravaSegmentUrl": "https://www.strava.com/segments/30480835",
|
|
1400
|
+
"zwiftInsiderUrl": "https://zwiftinsider.com/route/neokyo-crit-course",
|
|
1401
|
+
"whatsOnZwiftUrl": "https://whatsonzwift.com/world/makuri-islands/route/neokyo-crit-course"
|
|
1402
|
+
},
|
|
1375
1403
|
{
|
|
1376
1404
|
"id": 1230300449,
|
|
1377
1405
|
"name": "Leith Hill After Party",
|