zwift-data 1.13.2 → 1.13.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 CHANGED
@@ -3562,23 +3562,23 @@ exports.routes = [
3562
3562
  "leadInElevationInMeetups": 3,
3563
3563
  "segments": [
3564
3564
  "zwift-kom",
3565
- "epic-kom",
3565
+ "titans-grove-kom",
3566
3566
  "volcano-kom"
3567
3567
  ],
3568
3568
  "segmentsOnRoute": [
3569
3569
  {
3570
3570
  "from": 0.935,
3571
- "to": 1.823,
3571
+ "to": 1.839,
3572
3572
  "segment": "zwift-kom"
3573
3573
  },
3574
3574
  {
3575
- "from": 10.092,
3576
- "to": 19.521,
3577
- "segment": "epic-kom"
3575
+ "from": 12.959,
3576
+ "to": 15.565,
3577
+ "segment": "titans-grove-kom"
3578
3578
  },
3579
3579
  {
3580
- "from": 36.781,
3581
- "to": 40.503,
3580
+ "from": 25.46,
3581
+ "to": 29.172,
3582
3582
  "segment": "volcano-kom"
3583
3583
  }
3584
3584
  ],
@@ -3591,9 +3591,9 @@ exports.routes = [
3591
3591
  "cycling"
3592
3592
  ],
3593
3593
  "experience": 755,
3594
- "stravaSegmentId": 15159137,
3595
- "stravaSegmentUrl": "https://www.strava.com/segments/15159137",
3596
- "zwiftInsiderUrl": "https://zwiftinsider.com/route/three-sisters"
3594
+ "stravaSegmentId": 22943213,
3595
+ "stravaSegmentUrl": "https://www.strava.com/segments/22943213",
3596
+ "zwiftInsiderUrl": "https://zwiftinsider.com/route/three-little-sisters"
3597
3597
  },
3598
3598
  {
3599
3599
  "id": 2653858696,
package/lib/esm/routes.js CHANGED
@@ -3559,23 +3559,23 @@ export const routes = [
3559
3559
  "leadInElevationInMeetups": 3,
3560
3560
  "segments": [
3561
3561
  "zwift-kom",
3562
- "epic-kom",
3562
+ "titans-grove-kom",
3563
3563
  "volcano-kom"
3564
3564
  ],
3565
3565
  "segmentsOnRoute": [
3566
3566
  {
3567
3567
  "from": 0.935,
3568
- "to": 1.823,
3568
+ "to": 1.839,
3569
3569
  "segment": "zwift-kom"
3570
3570
  },
3571
3571
  {
3572
- "from": 10.092,
3573
- "to": 19.521,
3574
- "segment": "epic-kom"
3572
+ "from": 12.959,
3573
+ "to": 15.565,
3574
+ "segment": "titans-grove-kom"
3575
3575
  },
3576
3576
  {
3577
- "from": 36.781,
3578
- "to": 40.503,
3577
+ "from": 25.46,
3578
+ "to": 29.172,
3579
3579
  "segment": "volcano-kom"
3580
3580
  }
3581
3581
  ],
@@ -3588,9 +3588,9 @@ export const routes = [
3588
3588
  "cycling"
3589
3589
  ],
3590
3590
  "experience": 755,
3591
- "stravaSegmentId": 15159137,
3592
- "stravaSegmentUrl": "https://www.strava.com/segments/15159137",
3593
- "zwiftInsiderUrl": "https://zwiftinsider.com/route/three-sisters"
3591
+ "stravaSegmentId": 22943213,
3592
+ "stravaSegmentUrl": "https://www.strava.com/segments/22943213",
3593
+ "zwiftInsiderUrl": "https://zwiftinsider.com/route/three-little-sisters"
3594
3594
  },
3595
3595
  {
3596
3596
  "id": 2653858696,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
4
4
  "description": "Data about Zwift worlds, routes and segments",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",