zwift-data 1.22.4 → 1.22.5

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
@@ -34,7 +34,7 @@ exports.routes = [
34
34
  "Downtown Titans",
35
35
  "downtown-titans",
36
36
  "watopia",
37
- false,
37
+ true,
38
38
  24.645,
39
39
  292,
40
40
  0.789,
@@ -48,7 +48,7 @@ exports.routes = [
48
48
  false,
49
49
  true,
50
50
  false,
51
- true,
51
+ false,
52
52
  ["running", "cycling"],
53
53
  490,
54
54
  undefined,
@@ -323,7 +323,7 @@ exports.routes = [
323
323
  false,
324
324
  false,
325
325
  false,
326
- true,
326
+ false,
327
327
  ["running", "cycling"],
328
328
  undefined,
329
329
  20456686,
@@ -3180,7 +3180,7 @@ exports.routes = [
3180
3180
  "Eastern Eight",
3181
3181
  "eastern-eight",
3182
3182
  "watopia",
3183
- false,
3183
+ true,
3184
3184
  51.679,
3185
3185
  407,
3186
3186
  2.28,
@@ -3204,7 +3204,7 @@ exports.routes = [
3204
3204
  false,
3205
3205
  true,
3206
3206
  false,
3207
- true,
3207
+ false,
3208
3208
  ["running", "cycling"],
3209
3209
  1345,
3210
3210
  22914116,
@@ -5284,7 +5284,7 @@ exports.routes = [
5284
5284
  "Big Foot Hills",
5285
5285
  "big-foot-hills",
5286
5286
  "watopia",
5287
- false,
5287
+ true,
5288
5288
  67.588,
5289
5289
  708,
5290
5290
  2.28,
@@ -5312,7 +5312,7 @@ exports.routes = [
5312
5312
  false,
5313
5313
  true,
5314
5314
  false,
5315
- true,
5315
+ false,
5316
5316
  ["running", "cycling"],
5317
5317
  1340,
5318
5318
  21911191,
package/lib/esm/routes.js CHANGED
@@ -31,7 +31,7 @@ export const routes = [
31
31
  "Downtown Titans",
32
32
  "downtown-titans",
33
33
  "watopia",
34
- false,
34
+ true,
35
35
  24.645,
36
36
  292,
37
37
  0.789,
@@ -45,7 +45,7 @@ export const routes = [
45
45
  false,
46
46
  true,
47
47
  false,
48
- true,
48
+ false,
49
49
  ["running", "cycling"],
50
50
  490,
51
51
  undefined,
@@ -320,7 +320,7 @@ export const routes = [
320
320
  false,
321
321
  false,
322
322
  false,
323
- true,
323
+ false,
324
324
  ["running", "cycling"],
325
325
  undefined,
326
326
  20456686,
@@ -3177,7 +3177,7 @@ export const routes = [
3177
3177
  "Eastern Eight",
3178
3178
  "eastern-eight",
3179
3179
  "watopia",
3180
- false,
3180
+ true,
3181
3181
  51.679,
3182
3182
  407,
3183
3183
  2.28,
@@ -3201,7 +3201,7 @@ export const routes = [
3201
3201
  false,
3202
3202
  true,
3203
3203
  false,
3204
- true,
3204
+ false,
3205
3205
  ["running", "cycling"],
3206
3206
  1345,
3207
3207
  22914116,
@@ -5281,7 +5281,7 @@ export const routes = [
5281
5281
  "Big Foot Hills",
5282
5282
  "big-foot-hills",
5283
5283
  "watopia",
5284
- false,
5284
+ true,
5285
5285
  67.588,
5286
5286
  708,
5287
5287
  2.28,
@@ -5309,7 +5309,7 @@ export const routes = [
5309
5309
  false,
5310
5310
  true,
5311
5311
  false,
5312
- true,
5312
+ false,
5313
5313
  ["running", "cycling"],
5314
5314
  1340,
5315
5315
  21911191,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zwift-data",
3
- "version": "1.22.4",
3
+ "version": "1.22.5",
4
4
  "description": "Data about Zwift worlds, routes and segments",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",