zwift-data 1.10.2 → 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.
@@ -142,7 +142,7 @@ export const segments = [
142
142
  "whatsOnZwiftUrl": "https://whatsonzwift.com/world/new-york/segment/ny-sprint/reverse"
143
143
  },
144
144
  {
145
- "name": "Pav\\xe9 Sprint",
145
+ "name": "Pavé Sprint",
146
146
  "slug": "pave-sprint",
147
147
  "type": "sprint",
148
148
  "world": "france",
@@ -150,7 +150,7 @@ export const segments = [
150
150
  "whatsOnZwiftUrl": "https://whatsonzwift.com/world/france/segment/pave-sprint/forward"
151
151
  },
152
152
  {
153
- "name": "Pav\\xe9 Sprint Rev.",
153
+ "name": "Pavé Sprint Rev.",
154
154
  "slug": "pave-sprint-rev",
155
155
  "type": "sprint",
156
156
  "world": "france",
@@ -278,8 +278,8 @@ export const segments = [
278
278
  "world": "watopia",
279
279
  "distance": 7.8,
280
280
  "whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/jungle-loop/forward",
281
- "stravaSegmentUrl": "https://www.strava.com/segments/16359363",
282
- "stravaSegmentId": 16359363
281
+ "stravaSegmentId": 16359371,
282
+ "stravaSegmentUrl": "https://www.strava.com/segments/16359371"
283
283
  },
284
284
  {
285
285
  "name": "Jungle Loop Rev.",
@@ -288,8 +288,8 @@ export const segments = [
288
288
  "world": "watopia",
289
289
  "distance": 7.8,
290
290
  "whatsOnZwiftUrl": "https://whatsonzwift.com/world/watopia/segment/jungle-loop/reverse",
291
- "stravaSegmentId": 16359371,
292
- "stravaSegmentUrl": "https://www.strava.com/segments/16359371"
291
+ "stravaSegmentId": 16359363,
292
+ "stravaSegmentUrl": "https://www.strava.com/segments/16359363"
293
293
  },
294
294
  {
295
295
  "name": "Titans Grove KOM",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.10.2",
3
+ "version": "1.10.6",
4
4
  "description": "Data about Zwift worlds, routes and segments",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -33,8 +33,10 @@
33
33
  "@tsconfig/recommended": "1.0.1",
34
34
  "@turf/turf": "6.5.0",
35
35
  "@types/jest": "26.0.23",
36
+ "@types/lodash": "4.14.178",
36
37
  "@types/node": "15.6.1",
37
38
  "jest": "27.0.3",
39
+ "lodash": "4.17.21",
38
40
  "node-fetch": "3.1.0",
39
41
  "rimraf": "3.0.2",
40
42
  "semantic-release": "17.4.3",