zwift-data 1.13.1 → 1.13.2

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
@@ -1434,8 +1434,7 @@ exports.routes = [
1434
1434
  "supportsTT": false,
1435
1435
  "supportsMeetups": false,
1436
1436
  "sports": [
1437
- "running",
1438
- "cycling"
1437
+ "running"
1439
1438
  ],
1440
1439
  "experience": 105,
1441
1440
  "stravaSegmentId": 26774640,
package/lib/esm/routes.js CHANGED
@@ -1431,8 +1431,7 @@ export const routes = [
1431
1431
  "supportsTT": false,
1432
1432
  "supportsMeetups": false,
1433
1433
  "sports": [
1434
- "running",
1435
- "cycling"
1434
+ "running"
1436
1435
  ],
1437
1436
  "experience": 105,
1438
1437
  "stravaSegmentId": 26774640,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.13.1",
3
+ "version": "1.13.2",
4
4
  "description": "Data about Zwift worlds, routes and segments",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",