zwift-data 1.35.0 → 1.35.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.
@@ -305,8 +305,8 @@ exports.segments = [
305
305
  "https://whatsonzwift.com/world/watopia/segment/sprint/reverse",
306
306
  "watopia-sprint-reverse",
307
307
  "https://zwifterbikes.web.app/route/watopia-sprint-reverse",
308
- 12109228,
309
- "https://www.strava.com/segments/12109228",
308
+ undefined,
309
+ undefined,
310
310
  undefined,
311
311
  undefined,
312
312
  ],
@@ -302,8 +302,8 @@ export const segments = [
302
302
  "https://whatsonzwift.com/world/watopia/segment/sprint/reverse",
303
303
  "watopia-sprint-reverse",
304
304
  "https://zwifterbikes.web.app/route/watopia-sprint-reverse",
305
- 12109228,
306
- "https://www.strava.com/segments/12109228",
305
+ undefined,
306
+ undefined,
307
307
  undefined,
308
308
  undefined,
309
309
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.35.0",
3
+ "version": "1.35.1",
4
4
  "description": "Data about Zwift worlds, routes and segments",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",