zwift-data 1.10.5 → 1.10.6
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 +2 -0
- package/lib/esm/routes.js +2 -0
- package/package.json +1 -1
package/lib/cjs/routes.js
CHANGED
|
@@ -1415,6 +1415,7 @@ exports.routes = [
|
|
|
1415
1415
|
"running",
|
|
1416
1416
|
"cycling"
|
|
1417
1417
|
],
|
|
1418
|
+
"experience": 90,
|
|
1418
1419
|
"stravaSegmentId": 30480835,
|
|
1419
1420
|
"stravaSegmentUrl": "https://www.strava.com/segments/30480835",
|
|
1420
1421
|
"zwiftInsiderUrl": "https://zwiftinsider.com/route/neokyo-crit-course",
|
|
@@ -4789,6 +4790,7 @@ exports.routes = [
|
|
|
4789
4790
|
"running",
|
|
4790
4791
|
"cycling"
|
|
4791
4792
|
],
|
|
4793
|
+
"experience": 290,
|
|
4792
4794
|
"stravaSegmentId": 30414842,
|
|
4793
4795
|
"stravaSegmentUrl": "https://www.strava.com/segments/30414842",
|
|
4794
4796
|
"zwiftInsiderUrl": "https://zwiftinsider.com/route/neon-flats",
|
package/lib/esm/routes.js
CHANGED
|
@@ -1412,6 +1412,7 @@ export const routes = [
|
|
|
1412
1412
|
"running",
|
|
1413
1413
|
"cycling"
|
|
1414
1414
|
],
|
|
1415
|
+
"experience": 90,
|
|
1415
1416
|
"stravaSegmentId": 30480835,
|
|
1416
1417
|
"stravaSegmentUrl": "https://www.strava.com/segments/30480835",
|
|
1417
1418
|
"zwiftInsiderUrl": "https://zwiftinsider.com/route/neokyo-crit-course",
|
|
@@ -4786,6 +4787,7 @@ export const routes = [
|
|
|
4786
4787
|
"running",
|
|
4787
4788
|
"cycling"
|
|
4788
4789
|
],
|
|
4790
|
+
"experience": 290,
|
|
4789
4791
|
"stravaSegmentId": 30414842,
|
|
4790
4792
|
"stravaSegmentUrl": "https://www.strava.com/segments/30414842",
|
|
4791
4793
|
"zwiftInsiderUrl": "https://zwiftinsider.com/route/neon-flats",
|